commit zathura for openSUSE:Factory

2020-09-17 Thread root
Hello community,

here is the log from the commit of package zathura for openSUSE:Factory checked 
in at 2020-09-17 14:51:22

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


Package is "zathura"

Thu Sep 17 14:51:22 2020 rev:15 rq:835096 version:0.4.7

Changes:

--- /work/SRC/openSUSE:Factory/zathura/zathura.changes  2020-02-11 
22:25:34.059572907 +0100
+++ /work/SRC/openSUSE:Factory/.zathura.new.4249/zathura.changes
2020-09-17 14:59:50.380424993 +0200
@@ -1,0 +2,7 @@
+Wed Sep 16 22:13:49 UTC 2020 - Dirk Mueller 
+
+- update to 0.4.7
+  * bugfixes
+  * translations update
+
+---

Old:

  zathura-0.4.5.tar.gz

New:

  zathura-0.4.7.tar.gz



Other differences:
--
++ zathura.spec ++
--- /var/tmp/diff_new_pack.aU5EDh/_old  2020-09-17 15:00:03.008436986 +0200
+++ /var/tmp/diff_new_pack.aU5EDh/_new  2020-09-17 15:00:03.012436990 +0200
@@ -17,13 +17,11 @@
 
 
 Name:   zathura
-Version:0.4.5
+Version:0.4.7
 Release:0
 Summary:A customizable document viewer
 License:Zlib
-URL:http://pwmt.org/projects/zathura/
-# main homepage looks dead
-#Source: 
http://pwmt.org/projects/zathura/download/%{name}-%{version}.tar.xz
+URL:https://pwmt.org/projects/zathura/
 Source: 
https://git.pwmt.org/pwmt/zathura/-/archive/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  appstream-glib
 BuildRequires:  desktop-file-utils
@@ -108,17 +106,14 @@
 
 %files
 %license LICENSE
-%doc README AUTHORS
-%dir %{_datadir}/icons/scalable
-%dir %{_datadir}/icons/scalable/apps
+%doc README.md AUTHORS
 %{_bindir}/%{name}
 %{_datadir}/dbus-1/interfaces/org.pwmt.%{name}.xml
 %{_mandir}/man1/%{name}.1%{?ext_man}
 %{_mandir}/man5/%{name}rc.5%{?ext_man}
 %{_datadir}/applications/org.pwmt.zathura.desktop
-%{_datadir}/icons/hicolor/*/apps/org.pwmt.zathura.png
+%{_datadir}/icons/hicolor/*/apps/org.pwmt.zathura.*
 %{_datadir}/metainfo/org.pwmt.zathura.appdata.xml
-%{_datadir}/icons/scalable/apps/org.pwmt.zathura.svg
 
 %files devel
 %dir %{_includedir}/%{name}
@@ -132,7 +127,7 @@
 %{_datadir}/zsh/site-functions/_zathura
 
 %files fish-completion
-%{_datadir}/fish/completions/zathura.fish
+%{_datadir}/fish/vendor_completions.d/zathura.fish
 
 %files lang -f %{name}.lang
 

++ zathura-0.4.5.tar.gz -> zathura-0.4.7.tar.gz ++
 9690 lines of diff (skipped)




commit zathura for openSUSE:Factory

2020-02-11 Thread root
Hello community,

here is the log from the commit of package zathura for openSUSE:Factory checked 
in at 2020-02-11 22:24:31

Comparing /work/SRC/openSUSE:Factory/zathura (Old)
 and  /work/SRC/openSUSE:Factory/.zathura.new.26092 (New)


Package is "zathura"

Tue Feb 11 22:24:31 2020 rev:14 rq:773368 version:0.4.5

Changes:

--- /work/SRC/openSUSE:Factory/zathura/zathura.changes  2019-11-07 
23:16:18.332520255 +0100
+++ /work/SRC/openSUSE:Factory/.zathura.new.26092/zathura.changes   
2020-02-11 22:25:34.059572907 +0100
@@ -1,0 +2,7 @@
+Tue Feb 11 07:04:37 UTC 2020 - Ondřej Súkup 
+
+- update to 0.4.5
+* bugfixes
+* translations update
+
+---

Old:

  zathura-0.4.4.tar.gz

New:

  zathura-0.4.5.tar.gz



Other differences:
--
++ zathura.spec ++
--- /var/tmp/diff_new_pack.Pc3pIC/_old  2020-02-11 22:25:35.111573484 +0100
+++ /var/tmp/diff_new_pack.Pc3pIC/_new  2020-02-11 22:25:35.111573484 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zathura
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   zathura
-Version:0.4.4
+Version:0.4.5
 Release:0
 Summary:A customizable document viewer
 License:Zlib
