Hello community, here is the log from the commit of package libzypp for openSUSE:Factory checked in at Tue May 24 14:48:44 CEST 2011.
-------- --- libzypp/libzypp.changes 2011-02-16 15:51:57.000000000 +0100 +++ /mounts/work_src_done/STABLE/libzypp/libzypp.changes 2011-05-23 17:44:39.000000000 +0200 @@ -1,0 +2,114 @@ +Mon May 23 16:12:32 CEST 2011 - [email protected] + +- respect patch content license when determinating interactive status +- version 9.1.2 (1) + +------------------------------------------------------------------- +Mon May 23 12:05:10 CEST 2011 - [email protected] + +- More rpm-4.9 fixes +- Disable rpm V3toV4 conversion while not working with rpm 4.9 + +------------------------------------------------------------------- +Sun May 22 01:14:21 CEST 2011 - [email protected] + +- Update zypp-po.tar.bz2 + +------------------------------------------------------------------- +Fri May 20 17:11:10 CEST 2011 - [email protected] + +- Fix for rpm-4.9 +- version 9.1.1 (1) + +------------------------------------------------------------------- +Fri May 20 13:43:38 CEST 2011 - [email protected] + +- Disable use if rpm-4.4 legacy interface (dropped in 4.9) (bnc#691089) +- Fix poolquery handling repo restrictions correctly. (bnc#661976) +- version 9.1.0 (1) + +------------------------------------------------------------------- +Wed May 18 14:10:20 CEST 2011 - [email protected] + +- Allow MediaCD to build against HAL or nothing + if udev is not present + +------------------------------------------------------------------- +Mon May 16 14:42:09 CEST 2011 - [email protected] + +- forward port all changes to make it build in Code10 + +------------------------------------------------------------------- +Mon May 16 11:51:51 UTC 2011 - [email protected] + +- make -Werror=format-security optional and used only if + supported + +------------------------------------------------------------------- +Sun May 15 01:13:47 CEST 2011 - [email protected] + +- Update zypp-po.tar.bz2 + +------------------------------------------------------------------- +Thu May 12 01:13:54 CEST 2011 - [email protected] + +- Update zypp-po.tar.bz2 + +------------------------------------------------------------------- +Fri May 6 13:22:35 CEST 2011 - [email protected] + +- delete old metadata temp directories +- version 9.0.3 (0) + +------------------------------------------------------------------- +Wed Apr 27 17:17:00 CEST 2011 - [email protected] + +- fix max_concurrent_connections option in MultiCurl (bnc#596089) +- version 9.0.2 (0) + +------------------------------------------------------------------- +Sun Apr 17 01:13:40 CEST 2011 - [email protected] + +- Update zypp-po.tar.bz2 + +------------------------------------------------------------------- +Tue Apr 12 18:49:32 CEST 2011 - [email protected] + +- check for permissions before writing (fixes bnc#683509) +- version 9.0.1 (0) + +------------------------------------------------------------------- +Tue Apr 5 12:08:27 CEST 2011 - [email protected] + +- Switch ResPoolProxy to use multimap in order to allow iteration + of all Selectables of all kinds. +- Add upper/lower_bound iteration to MapKVIterator. +- Add stream output for multimap/set. +- version 9.0.0 (0) + +------------------------------------------------------------------- +Mon Apr 4 15:08:08 CEST 2011 - [email protected] + +- Update zypp-po.tar.bz2 + +------------------------------------------------------------------- +Mon Apr 4 15:04:47 CEST 2011 - [email protected] + +- Update zypp-po.tar.bz2 + +------------------------------------------------------------------- +Mon Apr 4 15:03:55 CEST 2011 - [email protected] + +- Update zypp-po.tar.bz2 + +------------------------------------------------------------------- +Thu Mar 10 01:13:39 CET 2011 - [email protected] + +- Update zypp-po.tar.bz2 + +------------------------------------------------------------------- +Sun Mar 6 01:13:41 CET 2011 - [email protected] + +- Update zypp-po.tar.bz2 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- libzypp-8.12.2.tar.bz2 New: ---- libzypp-9.1.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzypp.spec ++++++ --- /var/tmp/diff_new_pack.HvmP0g/_old 2011-05-24 14:45:19.000000000 +0200 +++ /var/tmp/diff_new_pack.HvmP0g/_new 2011-05-24 14:45:19.000000000 +0200 @@ -19,11 +19,11 @@ Name: libzypp -License: GPLv2+ +License: GPLv2 Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Package, Patch, Pattern, and Product Management -Version: 8.12.2 +Version: 9.1.2 Release: 1 Source: %{name}-%{version}.tar.bz2 Source1: %{name}-rpmlintrc @@ -45,7 +45,7 @@ BuildRequires: libproxy-devel BuildRequires: libsatsolver-devel >= 0.14.17 -%if 0%{?suse_version} +%if 0%{?suse_version} >= 1100 %requires_eq satsolver-tools %else Requires: satsolver-tools @@ -63,6 +63,9 @@ %if 0%{?suse_version} BuildRequires: rpm-devel Requires: /usr/bin/uuidgen +%if 0%{?suse_version} > 1020 +BuildRequires: hicolor-icon-theme +%endif %endif %if 0%{?fedora_version} @@ -84,33 +87,44 @@ Requires: gnupg2 %endif +%define min_aria_version 1.1.2 # --------------------------------------------------------------- -%if 0%{?suse_version} == 1110 +%if 0%{?suse_version} >= 1110 # (almost) common codebase, but on SLES11-SP1 (according to Rudi # suse_version == 1110) we have a patched libcurl-7.19.0-11.22, # and no aria2. Furthermore SLE may use it's own set of .po files # from po/sle-zypp-po.tar.bz2. + +# 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 -# --------------------------------------------------------------- -%else -# --------------------------------------------------------------- -# This is >=11.2 (better not sles11-sp1) -# need CURLOPT_REDIR_PROTOCOLS: -%define min_curl_version 7.19.4 -%endif # No requirement, but as we'd use it in case it is present, # check for a sufficient version: -%define min_aria_version 1.1.2 -Conflicts: aria2 < %{min_aria_version} +%else +# Code10 still has this define +%if 0%{?sles_version} +%define use_translation_set sle-zypp +%endif +%endif + # --------------------------------------------------------------- %if 0%{?suse_version} +%if 0%{?suse_version} >= 1100 +# Code11+ +BuildRequires: libcurl-devel >= %{min_curl_version} Requires: libcurl4 >= %{min_curl_version} %else -Requires: libcurl >= %{min_curl_version} +# Code10 +BuildRequires: curl-devel %endif +%else +# Other distros (Fedora) BuildRequires: libcurl-devel >= %{min_curl_version} +Requires: libcurl >= %{min_curl_version} +%endif %description Package, Patch, Pattern, and Product Management @@ -127,7 +141,7 @@ Ladislav Slezak <[email protected]> %package devel -License: GPLv2+ + Requires: libzypp = %{version} Requires: libxml2-devel Requires: openssl-devel @@ -140,8 +154,19 @@ Requires: libstdc++-devel Requires: libudev-devel Requires: cmake -Requires: libcurl-devel >= %{min_curl_version} %if 0%{?suse_version} +%if 0%{?suse_version} >= 1100 +# Code11+ +Requires: libcurl-devel >= %{min_curl_version} +%else +# Code10 +Requires: curl-devel +%endif +%else +# Other distros (Fedora) +Requires: libcurl-devel >= %{min_curl_version} +%endif +%if 0%{?suse_version} >= 1100 %requires_ge libsatsolver-devel %else Requires: libsatsolver-devel @@ -198,7 +223,11 @@ cd build make install DESTDIR=$RPM_BUILD_ROOT make -C doc/autodoc install DESTDIR=$RPM_BUILD_ROOT +%if 0%{?fedora_version} +ln -s %{_sysconfdir}/yum.repos.d $RPM_BUILD_ROOT%{_sysconfdir}/zypp/repos.d +%else mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/repos.d +%endif mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/zypp/services.d mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/zypp/plugins @@ -287,7 +316,11 @@ %files -f zypp.lang %defattr(-,root,root) %dir %{_sysconfdir}/zypp +%if 0%{?fedora_version} +%{_sysconfdir}/zypp/repos.d +%else %dir %{_sysconfdir}/zypp/repos.d +%endif %dir %{_sysconfdir}/zypp/services.d %config(noreplace) %{_sysconfdir}/zypp/zypp.conf %config(noreplace) %{_sysconfdir}/zypp/systemCheck ++++++ libzypp-8.12.2.tar.bz2 -> libzypp-9.1.2.tar.bz2 ++++++ ++++ 4449 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
