commit zathura-plugin-pdf-mupdf for openSUSE:Factory

2020-09-17 Thread root
Hello community,

here is the log from the commit of package zathura-plugin-pdf-mupdf for 
openSUSE:Factory checked in at 2020-09-17 14:45:28

Comparing /work/SRC/openSUSE:Factory/zathura-plugin-pdf-mupdf (Old)
 and  /work/SRC/openSUSE:Factory/.zathura-plugin-pdf-mupdf.new.4249 (New)


Package is "zathura-plugin-pdf-mupdf"

Thu Sep 17 14:45:28 2020 rev:3 rq:835097 version:0.3.6

Changes:

--- 
/work/SRC/openSUSE:Factory/zathura-plugin-pdf-mupdf/zathura-plugin-pdf-mupdf.changes
2020-05-20 18:46:11.733381157 +0200
+++ 
/work/SRC/openSUSE:Factory/.zathura-plugin-pdf-mupdf.new.4249/zathura-plugin-pdf-mupdf.changes
  2020-09-17 14:47:34.215723139 +0200
@@ -1,0 +2,13 @@
+Wed Sep 16 20:34:21 UTC 2020 - Christophe Giboudeaux 
+
+- Fix the runtime requirements
+
+---
+Sat Sep 12 17:31:30 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 0.3.6. No changelog.
+- Update requirements following the README instructions.
+- Don't use variables in the URL tag. They are not expanded
+  when running `osc updatepacmetafromspec`.
+
+---

Old:

  zathura-pdf-mupdf-0.3.5.tar.xz

New:

  zathura-pdf-mupdf-0.3.6.tar.xz



Other differences:
--
++ zathura-plugin-pdf-mupdf.spec ++
--- /var/tmp/diff_new_pack.j5H5jH/_old  2020-09-17 14:47:36.979725777 +0200
+++ /var/tmp/diff_new_pack.j5H5jH/_new  2020-09-17 14:47:36.987725784 +0200
@@ -18,28 +18,30 @@
 
 %define realname zathura-pdf-mupdf
 Name:   zathura-plugin-pdf-mupdf
-Version:0.3.5
+Version:0.3.6
 Release:0
 Summary:Zathura PDF support through MuPDF  
 License:Zlib
 Group:  Productivity/Office/Other
-URL:https://pwmt.org/projects/%{realname}/
+URL:https://pwmt.org/projects/zathura-pdf-mupdf/
 Source: 
https://pwmt.org/projects/%{realname}/download/%{realname}-%{version}.tar.xz
 BuildRequires:  meson
+BuildRequires:  mupdf-devel-static >= 1.17
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(girara-gtk3)
 BuildRequires:  pkgconfig(jbig2dec)
 BuildRequires:  pkgconfig(libjpeg)
 BuildRequires:  pkgconfig(libopenjp2)
-BuildRequires:  pkgconfig(zathura)
-BuildRequires:  mupdf-devel-static
-Requires:   zathura
-Provides:   zathura-pdf-mupdf-plugin
+BuildRequires:  pkgconfig(zathura) >= 0.2.0
+Requires:   mupdf >= 1.17
+Requires:   zathura >= 0.2.0
 Conflicts:  zathura-plugin-pdf-poppler
+Provides:   zathura-pdf-mupdf-plugin
 
 %description
 Zathura-plugin-MupDF extends the document viewing support of Zathura to PDF, 
EPUB and OpenXPS with the help of MuPDF rendering engine.
+
 %prep
 %setup -q -n %{realname}-%{version}
 

++ zathura-pdf-mupdf-0.3.5.tar.xz -> zathura-pdf-mupdf-0.3.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zathura-pdf-mupdf-0.3.5/README 
new/zathura-pdf-mupdf-0.3.6/README
--- old/zathura-pdf-mupdf-0.3.5/README  2019-08-11 18:46:17.0 +0200
+++ new/zathura-pdf-mupdf-0.3.6/README  2020-09-06 10:24:37.400727000 +0200
@@ -7,7 +7,7 @@
 
 zathura (>= 0.2.0)
 girara
-mupdf (>= 1.14)
+mupdf (>= 1.17)
 
 Installation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/zathura-pdf-mupdf-0.3.5/data/org.pwmt.zathura-pdf-mupdf.desktop 