@@ -42,13 +42,9 @@
 Suggests:   zathura-cb-plugin
 Suggests:   zathura-djvu-plugin
 Suggests:   zathura-ps-plugin
-%if 0%{?suse_version} >= 1550
 BuildRequires:  rsvg-convert
-%else
-BuildRequires:  rsvg-view
-%endif
-%if 0%{?suse_version} >= 1330
-BuildRequires:  pkgconfig(synctex)
+%if 0%{suse_version} >= 1550
+BuildRequires:  pkgconfig(synctex) >= 1.19
 %endif
 
 %description
@@ -96,7 +92,11 @@
 
 %build
 export CFLAGS="%{optflags}"
+%if 0%{suse_version} < 1550
+%meson -Dsynctex=disabled
+%else
 %meson
+%endif
 %meson_build
 
 %check

++ zathura-0.4.4.tar.gz -> zathura-0.4.5.tar.gz ++
 6284 lines of diff (skipped)




commit zathura for openSUSE:Factory

2019-11-07 Thread root
Hello community,

here is the log from the commit of package zathura for openSUSE:Factory checked 
in at 2019-11-07 23:16:03

Comparing /work/SRC/openSUSE:Factory/zathura (Old)
 and  /work/SRC/openSUSE:Factory/.zathura.new.2990 (New)


Package is "zathura"

Thu Nov  7 23:16:03 2019 rev:13 rq:745480 version:0.4.4

Changes:

--- /work/SRC/openSUSE:Factory/zathura/zathura.changes  2019-05-02 
19:19:09.669616923 +0200
+++ /work/SRC/openSUSE:Factory/.zathura.new.2990/zathura.changes
2019-11-07 23:16:18.332520255 +0100
@@ -1,0 +2,14 @@
+Tue Nov  5 12:29:04 UTC 2019 - Ondřej Súkup 
+
+- update to 0.4.4
+* Various fixes
+* better location for zsh completion
+* new fish completion
+
+---
+Wed Oct 23 17:28:57 CEST 2019 - r...@suse.de
+
+- fix build-requires for factory/tumbleweed
+  rsvg-convert tool is now in rsvg-convert package 
+
+---

Old:

  zathura-0.4.3.tar.xz

New:

  zathura-0.4.4.tar.gz



Other differences:
--
++ zathura.spec ++
--- /var/tmp/diff_new_pack.iYwXRQ/_old  2019-11-07 23:16:19.096521092 +0100
+++ /var/tmp/diff_new_pack.iYwXRQ/_new  2019-11-07 23:16:19.112521110 +0100
@@ -17,21 +17,23 @@
 
 
 Name:   zathura
-Version:0.4.3
+Version:0.4.4
 Release:0
 Summary:A customizable document viewer
 License:Zlib
-Group:  Productivity/Office/Other
 URL:http://pwmt.org/projects/zathura/
-Source: 
http://pwmt.org/projects/zathura/download/%{name}-%{version}.tar.xz
+# main homepage looks dead
+#Source: 
http://pwmt.org/projects/zathura/download/%{name}-%{version}.tar.xz
+Source: 
https://git.pwmt.org/pwmt/zathura/-/archive/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  appstream-glib
 BuildRequires:  desktop-file-utils
 BuildRequires:  file-devel
+BuildRequires:  fish
 BuildRequires:  libseccomp-devel
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  python3-Sphinx
-BuildRequires:  rsvg-view
+BuildRequires:  zsh
 BuildRequires:  pkgconfig(check)
 BuildRequires:  pkgconfig(girara-gtk3) >= 0.3.2
 BuildRequires:  pkgconfig(sqlite3)
@@ -40,6 +42,11 @@
 Suggests:   zathura-cb-plugin
 Suggests:   zathura-djvu-plugin
 Suggests:   zathura-ps-plugin
+%if 0%{?suse_version} >= 1550
+BuildRequires:  rsvg-convert
+%else
+BuildRequires:  rsvg-view
+%endif
 %if 0%{?suse_version} >= 1330
 BuildRequires:  pkgconfig(synctex)
 %endif
@@ -50,7 +57,6 @@
 
 %package devel
 Summary:Development files for zathura
-Group:  Development/Libraries/GNOME
 Requires:   %{name} = %{version}
 
 %description devel
@@ -58,24 +64,31 @@
 
 %package bash-completion
 Summary:Zathura Bash completion
-Group:  System/Shells
 Requires:   %{name} = %{version}
 Requires:   bash-completion
