Hello community,

here is the log from the commit of package cups for openSUSE:Factory checked in 
at 2014-11-15 11:40:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-10-14 
07:09:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cups.new/cups.changes   2014-11-15 
12:14:07.000000000 +0100
@@ -1,0 +2,9 @@
+Tue Nov  4 13:26:04 CET 2014 - [email protected]
+
+- Also for SLE12 krb5-devel must be used for build
+  (cf. the entry below dated "Wed Jun 26 10:39:30 CEST 2013")
+  because in contrast to IBS where krb5-mini-devel is available
+  for build in SUSE:SLE-12:GA in OBS it cannot build for SLE_12
+  with "unresolvable: nothing provides krb5-mini-devel".
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cups.spec ++++++
--- /var/tmp/diff_new_pack.J9KRh2/_old  2014-11-15 12:14:09.000000000 +0100
+++ /var/tmp/diff_new_pack.J9KRh2/_new  2014-11-15 12:14:09.000000000 +0100
@@ -23,13 +23,16 @@
 # 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
+# krb5-devel must be used for SLE11 builds.
+# Also for SLE12 krb5-devel must be used because
+# in contrast to IBS where krb5-mini-devel is available for build in 
SUSE:SLE-12:GA
+# in OBS it cannot build for SLE_12 with "unresolvable: nothing provides 
krb5-mini-devel".
+# See http://en.opensuse.org/openSUSE:Build_Service_cross_distribution_howto
+# for the appropriate suse_version values:
+%if 0%{?suse_version} == 1110 || 0%{?suse_version} == 1315
 BuildRequires:  krb5-devel
+%else
+BuildRequires:  krb5-mini-devel
 %endif
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel




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

Reply via email to