[Pkg-javascript-commits] [pdf.js] 12/14: Refresh patches

David Prévot taffit at moszumanska.debian.org
Sat Jan 30 19:19:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit f4d0fbda692be1b376717df4a1bba4b97531e87d
Author: David Prévot <david at tilapin.org>
Date:   Sat Jan 30 14:52:53 2016 -0400

    Refresh patches
    
    Git-Dch: Ignore
---
 .../0004-fix-ownCloud-specific-loading-of-the-pdf-document.patch      | 4 ++--
 debian/patches/ownCloud/0006-open-buttons-removed.patch               | 4 ++--
 .../ownCloud/0007-Make-PDF-viewer-working-again-in-public-view.patch  | 4 ++--
 .../0008-Decode-instead-of-encode-because-we-need-to-pass-HTM.patch   | 4 ++--
 debian/patches/ownCloud/0009-URL-encode-needed-values.patch           | 4 ++--
 debian/patches/ownCloud/0011-Drop-attachment-feature.patch            | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/debian/patches/ownCloud/0004-fix-ownCloud-specific-loading-of-the-pdf-document.patch b/debian/patches/ownCloud/0004-fix-ownCloud-specific-loading-of-the-pdf-document.patch
index cfb2a64..ada1859 100644
--- a/debian/patches/ownCloud/0004-fix-ownCloud-specific-loading-of-the-pdf-document.patch
+++ b/debian/patches/ownCloud/0004-fix-ownCloud-specific-loading-of-the-pdf-document.patch
@@ -8,10 +8,10 @@ origin: vendor, https://github.com/owncloud/files_pdfviewer/commit/f58e37a8ffadf
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 diff --git a/web/viewer.js b/web/viewer.js
-index c8d1dda..019daae 100644
+index 7226cc1..e286cc7 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1595,7 +1595,8 @@ function webViewerInitialized() {
+@@ -1627,7 +1627,8 @@ function webViewerInitialized() {
    }
  
    if (file) {
diff --git a/debian/patches/ownCloud/0006-open-buttons-removed.patch b/debian/patches/ownCloud/0006-open-buttons-removed.patch
index fdad62e..d1cbf4c 100644
--- a/debian/patches/ownCloud/0006-open-buttons-removed.patch
+++ b/debian/patches/ownCloud/0006-open-buttons-removed.patch
@@ -8,10 +8,10 @@ origin: vendor, https://github.com/owncloud/files_pdfviewer/commit/71ab97f9b074c
  1 file changed, 3 deletions(-)
 
 diff --git a/web/viewer.js b/web/viewer.js
-index 019daae..9626182 100644
+index e286cc7..c86d710 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1558,9 +1558,6 @@ function webViewerInitialized() {
+@@ -1590,9 +1590,6 @@ function webViewerInitialized() {
    document.getElementById('presentationMode').addEventListener('click',
      SecondaryToolbar.presentationModeClick.bind(SecondaryToolbar));
  
diff --git a/debian/patches/ownCloud/0007-Make-PDF-viewer-working-again-in-public-view.patch b/debian/patches/ownCloud/0007-Make-PDF-viewer-working-again-in-public-view.patch
index 079baea..87b0495 100644
--- a/debian/patches/ownCloud/0007-Make-PDF-viewer-working-again-in-public-view.patch
+++ b/debian/patches/ownCloud/0007-Make-PDF-viewer-working-again-in-public-view.patch
@@ -14,10 +14,10 @@ origin: vendor,
  1 file changed, 7 insertions(+), 3 deletions(-)
 
 diff --git a/web/viewer.js b/web/viewer.js
-index 9626182..b361143 100644
+index c86d710..e852caa 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1591,9 +1591,13 @@ function webViewerInitialized() {
+@@ -1623,9 +1623,13 @@ function webViewerInitialized() {
      return;
    }
  
diff --git a/debian/patches/ownCloud/0008-Decode-instead-of-encode-because-we-need-to-pass-HTM.patch b/debian/patches/ownCloud/0008-Decode-instead-of-encode-because-we-need-to-pass-HTM.patch
index 77f1686..1f20f0e 100644
--- a/debian/patches/ownCloud/0008-Decode-instead-of-encode-because-we-need-to-pass-HTM.patch
+++ b/debian/patches/ownCloud/0008-Decode-instead-of-encode-because-we-need-to-pass-HTM.patch
@@ -8,10 +8,10 @@ origin: vendor, https://github.com/owncloud/files_pdfviewer/commit/9f1fcd2d1a18e
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/web/viewer.js b/web/viewer.js
-index b361143..0ab91d3 100644
+index e852caa..5f8917f 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1594,10 +1594,10 @@ function webViewerInitialized() {
+@@ -1626,10 +1626,10 @@ function webViewerInitialized() {
    // owncould customization to load file
    if (file && dir !== '') {
    	// Logged in
diff --git a/debian/patches/ownCloud/0009-URL-encode-needed-values.patch b/debian/patches/ownCloud/0009-URL-encode-needed-values.patch
index eb05ca9..f6af6eb 100644
--- a/debian/patches/ownCloud/0009-URL-encode-needed-values.patch
+++ b/debian/patches/ownCloud/0009-URL-encode-needed-values.patch
@@ -21,10 +21,10 @@ origin: vendor,
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 diff --git a/web/viewer.js b/web/viewer.js
-index 0ab91d3..4d5a141 100644
+index 5f8917f..786ce6b 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
-@@ -1593,11 +1593,11 @@ function webViewerInitialized() {
+@@ -1625,11 +1625,11 @@ function webViewerInitialized() {
  
    // owncould customization to load file
    if (file && dir !== '') {
diff --git a/debian/patches/ownCloud/0011-Drop-attachment-feature.patch b/debian/patches/ownCloud/0011-Drop-attachment-feature.patch
index cd385bb..7414559 100644
--- a/debian/patches/ownCloud/0011-Drop-attachment-feature.patch
+++ b/debian/patches/ownCloud/0011-Drop-attachment-feature.patch
@@ -8,7 +8,7 @@ ownCloud currently seems to choke on it.
  1 file changed, 7 deletions(-)
 
 diff --git a/web/viewer.js b/web/viewer.js
-index 4d5a141..ec9be98 100644
+index 786ce6b..58e3463 100644
 --- a/web/viewer.js
 +++ b/web/viewer.js
 @@ -1137,7 +1137,6 @@ var PDFViewerApplication = {
@@ -27,7 +27,7 @@ index 4d5a141..ec9be98 100644
          thumbsView.classList.add('hidden');
          outlineView.classList.remove('hidden');
          attachmentsView.classList.add('hidden');
-@@ -1510,11 +1508,6 @@ function webViewerInitialized() {
+@@ -1542,11 +1540,6 @@ function webViewerInitialized() {
        PDFViewerApplication.outline.toggleOutlineTree();
      });
  

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list