-Supplements:packageand(%{name}:bash)
+Supplements:(%{name} and bash)
 
 %description bash-completion
 Optional dependency offering bash completion for zathura
 
 %package zsh-completion
 Summary:Zathura zsh completion
-Group:  System/Shells
 Requires:   %{name} = %{version}
 Requires:   zsh
-Supplements:packageand(%{name}:zsh)
+Supplements:(%{name} and zsh)
 
 %description zsh-completion
 Optional dependency offering zsh completion for zathura
 
+%package fish-completion
+Summary:Zathura fish completion
+Requires:   %{name} = %{version}
+Requires:   fish
+Supplements:(%{name} and fish)
+
+%description fish-completion
+Optional dependency offering fish completion for zathura
+
 %lang_package
 
 %prep
@@ -86,6 +99,9 @@
 %meson
 %meson_build
 
+%check
+%meson_test
+
 %install
 %meson_install
 %find_lang %{name} %{?no_lang_C}
@@ -113,8 +129,10 @@
 %{_datadir}/bash-completion/completions/zathura
 
 %files zsh-completion
-%dir %{_datadir}/zsh/vendor-completions
-%{_datadir}/zsh/vendor-completions/_zathura
+%{_datadir}/zsh/site-functions/_zathura
+
+%files fish-completion
+%{_datadir}/fish/completions/zathura.fish
 
 %files lang -f %{name}.lang
 




commit zathura for openSUSE:Factory

2019-05-02 Thread root
Hello community,

here is the log from the commit of package zathura for openSUSE:Factory checked 
in at 2019-05-02 19:19:05

Comparing /work/SRC/openSUSE:Factory/zathura (Old)
 and  /work/SRC/openSUSE:Factory/.zathura.new.5148 (New)


Package is "zathura"

Thu May  2 19:19:05 2019 rev:12 rq:699735 version:0.4.3

Changes:

--- /work/SRC/openSUSE:Factory/zathura/zathura.changes  2019-02-24 
17:11:47.920489046 +0100
+++ /work/SRC/openSUSE:Factory/.zathura.new.5148/zathura.changes
2019-05-02 19:19:09.669616923 +0200
@@ -1,0 +2,5 @@
+Fri Apr 26 22:25:40 UTC 2019 - Xaver Hellauer 
+
+- Resolve shell completion via "Supplements:", i.e. bash/zsh completion are 
recommends if and only if the shells are installed as well.
+
+---



Other differences:
--
++ zathura.spec ++
--- /var/tmp/diff_new_pack.rZJ6Mq/_old  2019-05-02 19:19:10.149617768 +0200
+++ /var/tmp/diff_new_pack.rZJ6Mq/_new  2019-05-02 19:19:10.153617774 +0200
@@ -36,7 +36,6 @@
 BuildRequires:  pkgconfig(girara-gtk3) >= 0.3.2
 BuildRequires:  pkgconfig(sqlite3)
 Recommends: %{name}-lang
-Recommends: zathura-bash-completion
 Recommends: zathura-pdf-poppler-plugin
 Suggests:   zathura-cb-plugin
 Suggests:   zathura-djvu-plugin
@@ -62,6 +61,7 @@
 Group:  System/Shells
 Requires:   %{name} = %{version}
 Requires:   bash-completion
+Supplements:packageand(%{name}:bash)
 
 %description bash-completion
 Optional dependency offering bash completion for zathura
@@ -71,6 +71,7 @@
 Group:  System/Shells
 Requires:   %{name} = %{version}
 Requires:   zsh
+Supplements:packageand(%{name}:zsh)
 
 %description zsh-completion
 Optional dependency offering zsh completion for zathura




commit zathura for openSUSE:Factory

2019-02-24 Thread root
Hello community,

here is the log from the commit of package zathura for openSUSE:Factory checked 
in at 2019-02-24 17:11:44

Comparing /work/SRC/openSUSE:Factory/zathura (Old)
 and  /work/SRC/openSUSE:Factory/.zathura.new.28833 (New)


Package is "zathura"

Sun Feb 24 17:11:44 2019 rev:11 rq:671120 version:0.4.3

Changes:

--- /work/SRC/openSUSE:Factory/zathura/zathura.changes  2018-08-10 
09:51:18.358417802 +0200
+++ /work/SRC/openSUSE:Factory/.zathura.new.28833/zathura.changes   
2019-02-24 17:11:47.920489046 +0100
@@ -1,0 +2,8 @@
+Mon Feb  4 10:01:03 UTC 2019 - Ondřej Súkup 
+
+- update to 0.4.3 
+* Various fixes and improvements
+* Add bash and zsh completions
+* Add RTL layout of pages
+
+---

