From a4ec06ff1c424aacb7f8ecadd332ae9892eab660 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Apr 2014 14:21:31 +0000 Subject: [PATCH 01/31] Initial setup of the repo --- .gitignore | 0 sources | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitignore create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29 From 2cfc4eb071fe3bc00f4705e8821282534be08454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= Date: Fri, 25 Apr 2014 17:14:40 +0200 Subject: [PATCH 02/31] initial import after package review --- .gitignore | 1 + sources | 1 + zathura-cb.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 zathura-cb.spec diff --git a/.gitignore b/.gitignore index e69de29..f56b76f 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/zathura-cb-0.1.2.tar.gz diff --git a/sources b/sources index e69de29..97ee2fa 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +56aad6e0ac0a256abc6a4fd441ea45ce zathura-cb-0.1.2.tar.gz diff --git a/zathura-cb.spec b/zathura-cb.spec new file mode 100644 index 0000000..ef7c1de --- /dev/null +++ b/zathura-cb.spec @@ -0,0 +1,46 @@ +Name: zathura-cb +Version: 0.1.2 +Release: 3%{?dist} +Summary: Comic book support for zathura + +Group: Applications/Publishing +License: zlib +URL: http://pwmt.org/projects/zathura/plugins/%{name} +Source0: http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.gz + +BuildRequires: libarchive-devel +BuildRequires: zathura-devel >= 0.2.5 +BuildRequires: girara-devel +BuildRequires: glib2-devel +BuildRequires: gtk3-devel +BuildRequires: cairo-devel + +%description +The zathura-cb plugin adds comic book archive support to zathura. + +%prep +%setup -q +sed -i s/^install\:.*/install\:/g Makefile + +%build +CFLAGS='%{optflags}' make %{?_smp_mflags} LIBDIR=%{_libdir} debug +mv cb-debug.so cb.so + +%install +make DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir} install +rm -f %{buildroot}/%{_datadir}/applications/%{name}.desktop + +%files +%doc AUTHORS LICENSE +%{_libdir}/zathura/cb.so + +%changelog +* Wed Apr 23 2014 François Cami - 0.1.2-3 +- Fix BuildRequires list. + +* Tue Apr 22 2014 François Cami - 0.1.2-2 +- Remove desktop file. + +* Wed Mar 05 2014 François Cami - 0.1.2-1 +- Initial package. + From bbf56e4bc17ba6fd75e714a77e81dd069bfed300 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 13:03:01 -0500 Subject: [PATCH 03/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- zathura-cb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index ef7c1de..395f9fa 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Comic book support for zathura Group: Applications/Publishing @@ -35,6 +35,9 @@ rm -f %{buildroot}/%{_datadir}/applications/%{name}.desktop %{_libdir}/zathura/cb.so %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 0.1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Wed Apr 23 2014 François Cami - 0.1.2-3 - Fix BuildRequires list. From 0953d2fd8cce02a280e4f6e3b10c8d655c523c7f Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 11:31:00 +0000 Subject: [PATCH 04/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- zathura-cb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index 395f9fa..ac30957 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Comic book support for zathura Group: Applications/Publishing @@ -35,6 +35,9 @@ rm -f %{buildroot}/%{_datadir}/applications/%{name}.desktop %{_libdir}/zathura/cb.so %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 0.1.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sat Jun 07 2014 Fedora Release Engineering - 0.1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From be9c1a290c76e57f9cbf23d4fe9f925e560a5861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 12 Nov 2014 17:28:30 +0100 Subject: [PATCH 05/31] 0.1.4 bugfix bump --- .gitignore | 1 + sources | 2 +- zathura-cb.spec | 10 +++++----- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index f56b76f..a6d808e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /zathura-cb-0.1.2.tar.gz +/zathura-cb-0.1.4.tar.gz diff --git a/sources b/sources index 97ee2fa..0cc85c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -56aad6e0ac0a256abc6a4fd441ea45ce zathura-cb-0.1.2.tar.gz +2492476ebab213b68e756d45e8d98f74 zathura-cb-0.1.4.tar.gz diff --git a/zathura-cb.spec b/zathura-cb.spec index ac30957..e86d916 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,13 +1,11 @@ Name: zathura-cb -Version: 0.1.2 -Release: 5%{?dist} +Version: 0.1.4 +Release: 1%{?dist} Summary: Comic book support for zathura - Group: Applications/Publishing License: zlib URL: http://pwmt.org/projects/zathura/plugins/%{name} Source0: http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.gz - BuildRequires: libarchive-devel BuildRequires: zathura-devel >= 0.2.5 BuildRequires: girara-devel @@ -35,6 +33,9 @@ rm -f %{buildroot}/%{_datadir}/applications/%{name}.desktop %{_libdir}/zathura/cb.so %changelog +* Wed Nov 12 2014 Petr Šabata - 0.1.4-1 +- 0.1.4 bugfix bump + * Mon Aug 18 2014 Fedora Release Engineering - 0.1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild @@ -49,4 +50,3 @@ rm -f %{buildroot}/%{_datadir}/applications/%{name}.desktop * Wed Mar 05 2014 François Cami - 0.1.2-1 - Initial package. - From 1c9a41871c24086e0d62813597864a7d892201af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 9 Jun 2015 17:34:46 +0200 Subject: [PATCH 06/31] Fix the dep list, install LICENSE with the %license macro --- zathura-cb.spec | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index e86d916..bcb1670 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,17 +1,24 @@ Name: zathura-cb Version: 0.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Comic book support for zathura Group: Applications/Publishing License: zlib URL: http://pwmt.org/projects/zathura/plugins/%{name} Source0: http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.gz -BuildRequires: libarchive-devel -BuildRequires: zathura-devel >= 0.2.5 -BuildRequires: girara-devel -BuildRequires: glib2-devel -BuildRequires: gtk3-devel -BuildRequires: cairo-devel +BuildRequires: binutils +BuildRequires: coreutils +BuildRequires: gcc +BuildRequires: make +BuildRequires: sed +BuildRequires: pkgconfig(cairo) +BuildRequires: pkgconfig(gdk-3.0) +BuildRequires: pkgconfig(gdk-pixbuf-2.0) +BuildRequires: pkgconfig(girara-gtk3) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(libarchive) +BuildRequires: pkgconfig(zathura) +Requires: zathura %description The zathura-cb plugin adds comic book archive support to zathura. @@ -29,10 +36,14 @@ make DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir} install rm -f %{buildroot}/%{_datadir}/applications/%{name}.desktop %files -%doc AUTHORS LICENSE +%license LICENSE +%doc AUTHORS %{_libdir}/zathura/cb.so %changelog +* Tue Jun 09 2015 Petr Šabata - 0.1.4-2 +- Fix the dep list, install LICENSE with the %%license macro + * Wed Nov 12 2014 Petr Šabata - 0.1.4-1 - 0.1.4 bugfix bump From aff8bd2d6b59404197290219773b6c713756a704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 10 Jun 2015 12:32:57 +0200 Subject: [PATCH 07/31] Rebuild for new girara --- zathura-cb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index bcb1670..7a84cd7 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Comic book support for zathura Group: Applications/Publishing License: zlib @@ -10,6 +10,7 @@ BuildRequires: binutils BuildRequires: coreutils BuildRequires: gcc BuildRequires: make +BuildRequires: pkgconfig BuildRequires: sed BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(gdk-3.0) @@ -41,6 +42,9 @@ rm -f %{buildroot}/%{_datadir}/applications/%{name}.desktop %{_libdir}/zathura/cb.so %changelog +* Wed Jun 10 2015 Petr Šabata - 0.1.4-3 +- Rebuild for new girara + * Tue Jun 09 2015 Petr Šabata - 0.1.4-2 - Fix the dep list, install LICENSE with the %%license macro From 0b4030593bd1a9880f63ca605f683588ca45d8e4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 04:44:00 +0000 Subject: [PATCH 08/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- zathura-cb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index 7a84cd7..dae6ec5 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Comic book support for zathura Group: Applications/Publishing License: zlib @@ -42,6 +42,9 @@ rm -f %{buildroot}/%{_datadir}/applications/%{name}.desktop %{_libdir}/zathura/cb.so %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 0.1.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed Jun 10 2015 Petr Šabata - 0.1.4-3 - Rebuild for new girara From d0017455fb4853d6fa104775acd4f07d5fa05c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 2 Jul 2015 16:39:57 +0200 Subject: [PATCH 09/31] Install the desktop file again --- zathura-cb.spec | 60 +++++++++++++++++++++++++++++-------------------- 1 file changed, 36 insertions(+), 24 deletions(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index dae6ec5..2b25f53 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,25 +1,27 @@ -Name: zathura-cb -Version: 0.1.4 -Release: 4%{?dist} -Summary: Comic book support for zathura -Group: Applications/Publishing -License: zlib -URL: http://pwmt.org/projects/zathura/plugins/%{name} -Source0: http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.gz -BuildRequires: binutils -BuildRequires: coreutils -BuildRequires: gcc -BuildRequires: make -BuildRequires: pkgconfig -BuildRequires: sed -BuildRequires: pkgconfig(cairo) -BuildRequires: pkgconfig(gdk-3.0) -BuildRequires: pkgconfig(gdk-pixbuf-2.0) -BuildRequires: pkgconfig(girara-gtk3) -BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(libarchive) -BuildRequires: pkgconfig(zathura) -Requires: zathura +Name: zathura-cb +Version: 0.1.4 +Release: 5%{?dist} +Summary: Comic book support for zathura +Group: Applications/Publishing +License: zlib +URL: http://pwmt.org/projects/zathura/plugins/%{name} +Source0: http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.gz +BuildRequires: binutils +BuildRequires: coreutils +BuildRequires: gcc +BuildRequires: make +BuildRequires: pkgconfig +BuildRequires: sed +BuildRequires: pkgconfig(cairo) +BuildRequires: pkgconfig(gdk-3.0) +BuildRequires: pkgconfig(gdk-pixbuf-2.0) +BuildRequires: pkgconfig(girara-gtk3) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(libarchive) +BuildRequires: pkgconfig(zathura) +Requires: zathura +Requires(post): desktop-file-utils +Requires(postun): desktop-file-utils %description The zathura-cb plugin adds comic book archive support to zathura. @@ -33,15 +35,25 @@ CFLAGS='%{optflags}' make %{?_smp_mflags} LIBDIR=%{_libdir} debug mv cb-debug.so cb.so %install -make DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir} install -rm -f %{buildroot}/%{_datadir}/applications/%{name}.desktop +make DESTDIR=%{buildroot} LIBDIR=%{_libdir} install +desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop + +%post +update-desktop-database &> /dev/null || : + +%postun +update-desktop-database &> /dev/null || : %files %license LICENSE %doc AUTHORS %{_libdir}/zathura/cb.so +%{_datadir}/applications/%{name}.desktop %changelog +* Thu Jul 02 2015 Petr Šabata - 0.1.4-5 +- Install the desktop file again + * Fri Jun 19 2015 Fedora Release Engineering - 0.1.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From f1f7696a69edf51052c89ea81a3297e2ad01a229 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 04:03:47 +0000 Subject: [PATCH 10/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- zathura-cb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index 2b25f53..ef6e2c3 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Comic book support for zathura Group: Applications/Publishing License: zlib @@ -51,6 +51,9 @@ update-desktop-database &> /dev/null || : %{_datadir}/applications/%{name}.desktop %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 0.1.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Thu Jul 02 2015 Petr Šabata - 0.1.4-5 - Install the desktop file again From d144ecf89629689e2963bc1394185c198a2e3405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 26 Feb 2016 15:55:57 +0100 Subject: [PATCH 11/31] 0.1.5 bump --- .gitignore | 1 + sources | 2 +- zathura-cb.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a6d808e..2e3b6ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /zathura-cb-0.1.2.tar.gz /zathura-cb-0.1.4.tar.gz +/zathura-cb-0.1.5.tar.gz diff --git a/sources b/sources index 0cc85c1..4fa95c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2492476ebab213b68e756d45e8d98f74 zathura-cb-0.1.4.tar.gz +01f9a217b2e4a67ceeb612f36eafe1a1 zathura-cb-0.1.5.tar.gz diff --git a/zathura-cb.spec b/zathura-cb.spec index ef6e2c3..7fc0700 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb -Version: 0.1.4 -Release: 6%{?dist} +Version: 0.1.5 +Release: 1%{?dist} Summary: Comic book support for zathura Group: Applications/Publishing License: zlib @@ -51,6 +51,9 @@ update-desktop-database &> /dev/null || : %{_datadir}/applications/%{name}.desktop %changelog +* Fri Feb 26 2016 Petr Šabata - 0.1.5-1 +- 0.1.5 bump + * Fri Feb 05 2016 Fedora Release Engineering - 0.1.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From e0f7c213281c5d0c599248bf810cde2b29703ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 26 Feb 2016 17:01:58 +0100 Subject: [PATCH 12/31] Correct build dependencies --- zathura-cb.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index 7fc0700..426948d 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Comic book support for zathura Group: Applications/Publishing License: zlib @@ -8,6 +8,7 @@ URL: http://pwmt.org/projects/zathura/plugins/%{name} Source0: http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.gz BuildRequires: binutils BuildRequires: coreutils +BuildRequires: desktop-file-utils BuildRequires: gcc BuildRequires: make BuildRequires: pkgconfig @@ -15,6 +16,7 @@ BuildRequires: sed BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(gdk-3.0) BuildRequires: pkgconfig(gdk-pixbuf-2.0) +BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(girara-gtk3) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libarchive) @@ -51,6 +53,9 @@ update-desktop-database &> /dev/null || : %{_datadir}/applications/%{name}.desktop %changelog +* Fri Feb 26 2016 Petr Šabata - 0.1.5-2 +- Correct build dependencies + * Fri Feb 26 2016 Petr Šabata - 0.1.5-1 - 0.1.5 bump From 988894d57edc79e9507c9df586955090b9210822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Sun, 15 Jan 2017 19:57:07 +0100 Subject: [PATCH 13/31] 0.1.6 bump --- .gitignore | 1 + sources | 2 +- zathura-cb.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2e3b6ee..3905241 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /zathura-cb-0.1.2.tar.gz /zathura-cb-0.1.4.tar.gz /zathura-cb-0.1.5.tar.gz +/zathura-cb-0.1.6.tar.gz diff --git a/sources b/sources index 4fa95c6..e26e3ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -01f9a217b2e4a67ceeb612f36eafe1a1 zathura-cb-0.1.5.tar.gz +SHA512 (zathura-cb-0.1.6.tar.gz) = 986293957b6bc5e5fe7033bb7c91e857b1089fe1a041eb39e516b4e906c2619d22d7ebfa0bfaba982cc6145cba4c6a2af01be810c6da71f4c862fb42bc91f230 diff --git a/zathura-cb.spec b/zathura-cb.spec index 426948d..b35257d 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb -Version: 0.1.5 -Release: 2%{?dist} +Version: 0.1.6 +Release: 1%{?dist} Summary: Comic book support for zathura Group: Applications/Publishing License: zlib @@ -53,6 +53,9 @@ update-desktop-database &> /dev/null || : %{_datadir}/applications/%{name}.desktop %changelog +* Sun Jan 15 2017 Petr Šabata - 0.1.6-1 +- 0.1.6 bump + * Fri Feb 26 2016 Petr Šabata - 0.1.5-2 - Correct build dependencies From 31afe69e637d03a85d51483412afe85f5b8d2ab1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 18:22:08 +0000 Subject: [PATCH 14/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- zathura-cb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index b35257d..be9aa22 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Comic book support for zathura Group: Applications/Publishing License: zlib @@ -53,6 +53,9 @@ update-desktop-database &> /dev/null || : %{_datadir}/applications/%{name}.desktop %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0.1.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Sun Jan 15 2017 Petr Šabata - 0.1.6-1 - 0.1.6 bump From 19506a5677bc403c0e8c964704092e87b785a157 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 22:40:15 +0000 Subject: [PATCH 15/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- zathura-cb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index be9aa22..9b43ea6 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Comic book support for zathura Group: Applications/Publishing License: zlib @@ -53,6 +53,9 @@ update-desktop-database &> /dev/null || : %{_datadir}/applications/%{name}.desktop %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 0.1.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 0.1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From c8b5618c83ae313a1ddf36eb13e9b42caa306d46 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 11:08:43 +0000 Subject: [PATCH 16/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- zathura-cb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index 9b43ea6..0c81476 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Comic book support for zathura Group: Applications/Publishing License: zlib @@ -53,6 +53,9 @@ update-desktop-database &> /dev/null || : %{_datadir}/applications/%{name}.desktop %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 0.1.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 0.1.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From a78d522d0e27e5db0919fbb12a8251ebc2fee0c2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 22:24:01 +0000 Subject: [PATCH 17/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zathura-cb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index 0c81476..9434967 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Comic book support for zathura Group: Applications/Publishing License: zlib @@ -53,6 +53,9 @@ update-desktop-database &> /dev/null || : %{_datadir}/applications/%{name}.desktop %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 0.1.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 0.1.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 3349b7e22894e20592dd0b4fe4b6237e673faf6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 10 Apr 2018 22:44:06 +0200 Subject: [PATCH 18/31] 0.1.8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- .gitignore | 1 + sources | 2 +- zathura-cb.spec | 54 +++++++++++++++++++++---------------------------- 3 files changed, 25 insertions(+), 32 deletions(-) diff --git a/.gitignore b/.gitignore index 3905241..4fdc56c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /zathura-cb-0.1.4.tar.gz /zathura-cb-0.1.5.tar.gz /zathura-cb-0.1.6.tar.gz +/zathura-cb-0.1.8.tar.xz diff --git a/sources b/sources index e26e3ed..8fb436e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zathura-cb-0.1.6.tar.gz) = 986293957b6bc5e5fe7033bb7c91e857b1089fe1a041eb39e516b4e906c2619d22d7ebfa0bfaba982cc6145cba4c6a2af01be810c6da71f4c862fb42bc91f230 +SHA512 (zathura-cb-0.1.8.tar.xz) = ca9b57e59f3955afabb246b8f71989647ce4c86f7f59aa13e4d7150f22dfb1bd64642efc155bba5997633d8bf5144e7ef42bea05512a2c2d20e13fb180c89cb8 diff --git a/zathura-cb.spec b/zathura-cb.spec index 9434967..4d9dbbc 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,58 +1,50 @@ Name: zathura-cb -Version: 0.1.6 -Release: 5%{?dist} +Version: 0.1.8 +Release: 1%{?dist} Summary: Comic book support for zathura Group: Applications/Publishing License: zlib URL: http://pwmt.org/projects/zathura/plugins/%{name} -Source0: http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.gz +Source0: http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.xz BuildRequires: binutils -BuildRequires: coreutils +BuildRequires: cairo-devel +# Needed to validate the desktop file BuildRequires: desktop-file-utils BuildRequires: gcc -BuildRequires: make -BuildRequires: pkgconfig -BuildRequires: sed -BuildRequires: pkgconfig(cairo) -BuildRequires: pkgconfig(gdk-3.0) -BuildRequires: pkgconfig(gdk-pixbuf-2.0) -BuildRequires: pkgconfig(gio-2.0) -BuildRequires: pkgconfig(girara-gtk3) -BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(libarchive) -BuildRequires: pkgconfig(zathura) -Requires: zathura -Requires(post): desktop-file-utils -Requires(postun): desktop-file-utils +BuildRequires: girara-devel +# Needed to validate appdata +BuildRequires: libappstream-glib +BuildRequires: libarchive +BuildRequires: meson >= 0.43 +BuildRequires: zathura-devel >= 0.3.8 +Requires: zathura >= 0.3.8 %description The zathura-cb plugin adds comic book archive support to zathura. %prep %setup -q -sed -i s/^install\:.*/install\:/g Makefile %build -CFLAGS='%{optflags}' make %{?_smp_mflags} LIBDIR=%{_libdir} debug -mv cb-debug.so cb.so +%meson +%meson_build %install -make DESTDIR=%{buildroot} LIBDIR=%{_libdir} install -desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop - -%post -update-desktop-database &> /dev/null || : - -%postun -update-desktop-database &> /dev/null || : +%meson_install +desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop +appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainfo.xml %files %license LICENSE %doc AUTHORS -%{_libdir}/zathura/cb.so -%{_datadir}/applications/%{name}.desktop +%{_libdir}/zathura/libcb.so +%{_datadir}/applications/org.pwmt.zathura-cb.desktop +%{_datadir}/metainfo/org.pwmt.zathura-cb.metainfo.xml %changelog +* Tue Apr 10 2018 Petr Šabata - 0.1.8-1 +- 0.1.8 bump + * Fri Feb 09 2018 Fedora Release Engineering - 0.1.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From a8c69a516a9bc9278026a76057d05072c6d577d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 10 Apr 2018 22:53:53 +0200 Subject: [PATCH 19/31] Correct the libarchive build dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Šabata --- zathura-cb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index 4d9dbbc..6ec96a2 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -14,7 +14,7 @@ BuildRequires: gcc BuildRequires: girara-devel # Needed to validate appdata BuildRequires: libappstream-glib -BuildRequires: libarchive +BuildRequires: libarchive-devel BuildRequires: meson >= 0.43 BuildRequires: zathura-devel >= 0.3.8 Requires: zathura >= 0.3.8 From 2e4c02beedc947d1971e0bbecf26a6784cfd8555 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:47:51 +0000 Subject: [PATCH 20/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zathura-cb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index 6ec96a2..de7ef6c 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Comic book support for zathura Group: Applications/Publishing License: zlib @@ -42,6 +42,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf %{_datadir}/metainfo/org.pwmt.zathura-cb.metainfo.xml %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.1.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Tue Apr 10 2018 Petr Šabata - 0.1.8-1 - 0.1.8 bump From 266339b7312f8761f4d017ef86273faa22cb5183 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:32 +0100 Subject: [PATCH 21/31] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- zathura-cb.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index de7ef6c..b6a03af 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -2,7 +2,6 @@ Name: zathura-cb Version: 0.1.8 Release: 2%{?dist} Summary: Comic book support for zathura -Group: Applications/Publishing License: zlib URL: http://pwmt.org/projects/zathura/plugins/%{name} Source0: http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.xz From 8c684bd1528d068ad5505596d36cf9859c0faf1d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 13:07:34 +0000 Subject: [PATCH 22/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zathura-cb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index b6a03af..813a279 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Comic book support for zathura License: zlib URL: http://pwmt.org/projects/zathura/plugins/%{name} @@ -41,6 +41,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf %{_datadir}/metainfo/org.pwmt.zathura-cb.metainfo.xml %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 0.1.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 0.1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From cdd3a129108a63ff50861435bb811e45b66c814f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:56:12 +0000 Subject: [PATCH 23/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zathura-cb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index 813a279..40af54b 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Comic book support for zathura License: zlib URL: http://pwmt.org/projects/zathura/plugins/%{name} @@ -41,6 +41,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf %{_datadir}/metainfo/org.pwmt.zathura-cb.metainfo.xml %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0.1.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 0.1.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 0404e60e48b12965a04f34c31d5474b4740e30a9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 05:14:36 +0000 Subject: [PATCH 24/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zathura-cb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index 40af54b..48e6988 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Comic book support for zathura License: zlib URL: http://pwmt.org/projects/zathura/plugins/%{name} @@ -41,6 +41,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf %{_datadir}/metainfo/org.pwmt.zathura-cb.metainfo.xml %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 0.1.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 0.1.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 3a1e9738938140eafdaa97264f1c42faa0f6d7e2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 15:19:42 +0000 Subject: [PATCH 25/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zathura-cb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index 48e6988..83efb59 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.8 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Comic book support for zathura License: zlib URL: http://pwmt.org/projects/zathura/plugins/%{name} @@ -41,6 +41,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf %{_datadir}/metainfo/org.pwmt.zathura-cb.metainfo.xml %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 0.1.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 0.1.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From ec223200257ad09161cb58b9b03690d49da8f0af Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 28 Jan 2021 00:38:38 +0000 Subject: [PATCH 26/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zathura-cb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index 83efb59..0c4f734 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.8 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Comic book support for zathura License: zlib URL: http://pwmt.org/projects/zathura/plugins/%{name} @@ -41,6 +41,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf %{_datadir}/metainfo/org.pwmt.zathura-cb.metainfo.xml %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 0.1.8-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 0.1.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From ff26e76cb66ee77ef94beda34b4d8b7f84f2cdac Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 22:14:12 +0000 Subject: [PATCH 27/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zathura-cb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index 0c4f734..2e06bbe 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.8 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Comic book support for zathura License: zlib URL: http://pwmt.org/projects/zathura/plugins/%{name} @@ -41,6 +41,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf %{_datadir}/metainfo/org.pwmt.zathura-cb.metainfo.xml %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.1.8-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Jan 28 2021 Fedora Release Engineering - 0.1.8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From eaab66d6a676811dc6a01d9e15290e209053236b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:47:49 +0000 Subject: [PATCH 28/31] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zathura-cb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index 2e06bbe..98aaff0 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.8 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Comic book support for zathura License: zlib URL: http://pwmt.org/projects/zathura/plugins/%{name} @@ -41,6 +41,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf %{_datadir}/metainfo/org.pwmt.zathura-cb.metainfo.xml %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.1.8-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 0.1.8-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 1a1e7d2591dcf43d6b342f7032b5aa00f7ca9da0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:51:03 +0000 Subject: [PATCH 29/31] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zathura-cb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zathura-cb.spec b/zathura-cb.spec index 98aaff0..f496a21 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,6 +1,6 @@ Name: zathura-cb Version: 0.1.8 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Comic book support for zathura License: zlib URL: http://pwmt.org/projects/zathura/plugins/%{name} @@ -41,6 +41,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf %{_datadir}/metainfo/org.pwmt.zathura-cb.metainfo.xml %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.1.8-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 0.1.8-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 732081f2433563cd8c3f68d4d175486ac608fc88 Mon Sep 17 00:00:00 2001 From: Alain Vigne Date: Mon, 29 Aug 2022 12:00:34 +0200 Subject: [PATCH 30/31] 0.1.10 bump Update URLs and SPDX license --- .gitignore | 1 + sources | 2 +- zathura-cb.spec | 15 ++++++++++----- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 4fdc56c..d9a2804 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /zathura-cb-0.1.5.tar.gz /zathura-cb-0.1.6.tar.gz /zathura-cb-0.1.8.tar.xz +/zathura-cb-0.1.10.tar.xz diff --git a/sources b/sources index 8fb436e..6dbe949 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zathura-cb-0.1.8.tar.xz) = ca9b57e59f3955afabb246b8f71989647ce4c86f7f59aa13e4d7150f22dfb1bd64642efc155bba5997633d8bf5144e7ef42bea05512a2c2d20e13fb180c89cb8 +SHA512 (zathura-cb-0.1.10.tar.xz) = b85894d052fda45933582299e8c3406413bcb47ed451d81f5906d7bfef94b169c59a57db8b37273c838381ffc7ba55205d714d2e2ec3b597371578a77e131029 diff --git a/zathura-cb.spec b/zathura-cb.spec index f496a21..64a4f7d 100644 --- a/zathura-cb.spec +++ b/zathura-cb.spec @@ -1,10 +1,11 @@ Name: zathura-cb -Version: 0.1.8 -Release: 10%{?dist} +Version: 0.1.10 +Release: 1%{?dist} Summary: Comic book support for zathura -License: zlib -URL: http://pwmt.org/projects/zathura/plugins/%{name} -Source0: http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.xz +License: Zlib +URL: https://pwmt.org/projects/%{name} +Source0: https://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.xz + BuildRequires: binutils BuildRequires: cairo-devel # Needed to validate the desktop file @@ -41,6 +42,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf %{_datadir}/metainfo/org.pwmt.zathura-cb.metainfo.xml %changelog +* Sun Aug 28 2022 Alain Vigne - 0.1.10-1 +- 0.1.10 bump +- Update URLs and SPDX license + * Sat Jul 23 2022 Fedora Release Engineering - 0.1.8-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 7039b3c017c35805b341b1d4b7e5b5f1e4c9ddc3 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 31 Oct 2023 00:40:13 +0300 Subject: [PATCH 31/31] Remove unnecessary files --- sources | 1 - 1 file changed, 1 deletion(-) delete mode 100644 sources diff --git a/sources b/sources deleted file mode 100644 index 6dbe949..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (zathura-cb-0.1.10.tar.xz) = b85894d052fda45933582299e8c3406413bcb47ed451d81f5906d7bfef94b169c59a57db8b37273c838381ffc7ba55205d714d2e2ec3b597371578a77e131029