This commit is contained in:
Jiri Popelka 2013-01-03 07:23:09 +01:00
parent 8f8fc52aeb
commit 961ee943ef
4 changed files with 6 additions and 19 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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"

View File

@ -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 <jpopelka@redhat.com> 1.0.29-1
- 1.0.29
* Wed Jan 02 2013 Jiri Popelka <jpopelka@redhat.com> 1.0.28-1
- 1.0.28: cups-browsed daemon and service

View File

@ -1 +1 @@
c22d415c784a30e6f65ac101584a23d0 cups-filters-1.0.28.tar.xz
01e2d9abc4ea69521334a0ee2f70d98a cups-filters-1.0.29.tar.xz