Old:

  zathura-0.4.0.tar.xz

New:

  zathura-0.4.3.tar.xz



Other differences:
--
++ zathura.spec ++
--- /var/tmp/diff_new_pack.OJV3PY/_old  2019-02-24 17:11:48.344488971 +0100
+++ /var/tmp/diff_new_pack.OJV3PY/_new  2019-02-24 17:11:48.344488971 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zathura
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,31 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   zathura
-Version:0.4.0
+Version:0.4.3
 Release:0
 Summary:A customizable document viewer
 License:Zlib
 Group:  Productivity/Office/Other
 URL:http://pwmt.org/projects/zathura/
 Source: 
http://pwmt.org/projects/zathura/download/%{name}-%{version}.tar.xz
+BuildRequires:  appstream-glib
+BuildRequires:  desktop-file-utils
 BuildRequires:  file-devel
+BuildRequires:  libseccomp-devel
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  python3-Sphinx
-BuildRequires:  pkgconfig(girara-gtk3) >= 0.2.8
+BuildRequires:  rsvg-view
+BuildRequires:  pkgconfig(check)
+BuildRequires:  pkgconfig(girara-gtk3) >= 0.3.2
 BuildRequires:  pkgconfig(sqlite3)
 Recommends: %{name}-lang
+Recommends: zathura-bash-completion
 Recommends: zathura-pdf-poppler-plugin
 Suggests:   zathura-cb-plugin
 Suggests:   zathura-djvu-plugin
@@ -51,6 +57,24 @@
 %description devel
 Development and header files for the zathura package.
 
+%package bash-completion
+Summary:Zathura Bash completion
+Group:  System/Shells
+Requires:   %{name} = %{version}
+Requires:   bash-completion
+
+%description bash-completion
+Optional dependency offering bash completion for zathura
+
+%package zsh-completion
+Summary:Zathura zsh completion
+Group:  System/Shells
+Requires:   %{name} = %{version}
+Requires:   zsh
+
+%description zsh-completion
+Optional dependency offering zsh completion for zathura
+
 %lang_package
 
 %prep
@@ -68,19 +92,29 @@
 %files
 %license LICENSE
 %doc README AUTHORS
+%dir %{_datadir}/icons/scalable
+%dir %{_datadir}/icons/scalable/apps
 %{_bindir}/%{name}
 %{_datadir}/dbus-1/interfaces/org.pwmt.%{name}.xml
 %{_mandir}/man1/%{name}.1%{?ext_man}
 %{_mandir}/man5/%{name}rc.5%{?ext_man}
 %{_datadir}/applications/org.pwmt.zathura.desktop
