Hello community,

here is the log from the commit of package zypper for openSUSE:Factory
checked in at Mon Jun 6 13:14:31 CEST 2011.



--------
--- zypper/zypper.changes       2011-05-19 17:19:05.000000000 +0200
+++ /mounts/work_src_done/STABLE/zypper/zypper.changes  2011-05-31 
18:11:33.000000000 +0200
@@ -1,0 +2,33 @@
+Tue May 31 18:01:06 CEST 2011 - [email protected]
+
+- No longer use deprecated ZYppCommitResult methods.
+- 1.6.9
+
+-------------------------------------------------------------------
+Tue May 31 10:54:46 CEST 2011 - [email protected]
+
+- Correctly print exception history (bnc#655402)
+
+-------------------------------------------------------------------
+Mon May 30 17:38:51 CEST 2011 - [email protected]
+
+- use the tag-based patch-interactive interface of libzypp
+- 1.6.8
+
+-------------------------------------------------------------------
+Wed May 25 10:28:47 CEST 2011 - [email protected]
+
+- rename an option
+  old: --reboot-not-interact
+  new: --non-interactive-include-reboot-patches
+- 1.6.7
+
+-------------------------------------------------------------------
+Tue May 24 14:58:47 CEST 2011 - [email protected]
+
+- add option --reboot-not-interact (bnc#665853)
+- allow installation of paches wich require a reboot
+  non-interactively
+- 1.6.6
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  zypper-1.6.5.tar.bz2

New:
----
  zypper-1.6.9.tar.bz2

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

Other differences:
------------------
++++++ zypper.spec ++++++
--- /var/tmp/diff_new_pack.2qTnvd/_old  2011-06-06 12:43:54.000000000 +0200
+++ /var/tmp/diff_new_pack.2qTnvd/_new  2011-06-06 12:43:54.000000000 +0200
@@ -19,7 +19,7 @@
 
 
 Name:           zypper
-BuildRequires:  libzypp-devel >= 8.12.0
+BuildRequires:  libzypp-devel >= 9.5.0
 BuildRequires:  boost-devel >= 1.33.1
 BuildRequires:  gettext-devel >= 0.15
 BuildRequires:  readline-devel >= 5.1
@@ -36,7 +36,7 @@
 Group:          System/Packages
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Command line software manager using libzypp
-Version:        1.6.5
+Version:        1.6.9
 Release:        1
 Source:         %{name}-%{version}.tar.bz2
 Source1:        %{name}-rpmlintrc
@@ -66,12 +66,13 @@
 mkdir build
 cd build
 
-# Use different translation set for SUSE Linux Enterprise 10 SP1
-#
 # The code base is the same, but SLES11-SP1 (suse_version == 1110)
 # may use it's own set of .po files from po/sle-zypper-po.tar.bz2.
+unset TRANSLATION_SET
 %if 0%{?suse_version} == 1110
-%define use_translation_set sle-zypper
+if [ -f ../po/sle-zypper-po.tar.bz ]; then
+  export TRANSLATION_SET=sle-zypper
+fi
 %endif
 
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
@@ -81,7 +82,7 @@
       -DCMAKE_C_FLAGS_RELEASE:STRING="$RPM_OPT_FLAGS" \
       -DCMAKE_CXX_FLAGS_RELEASE:STRING="$RPM_OPT_FLAGS" \
       -DCMAKE_BUILD_TYPE=Release \
-      %{?use_translation_set:-DUSE_TRANSLATION_SET=%use_translation_set} \
+      -DUSE_TRANSLATION_SET=${TRANSLATION_SET:-zypper} \
       ..
 
 #gettextize -f

++++++ zypper-1.6.5.tar.bz2 -> zypper-1.6.9.tar.bz2 ++++++
zypper/zypper-1.6.5.tar.bz2 
/mounts/work_src_done/STABLE/zypper/zypper-1.6.9.tar.bz2 differ: char 11, line 1


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



Remember to have fun...

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

Reply via email to