diff --git a/libzypp-5.8.0.tar.bz2 b/libzypp-5.8.0.tar.bz2 deleted file mode 100644 index d1492bc..0000000 --- a/libzypp-5.8.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae419e51cdcc54c689625584fb0772f2d0f09692f68d818ac8ea47a17b145a3d -size 10151919 diff --git a/libzypp-5.9.0.tar.bz2 b/libzypp-5.9.0.tar.bz2 new file mode 100644 index 0000000..3929c8a --- /dev/null +++ b/libzypp-5.9.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df456f760a43bd1ba6466c94c6e8eb061b59fbac29f3a7c55cd3a74e3ff328d1 +size 9729380 diff --git a/libzypp.changes b/libzypp.changes index 7b2200a..bb27898 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Sep 10 18:23:52 CEST 2008 - ma@suse.de + +- Follow gpgcheck tag in .repo file and do no check if disabled. +- revision 11010 +- version 5.9.0 (8) + +------------------------------------------------------------------- +Wed Sep 10 17:54:20 CEST 2008 - jkupec@suse.cz + +- added dumpAsXMLOn(stream,string) to ServiceInfo to print services + with content (repos) +- revision 11004 + +------------------------------------------------------------------- +Wed Sep 10 17:31:41 CEST 2008 - ma@suse.de + +- Remove obsolete product attributes. +- Store less packages in /var/lib/zypp/SoftLocks (bnc #418050) +- revision 11001 + +------------------------------------------------------------------- +Wed Sep 10 16:40:00 CEST 2008 - ma@suse.de + +- Provide product::updaterepoKey: Update repository indicator string. +- revision 11000 + ------------------------------------------------------------------- Tue Sep 9 17:33:03 CEST 2008 - dmacvicar@suse.de diff --git a/libzypp.spec b/libzypp.spec index b701f0d..b939901 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 5.8.0) +# spec file for package libzypp (Version 5.9.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,9 +24,9 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on Summary: Package, Patch, Pattern, and Product Management -Version: 5.8.0 +Version: 5.9.0 Release: 1 -Source: libzypp-5.8.0.tar.bz2 +Source: libzypp-5.9.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -70,7 +70,7 @@ Authors: %package devel License: GPL v2 or later -Requires: libzypp == 5.8.0 +Requires: libzypp == 5.9.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 libsatsolver-devel @@ -228,6 +228,21 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* Wed Sep 10 2008 ma@suse.de +- Follow gpgcheck tag in .repo file and do no check if disabled. +- revision 11010 +- version 5.9.0 (8) +* Wed Sep 10 2008 jkupec@suse.cz +- added dumpAsXMLOn(stream,string) to ServiceInfo to print services + with content (repos) +- revision 11004 +* Wed Sep 10 2008 ma@suse.de +- Remove obsolete product attributes. +- Store less packages in /var/lib/zypp/SoftLocks (bnc #418050) +- revision 11001 +* Wed Sep 10 2008 ma@suse.de +- Provide product::updaterepoKey: Update repository indicator string. +- revision 11000 * Tue Sep 09 2008 dmacvicar@suse.de - provide context about the repository (name/alias) if available when checking signatures (bnc#370223)