-%{_datadir}/icons/hicolor/128x128/apps/org.pwmt.zathura.png
+%{_datadir}/icons/hicolor/*/apps/org.pwmt.zathura.png
 %{_datadir}/metainfo/org.pwmt.zathura.appdata.xml
+%{_datadir}/icons/scalable/apps/org.pwmt.zathura.svg
 
 %files devel
 %dir %{_includedir}/%{name}
 %{_includedir}/%{name}/*.h
 %{_libdir}/pkgconfig/%{name}.pc
 
+%files bash-completion
+%{_datadir}/bash-completion/completions/zathura
+
+%files zsh-completion
+%dir %{_datadir}/zsh/vendor-completions
+%{_datadir}/zsh/vendor-completions/_zathura
+
 %files lang -f %{name}.lang
 
 %changelog

++ zathura-0.4.0.tar.xz -> zathura-0.4.3.tar.xz ++
 20769 lines of diff (skipped)




commit zathura for openSUSE:Factory

2018-08-10 Thread root
Hello community,

here is the log from the commit of package zathura for openSUSE:Factory checked 
in at 2018-08-10 09:51:17

Comparing /work/SRC/openSUSE:Factory/zathura (Old)
 and  /work/SRC/openSUSE:Factory/.zathura.new (New)


Package is "zathura"

Fri Aug 10 09:51:17 2018 rev:10 rq:628353 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/zathura/zathura.changes  2018-05-24 
23:24:38.749854958 +0200
+++ /work/SRC/openSUSE:Factory/.zathura.new/zathura.changes 2018-08-10 
09:51:18.358417802 +0200
@@ -1,0 +2,5 @@
+Wed Aug  8 17:06:20 UTC 2018 - jeng...@inai.de
+
+- Trim exaggerations from description.
+
+---



Other differences:
--
++ zathura.spec ++
--- /var/tmp/diff_new_pack.nycpEs/_old  2018-08-10 09:51:18.942418745 +0200
+++ /var/tmp/diff_new_pack.nycpEs/_new  2018-08-10 09:51:18.942418745 +0200
@@ -19,7 +19,7 @@
 Name:   zathura
 Version:0.4.0
 Release:0
-Summary:A highly customizable document viewer
+Summary:A customizable document viewer
 License:Zlib
 Group:  Productivity/Office/Other
 URL:http://pwmt.org/projects/zathura/
@@ -40,9 +40,8 @@
 %endif
 
 %description
-zathura is a highly customizable and functional document viewer. It provides
-a minimalistic and space saving interface as well as an easy usage that mainly
-focuses on keyboard interaction.
+zathura is a customizable document viewer. It provides a minimalistic
+and space-saving interface as well as a keyboard-centric interaction.
 
 %package devel
 Summary:Development files for zathura
@@ -50,7 +49,7 @@
 Requires:   %{name} = %{version}
 
 %description devel
-Development and Header files for package zathura
+Development and header files for the zathura package.
 
 %lang_package
 




commit zathura for openSUSE:Factory

2018-05-24 Thread root
Hello community,

here is the log from the commit of package zathura for openSUSE:Factory checked 
in at 2018-05-24 23:24:37

Comparing /work/SRC/openSUSE:Factory/zathura (Old)
 and  /work/SRC/openSUSE:Factory/.zathura.new (New)


Package is "zathura"

Thu May 24 23:24:37 2018 rev:9 rq:611516 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/zathura/zathura.changes  2018-01-30 
15:42:31.299876619 +0100
+++ /work/SRC/openSUSE:Factory/.zathura.new/zathura.changes 2018-05-24 
23:24:38.749854958 +0200
@@ -1,0 +2,9 @@
+Wed May 23 08:56:29 UTC 2018 - mimi...@gmail.com
+
+- update to 0.4.0
+* move to meson build system
+* Port to newer libsynctex
+* Improved HiDPI support
+* Display page labels
+
+---

Old:

  zathura-0.3.8.tar.gz

New:

  zathura-0.4.0.tar.xz



Other differences:
--
++ zathura.spec ++
--- /var/tmp/diff_new_pack.0BgxmG/_old  2018-05-24 23:24:39.641822497 +0200
+++ /var/tmp/diff_new_pack.0BgxmG/_new  2018-05-24 23:24:39.641822497 +0200
@@ -17,15 +17,17 @@
 
 
 Name:   zathura
-Version:0.3.8
+Version:0.4.0
 Release:0
 Summary:A highly customizable document viewer
 License:Zlib
 Group:  Productivity/Office/Other
-Url:http://pwmt.org/projects/zathura/
-Source: 
http://pwmt.org/projects/zathura/download/%{name}-%{version}.tar.gz
+URL:http://pwmt.org/projects/zathura/
+Source: 
http://pwmt.org/projects/zathura/download/%{name}-%{version}.tar.xz
 BuildRequires:  file-devel
+BuildRequires:  meson
 BuildRequires:  pkgconfig
+BuildRequires:  python3-Sphinx
 BuildRequires:  pkgconfig(girara-gtk3) >= 0.2.8
 BuildRequires:  pkgconfig(sqlite3)
 Recommends: %{name}-lang
@@ -42,7 +44,6 @@
 a minimalistic and space saving interface as well as an easy usage that mainly
 focuses on keyboard interaction.
 
-
 %package devel
 Summary:Development files for zathura
 Group:  Development/Libraries/GNOME
@@ -58,22 +59,23 @@
 
 %build
 export CFLAGS="%{optflags}"
-export LIBDIR=%{_libdir}
-make WITH_SQLITE=1 %{?_smp_mflags} COLOR=0 VERBOSE=1 SFLAGS=""
+%meson
+%meson_build
 
 %install
-%make_install LIBDIR=%{_libdir} APPDATAPREFIX=%{_datadir}/appdata COLOR=0 
SFLAGS=""
+%meson_install
 %find_lang %{name} %{?no_lang_C}
 
 %files
-%doc README LICENSE AUTHORS
+%license LICENSE
+%doc README AUTHORS
 %{_bindir}/%{name}
-%{_datadir}/applications/%{name}.desktop
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/dbus-1/interfaces/org.pwmt.%{name}.xml
-%{_mandir}/man1/%{name}.1%{ext_man}
-%{_mandir}/man5/%{name}rc.5%{ext_man}
+%{_mandir}/man1/%{name}.1%{?ext_man}
+%{_mandir}/man5/%{name}rc.5%{?ext_man}
+%{_datadir}/applications/org.pwmt.zathura.desktop
+%{_datadir}/icons/hicolor/128x128/apps/org.pwmt.zathura.png
+%{_datadir}/metainfo/org.pwmt.zathura.appdata.xml
 
 %files devel
 %dir %{_includedir}/%{name}




commit zathura for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package zathura for openSUSE:Factory checked 
in at 2018-01-30 15:42:27

Comparing /work/SRC/openSUSE:Factory/zathura (Old)
 and  /work/SRC/openSUSE:Factory/.zathura.new (New)


Package is "zathura"

Tue Jan 30 15:42:27 2018 rev:8 rq:569894 version:0.3.8

Changes:

--- /work/SRC/openSUSE:Factory/zathura/zathura.changes  2017-02-09 
11:15:32.587686384 +0100
+++ /work/SRC/openSUSE:Factory/.zathura.new/zathura.changes 2018-01-30 
15:42:31.299876619 +0100
@@ -1,0 +2,7 @@
+Fri Jan 26 14:13:33 UTC 2018 - mimi...@gmail.com
+
+- update to 0.3.8
+* Fix memory leaks
+* Rework plugin initialization
+
+---

Old:

  zathura-0.3.7.tar.gz

New:

  zathura-0.3.8.tar.gz



Other differences:
--
++ zathura.spec ++
--- /var/tmp/diff_new_pack.wErPF6/_old  2018-01-30 15:42:31.883849356 +0100
+++ /var/tmp/diff_new_pack.wErPF6/_new  2018-01-30 15:42:31.883849356 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zathura
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   zathura
-Version:0.3.7
+Version:0.3.8
 Release:0
 Summary:A highly customizable document viewer
 License:Zlib
@@ -25,30 +25,28 @@
 Url:http://pwmt.org/projects/zathura/
 Source: 
http://pwmt.org/projects/zathura/download/%{name}-%{version}.tar.gz
 BuildRequires:  file-devel
-BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(girara-gtk3) >= 0.2.4
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(girara-gtk3) >= 0.2.8
 BuildRequires:  pkgconfig(sqlite3)
-%if 0%{?suse_version} >= 1330
-BuildRequires:  pkgconfig(synctex)
-%endif
-Requires(post): update-desktop-files
-Requires(postun): update-desktop-files
 Recommends: %{name}-lang
 Recommends: zathura-pdf-poppler-plugin
 Suggests:   zathura-cb-plugin
 Suggests:   zathura-djvu-plugin
 Suggests:   zathura-ps-plugin
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} >= 1330
+BuildRequires:  pkgconfig(synctex)
+%endif
 
 %description
 zathura is a highly customizable and functional document viewer. It provides
 a minimalistic and space saving interface as well as an easy usage that mainly
 focuses on keyboard interaction.
 
+
 %package devel
 Summary:Development files for zathura
 Group:  Development/Libraries/GNOME
-Requires:   %{name} == %{version}
+Requires:   %{name} = %{version}
 
 %description devel
 Development and Header files for package zathura
@@ -64,33 +62,24 @@
 make WITH_SQLITE=1 %{?_smp_mflags} COLOR=0 VERBOSE=1 SFLAGS=""
 
 %install
-%make_install LIBDIR=%{_libdir} COLOR=0 SFLAGS=""
+%make_install LIBDIR=%{_libdir} APPDATAPREFIX=%{_datadir}/appdata COLOR=0 
SFLAGS=""
 %find_lang %{name} %{?no_lang_C}
 
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-
 %files
-%defattr(-,root,root)
 %doc README LICENSE AUTHORS
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/dbus-1/interfaces/org.pwmt.%{name}.xml
-%{_mandir}/man1/%{name}.1.*
-%{_mandir}/man5/%{name}rc.5.*
+%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man5/%{name}rc.5%{ext_man}
 
 %files devel
-%defattr (-,root,root,-)
 %dir %{_includedir}/%{name}
 %{_includedir}/%{name}/*.h
 %{_libdir}/pkgconfig/%{name}.pc
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++ zathura-0.3.7.tar.gz -> zathura-0.3.8.tar.gz ++
 14600 lines of diff (skipped)




commit zathura for openSUSE:Factory

2017-02-09 Thread root
Hello community,

here is the log from the commit of package zathura for openSUSE:Factory checked 
in at 2017-02-09 11:15:31

Comparing /work/SRC/openSUSE:Factory/zathura (Old)
 and  /work/SRC/openSUSE:Factory/.zathura.new (New)


Package is "zathura"

Changes:

--- /work/SRC/openSUSE:Factory/zathura/zathura.changes  2016-06-03 
16:39:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.zathura.new/zathura.changes 2017-02-09 
11:15:32.587686384 +0100
@@ -1,0 +2,9 @@
+Sun Feb  5 19:00:06 UTC 2017 - mimi...@gmail.com
+
+- update to 0.3.7
+* Improved logging
+* Improve page mode toggling
+* Several fixes and improvements
+* Updated translations
+
+---

Old:

  zathura-0.3.6.tar.gz

New:

  zathura-0.3.7.tar.gz



Other differences:
--
++ zathura.spec ++
--- /var/tmp/diff_new_pack.VTEuNG/_old  2017-02-09 11:15:33.939495435 +0100
+++ /var/tmp/diff_new_pack.VTEuNG/_new  2017-02-09 11:15:33.939495435 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zathura
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   zathura
-Version:0.3.6
+Version:0.3.7
 Release:0
 Summary:A highly customizable document viewer
 License:Zlib

++ zathura-0.3.6.tar.gz -> zathura-0.3.7.tar.gz ++
 11147 lines of diff (skipped)




commit zathura for openSUSE:Factory

2016-06-03 Thread h_root
Hello community,

here is the log from the commit of package zathura for openSUSE:Factory checked 
in at 2016-06-03 16:38:45

Comparing /work/SRC/openSUSE:Factory/zathura (Old)
 and  /work/SRC/openSUSE:Factory/.zathura.new (New)


Package is "zathura"

Changes:

--- /work/SRC/openSUSE:Factory/zathura/zathura.changes  2016-03-26 
15:24:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.zathura.new/zathura.changes 2016-06-03 
16:39:16.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun  2 11:53:58 UTC 2016 - mimi...@gmail.com
+
+- update to 0.3.6
+* Parallel build of manpages
+* Several fixes and improvements
+
+---

Old:

  zathura-0.3.5.tar.gz

New:

  zathura-0.3.6.tar.gz



Other differences:
--
++ zathura.spec ++
--- /var/tmp/diff_new_pack.tFOFcH/_old  2016-06-03 16:39:17.0 +0200
+++ /var/tmp/diff_new_pack.tFOFcH/_new  2016-06-03 16:39:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   zathura
-Version:0.3.5
+Version:0.3.6
 Release:0
 Summary:A highly customizable document viewer
 License:Zlib

++ zathura-0.3.5.tar.gz -> zathura-0.3.6.tar.gz ++
 4089 lines of diff (skipped)




commit zathura for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package zathura for openSUSE:Factory checked 
in at 2016-03-26 15:24:27

Comparing /work/SRC/openSUSE:Factory/zathura (Old)
 and  /work/SRC/openSUSE:Factory/.zathura.new (New)


Package is "zathura"

Changes:

--- /work/SRC/openSUSE:Factory/zathura/zathura.changes  2016-02-24 
14:25:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.zathura.new/zathura.changes 2016-03-26 
15:24:31.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 20 11:38:05 UTC 2016 - mimi...@gmail.com
+
+- added libsynctex support on openSUSE:Tumbleweed
+
+---



Other differences:
--
++ zathura.spec ++
--- /var/tmp/diff_new_pack.fIwTUf/_old  2016-03-26 15:24:31.0 +0100
+++ /var/tmp/diff_new_pack.fIwTUf/_new  2016-03-26 15:24:31.0 +0100
@@ -25,8 +25,12 @@
 Url:http://pwmt.org/projects/zathura/
 Source: 
http://pwmt.org/projects/zathura/download/%{name}-%{version}.tar.gz
 BuildRequires:  file-devel
+BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(girara-gtk3) >= 0.2.4
 BuildRequires:  pkgconfig(sqlite3)
+%if 0%{?suse_version} >= 1330
+BuildRequires:  pkgconfig(synctex)
+%endif
 Requires(post): update-desktop-files
 Requires(postun): update-desktop-files
 Recommends: %{name}-lang




commit zathura for openSUSE:Factory

2016-02-24 Thread h_root
Hello community,

here is the log from the commit of package zathura for openSUSE:Factory checked 
in at 2016-02-24 14:25:46

Comparing /work/SRC/openSUSE:Factory/zathura (Old)
 and  /work/SRC/openSUSE:Factory/.zathura.new (New)


Package is "zathura"

Changes:

--- /work/SRC/openSUSE:Factory/zathura/zathura.changes  2015-05-12 
06:46:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.zathura.new/zathura.changes 2016-02-24 
14:25:48.0 +0100
@@ -1,0 +2,10 @@
+Tue Feb 23 17:50:16 UTC 2016 - mimi...@gmail.com
+
+- update to 0.3.5
+* Build even without SyncTex
+* Children should not fork
+* Recent files support
+* Substitute home with tilde
+* Open URLs
+
+---

Old:

  zathura-0.3.3.tar.gz

New:

  zathura-0.3.5.tar.gz



Other differences:
--
++ zathura.spec ++
--- /var/tmp/diff_new_pack.3aRsqU/_old  2016-02-24 14:25:48.0 +0100
+++ /var/tmp/diff_new_pack.3aRsqU/_new  2016-02-24 14:25:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package zathura
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   zathura
-Version:0.3.3
+Version:0.3.5
 Release:0
 Summary:A highly customizable document viewer
 License:Zlib

++ zathura-0.3.3.tar.gz -> zathura-0.3.5.tar.gz ++
 25601 lines of diff (skipped)




commit zathura for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package zathura for openSUSE:Factory checked 
in at 2015-05-12 06:46:33

Comparing /work/SRC/openSUSE:Factory/zathura (Old)
 and  /work/SRC/openSUSE:Factory/.zathura.new (New)


Package is zathura

Changes:

--- /work/SRC/openSUSE:Factory/zathura/zathura.changes  2014-11-13 
09:18:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.zathura.new/zathura.changes 2015-05-12 
06:46:35.0 +0200
@@ -1,0 +2,10 @@
+Sun May 10 20:31:31 UTC 2015 - mimi...@gmail.com
+
+- update to 0.3.3
+- Store tmp files in only one location
+- Print target selection
+- Fix dual page render breakage of adjust_window
+- Update translations
+- Update buld system
+
+---

Old:

  zathura-0.3.2.tar.gz

New:

  zathura-0.3.3.tar.gz



Other differences:
--
++ zathura.spec ++
--- /var/tmp/diff_new_pack.Ji6Bmz/_old  2015-05-12 06:46:35.0 +0200
+++ /var/tmp/diff_new_pack.Ji6Bmz/_new  2015-05-12 06:46:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zathura
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   zathura
-Version:0.3.2
+Version:0.3.3
 Release:0
 Summary:A highly customizable document viewer
 License:Zlib
@@ -25,7 +25,7 @@
 Url:http://pwmt.org/projects/zathura/
 Source: 
http://pwmt.org/projects/zathura/download/%{name}-%{version}.tar.gz
 BuildRequires:  file-devel
-BuildRequires:  pkgconfig(girara-gtk3) = 0.2.3
+BuildRequires:  pkgconfig(girara-gtk3) = 0.2.4
 BuildRequires:  pkgconfig(sqlite3)
 Requires(post): update-desktop-files
 Requires(postun): update-desktop-files

++ zathura-0.3.2.tar.gz - zathura-0.3.3.tar.gz ++
 12837 lines of diff (skipped)




commit zathura for openSUSE:Factory

2014-11-13 Thread h_root
Hello community,

here is the log from the commit of package zathura for openSUSE:Factory checked 
in at 2014-11-13 09:18:05

Comparing /work/SRC/openSUSE:Factory/zathura (Old)
 and  /work/SRC/openSUSE:Factory/.zathura.new (New)


Package is zathura

Changes:

--- /work/SRC/openSUSE:Factory/zathura/zathura.changes  2014-10-31 
20:39:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.zathura.new/zathura.changes 2014-11-13 
09:18:26.0 +0100
@@ -1,0 +2,11 @@
+Wed Nov 12 08:57:43 UTC 2014 - mimi...@gmail.com
+
+- Update to upstream version 0.3.2
+- resolve memory leak while reloading file
+- Prevent segmentation fault when smooth zooming with mouse
+- Cache thumbnails to support smooth zooming
+- Check scale value correctness
+- Update build system
+- Update translations
+
+---

Old:

  zathura-0.3.1.tar.gz

New:

  zathura-0.3.2.tar.gz



Other differences:
--
++ zathura.spec ++
--- /var/tmp/diff_new_pack.1uV7jt/_old  2014-11-13 09:18:27.0 +0100
+++ /var/tmp/diff_new_pack.1uV7jt/_new  2014-11-13 09:18:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   zathura
-Version:0.3.1
+Version:0.3.2
 Release:0
 Summary:A highly customizable document viewer
 License:Zlib

++ zathura-0.3.1.tar.gz - zathura-0.3.2.tar.gz ++
 61182 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org