Hello community,

here is the log from the commit of package cups for openSUSE:Factory checked in 
at 2013-06-28 16:02:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cups (Old)
 and      /work/SRC/openSUSE:Factory/.cups.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cups"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cups/cups.changes        2013-03-22 
21:08:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cups.new/cups.changes   2013-06-28 
16:02:27.000000000 +0200
@@ -1,0 +2,20 @@
+Wed Jun 26 15:30:45 CEST 2013 - [email protected]
+
+- Changed Source0 URL from
+  http://ftp.easysw.com/pub/cups/1.5.4/cups-1.5.4-source.tar.bz2
+  to its currently valid location
+  http://www.cups.org/software/1.5.4/cups-1.5.4-source.tar.bz2
+  so that the factory-auto check script does no longer error out
+  with "Failed to download ...  Source URLs are not valid."
+
+-------------------------------------------------------------------
+Wed Jun 26 10:39:30 CEST 2013 - [email protected]
+
+- Use BuildRequires krb5-mini-devel to avoid this build cycle:
+  cups -> krb5 -> python-Jinja2 -> vim -> gtk2 -> cups
+  (according to OBS request 180870).
+  Because krb5-mini-devel is not available for SLE11
+  krb5-devel must still be used for SLE11 builds
+  (required addition to OBS request 180870).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cups.spec ++++++
--- /var/tmp/diff_new_pack.BMJoSP/_old  2013-06-28 16:02:28.000000000 +0200
+++ /var/tmp/diff_new_pack.BMJoSP/_new  2013-06-28 16:02:28.000000000 +0200
@@ -15,12 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:           cups
 BuildRequires:  dbus-1-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+# Use krb5-mini-devel to avoid this cycle in the build system:
+# cups -> krb5 -> python-Jinja2 -> vim -> gtk2 -> cups
+# Because krb5-mini-devel is not available for SLE11
+# krb5-devel must be used for SLE11 builds, see
+# http://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
+# for the appropriate suse_version value:
+%if 0%{?suse_version} > 1110
+BuildRequires:  krb5-mini-devel
+%else
 BuildRequires:  krb5-devel
+%endif
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
@@ -64,12 +73,14 @@
 Summary:        The Common UNIX Printing System
 License:        SUSE-GPL-2.0-with-openssl-exception and LGPL-2.1
 Group:          Hardware/Printing
-# Source0...Source9 is for sources from upstream:
-# URL for Source0: 
http://ftp.easysw.com/pub/cups/1.5.4/cups-1.5.4-source.tar.bz2
-# MD5 sum for Source0 on http://www.cups.org/software.php 
de3006e5cf1ee78a9c6145ce62c4e982 
 Version:        1.5.4
 Release:        0
-Source0:        
http://ftp.easysw.com/pub/cups/1.5.4/cups-%{version}-source.tar.bz2
+# Source0...Source9 is for sources from upstream:
+# URL for Source0: http://www.cups.org/software/1.5.4/cups-1.5.4-source.tar.bz2
+# MD5 sum for Source0 on http://www.cups.org/software.php 
de3006e5cf1ee78a9c6145ce62c4e982 
+# The Source0 URL must be valid, otherwise the factory-auto check script 
errors out
+# with "Failed to download ...  Source URLs are not valid.":
+Source0:        
http://www.cups.org/software/%{version}/cups-%{version}-source.tar.bz2
 # Require the exact matching version-release of the cups-libs sub-package 
because
 # non-matching CUPS libraries may let CUPS software crash (e.g. segfault)
 # because all CUPS software is built from the one same CUPS source tar ball




-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to