This commit is contained in:
Zdenek Dohnal 2018-01-24 20:10:30 +01:00
parent 0b0ce838b3
commit fb67d3a27d
3 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@ -258,3 +258,4 @@ pycups-1.9.51.tar.bz2
/system-config-printer-1.5.6.tar.xz
/system-config-printer-1.5.7.tar.xz
/system-config-printer-1.5.9.tar.gz
/system-config-printer-1.5.11.tar.gz

View File

@ -1 +1 @@
SHA512 (system-config-printer-1.5.9.tar.gz) = 2167be3fe9e1bee5831c92d4f58aebb464e70c056d15d205a8c0fcfaaec1365c348d4f29f21021894c94d1b29dec1f8623089aaafddba2d4a04cb1c6ed16c4cd
SHA512 (system-config-printer-1.5.11.tar.gz) = d7aed7eab7807ee16b1a8f82290923ba90b711d9e5b58be10568980301fc6bb55d4b18f3049b612fb9fffcde08273dbb1f2c34a34c50e6e66e9f8fab79fc81c2

View File

@ -8,15 +8,15 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 1.5.9
Release: 7%{?dist}
Version: 1.5.11
Release: 1%{?dist}
License: GPLv2+
URL: https://github.com/%{username}/%{name}
Group: System Environment/Base
Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz
Patch01: system-config-printer-1.5.9-bz1419175.patch
Patch02: system-config-printer-1.5.9-keyring-workaround.patch
#Patch01: system-config-printer-1.5.9-bz1419175.patch
#Patch02: system-config-printer-1.5.9-keyring-workaround.patch
BuildRequires: cups-devel >= 1.2
BuildRequires: desktop-file-utils >= 0.2.92
@ -86,8 +86,8 @@ printers.
%prep
%setup -q
%patch01 -p1 -b .bz1419175
%patch02 -p1 -b .keyring-workaround
#%%patch01 -p1 -b .bz1419175
#%%patch02 -p1 -b .keyring-workaround
%build
aclocal
@ -185,7 +185,7 @@ touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris
%dir %{_datadir}/%{name}/ui
%{_datadir}/%{name}/ui/*.ui
%{_datadir}/applications/system-config-printer.desktop
%{_datadir}/appdata/*.appdata.xml
%{_datadir}/metainfo/%{name}.appdata.xml
%{_mandir}/man1/%{name}.1*
%post
@ -193,6 +193,9 @@ touch %buildroot%{_localstatedir}/run/udev-configure-printer/usb-uris
exit 0
%changelog
* Fri Jan 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.11-1
- 1.5.11
* Thu Aug 24 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.9-7
- 1484681 - s-c-p fails to build with automake 1.15.1 - regenerate aclocal.m4