new/zathura-pdf-mupdf-0.3.6/data/org.pwmt.zathura-pdf-mupdf.desktop
--- old/zathura-pdf-mupdf-0.3.5/data/org.pwmt.zathura-pdf-mupdf.desktop 
2019-08-11 18:46:17.0 +0200
+++ new/zathura-pdf-mupdf-0.3.6/data/org.pwmt.zathura-pdf-mupdf.desktop 
2020-09-06 10:24:37.400727000 +0200
@@ -7,4 +7,4 @@
 Terminal=false
 NoDisplay=true
 Categories=Office;Viewer;
-MimeType=application/pdf;application/oxps;application/epub+zip;
+MimeType=application/pdf;application/oxps;application/epub+zip;application/x-fictionbook;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zathura-pdf-mupdf-0.3.5/meson.build 
new/zathura-pdf-mupdf-0.3.6/meson.build
--- old/zathura-pdf-mupdf-0.3.5/meson.build 2019-08-11 18:46:17.0 
+0200
+++ new/zathura-pdf-mupdf-0.3.6/meson.build 2020-09-06 10:24:37.400727000 
+0200
@@ -1,7 +1,7 @@
 project('zathura-pdf-mupdf', 'c',
-  version: '0.3.5',
+  version: '0.3.6',
   meson_version: '>=0.43',
-  default_options: 'c_std=c11'
+  default_options: ['c_std=c11', 'warning_level=3']
 )
 
 version = meson.project_version()
@@ -59,9 +59,6 @@
 
 # compile flags
 flags = [
-  '-Wall',
-  '-Wextra',
-  '-pedantic',
   '-Werror=implicit-function-declaration',
   '-Werror=vla',
   '-fvisibility=hidden'
diff 

commit zathura-plugin-pdf-mupdf for openSUSE:Factory

2020-05-20 Thread root
Hello community,

here is the log from the commit of package zathura-plugin-pdf-mupdf for 
openSUSE:Factory checked in at 2020-05-20 18:45:31

Comparing /work/SRC/openSUSE:Factory/zathura-plugin-pdf-mupdf (Old)
 and  /work/SRC/openSUSE:Factory/.zathura-plugin-pdf-mupdf.new.2738 (New)


Package is "zathura-plugin-pdf-mupdf"

Wed May 20 18:45:31 2020 rev:2 rq:807400 version:0.3.5

Changes:

--- 
/work/SRC/openSUSE:Factory/zathura-plugin-pdf-mupdf/zathura-plugin-pdf-mupdf.changes
2020-02-11 22:25:27.627569383 +0100
+++ 
/work/SRC/openSUSE:Factory/.zathura-plugin-pdf-mupdf.new.2738/zathura-plugin-pdf-mupdf.changes
  2020-05-20 18:46:11.733381157 +0200
@@ -1,0 +2,5 @@
+Tue May 19 16:48:37 UTC 2020 - Ondřej Súkup 
+
+- fix dep on libjpeg 
+
+---



Other differences:
--
++ zathura-plugin-pdf-mupdf.spec ++
--- /var/tmp/diff_new_pack.QFocBe/_old  2020-05-20 18:46:12.617383143 +0200
+++ /var/tmp/diff_new_pack.QFocBe/_new  2020-05-20 18:46:12.617383143 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package zathura-plugin-pdf-poppler
+# spec file for package zathura-plugin-pdf-mupdf
 #
 # Copyright (c) 2020 SUSE LLC
 #
@@ -20,7 +20,7 @@
 Name:   zathura-plugin-pdf-mupdf
 Version:0.3.5
 Release:0
-Summary:PDF support for zathura via mupdf 
+Summary:Zathura PDF support through MuPDF  
 License:Zlib
 Group:  Productivity/Office/Other
 URL:https://pwmt.org/projects/%{realname}/
@@ -29,20 +29,23 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(girara-gtk3)
+BuildRequires:  pkgconfig(jbig2dec)
+BuildRequires:  pkgconfig(libjpeg)
+BuildRequires:  pkgconfig(libopenjp2)
 BuildRequires:  pkgconfig(zathura)
-Requires:   zathura
 BuildRequires:  mupdf-devel-static
+Requires:   zathura
 Provides:   zathura-pdf-mupdf-plugin
+Conflicts:  zathura-plugin-pdf-poppler
 
 %description
-The zathura-pdf-poppler plugin adds PDF support to zathura by using the 
poppler rendering engine.
-
+Zathura-plugin-MupDF extends the document viewing support of Zathura to PDF, 
EPUB and OpenXPS with the help of MuPDF rendering engine.
 %prep
 %setup -q -n %{realname}-%{version}
 
 %build
 export CFLAGS="%{optflags}"
-%meson
+%meson -Dlink-external=true
 %meson_build
 
 %install