diff --git a/.gitignore b/.gitignore index 2913707..e774b5a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /cups-filters-1.0.24.tar.xz /cups-filters-1.0.25.tar.xz /cups-filters-1.0.28.tar.xz +/cups-filters-1.0.29.tar.xz diff --git a/cups-filters-1.0.28-initd.patch b/cups-filters-1.0.28-initd.patch deleted file mode 100644 index 20e3f7f..0000000 --- a/cups-filters-1.0.28-initd.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up cups-filters-1.0.28/configure.ac.initd cups-filters-1.0.28/configure.ac ---- cups-filters-1.0.28/configure.ac.initd 2012-12-29 14:23:28.000000000 +0100 -+++ cups-filters-1.0.28/configure.ac 2013-01-02 15:50:12.513655482 +0100 -@@ -287,7 +287,7 @@ elif test "x$rcdir" != xno; then - fi - fi - --AM_CONDITIONAL([RCLINKS], [test "x$INITDDIR" = "x"]) -+AM_CONDITIONAL([RCLINKS], [test "x$INITDIR" != "x"]) - - if test "x${INITDIR}" != "x" -a "x${INITDDIR}" = "x"; then - INITDDIR="${INITDIR}/init.d" diff --git a/cups-filters.spec b/cups-filters.spec index 202dfbe..34dab33 100644 --- a/cups-filters.spec +++ b/cups-filters.spec @@ -3,7 +3,7 @@ Summary: OpenPrinting CUPS filters and backends Name: cups-filters -Version: 1.0.28 +Version: 1.0.29 Release: 1%{?dist} # For a breakdown of the licensing, see COPYING file @@ -22,8 +22,6 @@ Url: http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdf_ Source0: http://www.openprinting.org/download/cups-filters/cups-filters-%{version}.tar.xz Source1: cups-browsed.service -Patch0: cups-filters-1.0.28-initd.patch - Requires: cups-filters-libs%{?_isa} = %{version}-%{release} BuildRequires: cups-devel @@ -91,9 +89,6 @@ This is the development package for OpenPrinting CUPS filters and backends. %prep %setup -q -# don't create symlinks in /etc/rcx.d/ when --with-rcdir=no -%patch0 -p1 -b .initd - %build # work-around Rpath ./autogen.sh @@ -170,6 +165,9 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir} %{_libdir}/libfontembed.so %changelog +* Thu Jan 03 2013 Jiri Popelka 1.0.29-1 +- 1.0.29 + * Wed Jan 02 2013 Jiri Popelka 1.0.28-1 - 1.0.28: cups-browsed daemon and service diff --git a/sources b/sources index 0955f97..3c30bcc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c22d415c784a30e6f65ac101584a23d0 cups-filters-1.0.28.tar.xz +01e2d9abc4ea69521334a0ee2f70d98a cups-filters-1.0.29.tar.xz