[cups-filters/f20] Updated to 1.0.37

Jaromir Koncicky jkoncick at fedoraproject.org
Thu Aug 29 12:21:02 UTC 2013


commit e7d5732ba5a9c317c503416160859e02f34e9dfc
Author: Jaromír Končický <jkoncick at redhat.com>
Date:   Thu Aug 29 11:35:12 2013 +0200

    Updated to 1.0.37

 .gitignore                      |    1 +
 cups-browsed.service            |   10 -----
 cups-filters-filter-costs.patch |   71 ---------------------------------------
 cups-filters.spec               |   15 +++-----
 sources                         |    2 +-
 5 files changed, 8 insertions(+), 91 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e1ab8a3..99ed6a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /cups-filters-1.0.34.tar.xz
 /cups-filters-1.0.35.tar.xz
 /cups-filters-1.0.36.tar.xz
+/cups-filters-1.0.37.tar.xz
diff --git a/cups-filters.spec b/cups-filters.spec
index c4d8203..ca52d44 100644
--- a/cups-filters.spec
+++ b/cups-filters.spec
@@ -3,8 +3,8 @@
 
 Summary: OpenPrinting CUPS filters and backends
 Name:    cups-filters
-Version: 1.0.36
-Release: 5%{?dist}
+Version: 1.0.37
+Release: 1%{?dist}
 
 # For a breakdown of the licensing, see COPYING file
 # GPLv2:   filters: commandto*, imagetoraster, pdftops, rasterto*,
@@ -20,9 +20,6 @@ License: GPLv2 and GPLv2+ and GPLv3 and GPLv3+ and LGPLv2+ and MIT
 Group:   System Environment/Base
 Url:     http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
 Source0: http://www.openprinting.org/download/cups-filters/cups-filters-%{version}.tar.xz
-Source1: cups-browsed.service
-
-Patch1:  cups-filters-filter-costs.patch
 
 Requires: cups-filters-libs%{?_isa} = %{version}-%{release}
 
@@ -105,9 +102,6 @@ This is the development package for OpenPrinting CUPS filters and backends.
 %prep
 %setup -q
 
-# Upstream patch to re-work filter costs (bug #998977).
-%patch1 -p1 -b .filter-costs
-
 %build
 # work-around Rpath
 ./autogen.sh
@@ -137,7 +131,7 @@ rm -f %{buildroot}%{_bindir}/ttfread
 
 # systemd unit file
 mkdir -p %{buildroot}%{_unitdir}
-install -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}
+install -p -m 644 utils/cups-browsed.service %{buildroot}%{_unitdir}
 
 %check
 make check
@@ -219,6 +213,9 @@ fi
 %{_libdir}/libfontembed.so
 
 %changelog
+* Thu Aug 29 2013 Jaromír Končický <jkoncick at redhat.com> - 1.0.37-1
+- 1.0.37.
+
 * Tue Aug 27 2013 Jaromír Končický <jkoncick at redhat.com> - 1.0.36-5
 - Added build dependency - font required for running tests
 
diff --git a/sources b/sources
index 82461f9..cff09b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-595c41a7e16136fc8c0fed1d35f583f6  cups-filters-1.0.36.tar.xz
+210e5cb70e9474b91dd2ab4291a5e48e  cups-filters-1.0.37.tar.xz


More information about the scm-commits mailing list