diff --git a/libzypp-3.11.11.tar.bz2 b/libzypp-3.11.11.tar.bz2 deleted file mode 100644 index df08748..0000000 --- a/libzypp-3.11.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ba221c9ff334df50082eb568d3727545755209a16ea04457fe2c127fcf0e099 -size 2821151 diff --git a/libzypp-3.11.11-rpmlintrc b/libzypp-3.12.0-rpmlintrc similarity index 100% rename from libzypp-3.11.11-rpmlintrc rename to libzypp-3.12.0-rpmlintrc diff --git a/libzypp-3.12.0.tar.bz2 b/libzypp-3.12.0.tar.bz2 new file mode 100644 index 0000000..8445704 --- /dev/null +++ b/libzypp-3.12.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf0164724f13b9484f6bd1b9d4bb798cc7c51b63b17f0f7310ae706664889f7 +size 10722888 diff --git a/libzypp.changes b/libzypp.changes index b832de9..f17952e 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de + +- progress ticks for clean cache +- ZConfig: remove default from names. +- re enable reading cache callbacks +- ini parser without boost::regexp + patch by dmueller (#152447) + +------------------------------------------------------------------- +Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de + +- Fixed package to provide the location media number. (#294496) +- revision 6263 + +------------------------------------------------------------------- +Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz + +- RepoFileReader - ignore empty url keys (baseurl, mirrorlist, + gpgkey) instead of throwing bad url exception +- revision 6259 + +------------------------------------------------------------------- +Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de + +- Make clearing of extra dependencies/conflicts configurable when + resolvePool(). Leave the default as before (clear extras). + Bug # 294727 +- revision 6233 +- version 3.12.0 + +------------------------------------------------------------------- +Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de + +- /var/lib/zypp/cache -> /var/cache/zypp + (#292419) +- ini parser without boost::regexp, patch by dmueller + (#152447) + ------------------------------------------------------------------- Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index 3c36324..55fb7cf 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 3.11.11) +# spec file for package libzypp (Version 3.12.0) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,10 +16,10 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on Summary: Package, Patch, Pattern, and Product Management -Version: 3.11.11 +Version: 3.12.0 Release: 1 -Source: libzypp-3.11.11.tar.bz2 -Source1: libzypp-3.11.11-rpmlintrc +Source: libzypp-3.12.0.tar.bz2 +Source1: libzypp-3.12.0-rpmlintrc Prefix: /usr Provides: yast2-packagemanager Obsoletes: yast2-packagemanager @@ -44,7 +44,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 3.11.11 +Requires: libzypp == 3.12.0 Requires: libxml2-devel curl-devel openssl-devel rpm-devel glibc-devel zlib-devel Requires: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel Requires: cmake @@ -124,6 +124,30 @@ cd .. %{_libdir}/pkgconfig/libzypp.pc %changelog +* Fri Jul 27 2007 - dmacvicar@suse.de +- progress ticks for clean cache +- ZConfig: remove default from names. +- re enable reading cache callbacks +- ini parser without boost::regexp + patch by dmueller (#152447) +* Fri Jul 27 2007 - ma@suse.de +- Fixed package to provide the location media number. (#294496) +- revision 6263 +* Fri Jul 27 2007 - jkupec@suse.cz +- RepoFileReader - ignore empty url keys (baseurl, mirrorlist, + gpgkey) instead of throwing bad url exception +- revision 6259 +* Thu Jul 26 2007 - kkaempf@suse.de +- Make clearing of extra dependencies/conflicts configurable when + resolvePool(). Leave the default as before (clear extras). + Bug # 294727 +- revision 6233 +- version 3.12.0 +* Thu Jul 26 2007 - dmacvicar@suse.de +- /var/lib/zypp/cache -> /var/cache/zypp + (#292419) +- ini parser without boost::regexp, patch by dmueller + (#152447) * Wed Jul 25 2007 - ma@suse.de - Make temp directory configurable via environment variable ZYPPTMPDIR.