Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory
checked in at Thu Jun 9 11:07:31 CEST 2011.



--------
--- libzypp/libzypp.changes     2011-05-23 17:44:39.000000000 +0200
+++ /mounts/work_src_done/STABLE/libzypp/libzypp.changes        2011-06-09 
09:50:12.000000000 +0200
@@ -1,0 +2,96 @@
+Thu Jun  9 09:34:51 CEST 2011 - m...@suse.de
+
+- Fix missing return value.
+
+-------------------------------------------------------------------
+Wed Jun  8 12:58:54 CEST 2011 - m...@suse.de
+
+- Simplify ZYppCommitResult by using filtered Transaction::action_iterator.
+- version 9.8.0 (8)
+
+-------------------------------------------------------------------
+Tue Jun  7 14:12:35 CEST 2011 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Tue Jun  7 12:42:20 CEST 2011 - m...@suse.de
+
+- Fix transaction ORDER_BY_MEDIANR.
+- version 9.7.0 (5)
+
+-------------------------------------------------------------------
+Fri Jun  3 23:12:05 CEST 2011 - m...@suse.de
+
+- Basic commit plugins implemented. They may be used to implement pre/post
+  commit actions like taking file system snapshots (fate#303699)
+- version 9.6.0 (5)
+
+-------------------------------------------------------------------
+Tue May 31 17:27:45 CEST 2011 - m...@suse.de
+
+- Do commit based on sat::Transaction.
+- version 9.5.0 (5)
+
+-------------------------------------------------------------------
+Tue May 31 12:09:17 CEST 2011 - m...@suse.de
+
+- Assert rpm database directory is created before rpmtsInitDB is
+  called (bnc#697115)
+
+-------------------------------------------------------------------
+Tue May 31 11:46:57 CEST 2011 - dheid...@suse.de
+
+- fix var definition order in PackageProvider
+- fix operator~ return datatype for flags (ctor is explicit)
+- add method interactiveFlags to Patch describing what makes it
+  interactive
+- version 9.4.0 (3)
+
+-------------------------------------------------------------------
+Tue May 31 10:12:12 CEST 2011 - m...@suse.de
+
+- Recommend 'lsof' (for zypper ps) (bnc#694427, bnc#684466)
+
+-------------------------------------------------------------------
+Mon May 30 17:14:14 CEST 2011 - dheid...@suse.de
+
+- Switch patch interactive-check to flags
+- version 9.3.0 (3)
+
+-------------------------------------------------------------------
+Sun May 29 01:13:42 CEST 2011 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Fri May 27 17:02:05 CEST 2011 - m...@suse.de
+
+- fix specfile to handle sles translations if available
+
+-------------------------------------------------------------------
+Fri May 27 09:51:13 CEST 2011 - m...@suse.de
+
+- Avoid using #elifdef directive.
+
+-------------------------------------------------------------------
+Thu May 26 01:13:43 CEST 2011 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+-------------------------------------------------------------------
+Wed May 25 09:22:28 CEST 2011 - m...@suse.de
+
+- Add a fallback gnome-packagekit updater in package-manager (bnc#667504)
+- Backport changelog entries from SLE11-SP1 branch. Bugs mentioned here
+  were either fixed without bnc# or do not apply to this branch. This is
+  to make the changelog checker happy:
+  - Set proper defaults for service repos (bnc#673943)
+
+-------------------------------------------------------------------
+Tue May 24 12:43:32 CEST 2011 - dheid...@suse.de
+
+- add option ignore_reboot_flag to Patch::interactive (bnc#665853)
+- version 9.2.0 (2)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  libzypp-9.1.2.tar.bz2

New:
----
  libzypp-9.8.0.tar.bz2

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

Other differences:
------------------
++++++ libzypp.spec ++++++
--- /var/tmp/diff_new_pack.3FOxaq/_old  2011-06-09 11:04:46.000000000 +0200
+++ /var/tmp/diff_new_pack.3FOxaq/_new  2011-06-09 11:04:46.000000000 +0200
@@ -23,7 +23,7 @@
 Group:          System/Packages
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Package, Patch, Pattern, and Product Management
-Version:        9.1.2
+Version:        9.8.0
 Release:        1
 Source:         %{name}-%{version}.tar.bz2
 Source1:        %{name}-rpmlintrc
@@ -31,10 +31,16 @@
 Obsoletes:      yast2-packagemanager
 %if 0%{?suse_version}
 Recommends:     logrotate
+# lsof is used for 'zypper ps':
+Recommends:     lsof
 %endif
 BuildRequires:  cmake
 BuildRequires:  openssl-devel
+%if 0%{?suse_version} >= 1130
 BuildRequires:  libudev-devel
+%else
+BuildRequires:  hal-devel
+%endif
 BuildRequires:  boost-devel
 BuildRequires:  dejagnu
 BuildRequires:  doxygen
@@ -98,15 +104,6 @@
 # this check should use 7.19.0 if SLE and 7.19.4 if not (backported
 # CURLOPT_REDIR_PROTOCOLS)
 %define min_curl_version 7.19.0-11.22
-#%define min_curl_version 7.19.4
-%define use_translation_set sle-zypp
-# No requirement, but as we'd use it in case it is present,
-# check for a sufficient version:
-%else
-# Code10 still has this define
-%if 0%{?sles_version}
-%define use_translation_set sle-zypp
-%endif
 %endif
 
 # ---------------------------------------------------------------
@@ -152,7 +149,11 @@
 Requires:       popt-devel
 Requires:       boost-devel
 Requires:       libstdc++-devel
+%if 0%{?suse_version} >= 1130
 Requires:       libudev-devel
+%else
+Requires:       hal-devel
+%endif
 Requires:       cmake
 %if 0%{?suse_version}
 %if 0%{?suse_version} >= 1100
@@ -198,12 +199,19 @@
 cd build
 export CFLAGS="$RPM_OPT_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS"
+unset TRANSLATION_SET
+# SLE11-* might want its own translation set:
+%if 0%{?suse_version} == 1110
+if [ -f ../po/sle-zypp-po.tar.bz ]; then
+  export TRANSLATION_SET=sle-zypp
+fi
+%endif
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
       -DDOC_INSTALL_DIR=%{_docdir} \
       -DLIB=%{_lib} \
       -DCMAKE_BUILD_TYPE=Release \
       -DCMAKE_SKIP_RPATH=1 \
-      %{?use_translation_set:-DUSE_TRANSLATION_SET=%use_translation_set} \
+      -DUSE_TRANSLATION_SET=${TRANSLATION_SET:-zypp} \
       ..
 make %{?_smp_mflags} VERBOSE=1
 make -C doc/autodoc %{?_smp_mflags}

++++++ libzypp-9.1.2.tar.bz2 -> libzypp-9.8.0.tar.bz2 ++++++
++++ 4352 lines of diff (skipped)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to