From c8da82cc158522ff74d27bfee9d7779fd6087d00c8acad07207226661fa5953b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 17 Aug 2007 16:56:55 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=40 --- libzypp-3.15.0.tar.bz2 | 3 --- libzypp-3.17.0.tar.bz2 | 3 +++ libzypp.changes | 28 ++++++++++++++++++++++++++++ libzypp.spec | 26 +++++++++++++++++++++----- 4 files changed, 52 insertions(+), 8 deletions(-) delete mode 100644 libzypp-3.15.0.tar.bz2 create mode 100644 libzypp-3.17.0.tar.bz2 diff --git a/libzypp-3.15.0.tar.bz2 b/libzypp-3.15.0.tar.bz2 deleted file mode 100644 index 706a278..0000000 --- a/libzypp-3.15.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16fc1c4b4e57f34db614c3812e43f2b234a166764b89ac1845c6a676aa6321e9 -size 3067767 diff --git a/libzypp-3.17.0.tar.bz2 b/libzypp-3.17.0.tar.bz2 new file mode 100644 index 0000000..e8ddf01 --- /dev/null +++ b/libzypp-3.17.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9dc3c204dcf7634a450fdebb3663732b7f3d7cbb9f92c68ceac9cc0b67035a +size 3068561 diff --git a/libzypp.changes b/libzypp.changes index 725b8ce..b8807b1 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de + +- add iterateResolvablesByKindsAndName +- rev 6735, version 3.17.13 + +------------------------------------------------------------------- +Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de + +- rename ResolvableQuery::queryByName to iterateResolvablesByName +- fix reading of kind and repository in ResolvableQuery +- add reverse lookups in CacheTypes +- add iterateResolvablesByKind +- rev 6733 + +------------------------------------------------------------------- +Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de + +- shorten solver error messages Bug 259894 +- rev 6723 + +------------------------------------------------------------------- +Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de + +- fix ResolvableQuery::query(), add ResolvableQuery::queryByName() + install zypp/cache header files. +- rev 6719, version 3.16.13 + ------------------------------------------------------------------- Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de diff --git a/libzypp.spec b/libzypp.spec index ba71d2f..137606e 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 3.15.0) +# spec file for package libzypp (Version 3.17.0) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,9 +16,9 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on Summary: Package, Patch, Pattern, and Product Management -Version: 3.15.0 -Release: 2 -Source: libzypp-3.15.0.tar.bz2 +Version: 3.17.0 +Release: 1 +Source: libzypp-3.17.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -44,7 +44,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 3.15.0 +Requires: libzypp == 3.17.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 @@ -125,6 +125,22 @@ cd .. %{_libdir}/pkgconfig/libzypp.pc %changelog +* Fri Aug 17 2007 - kkaempf@suse.de +- add iterateResolvablesByKindsAndName +- rev 6735, version 3.17.13 +* Fri Aug 17 2007 - kkaempf@suse.de +- rename ResolvableQuery::queryByName to iterateResolvablesByName +- fix reading of kind and repository in ResolvableQuery +- add reverse lookups in CacheTypes +- add iterateResolvablesByKind +- rev 6733 +* Fri Aug 17 2007 - schubi@suse.de +- shorten solver error messages Bug 259894 +- rev 6723 +* Thu Aug 16 2007 - kkaempf@suse.de +- fix ResolvableQuery::query(), add ResolvableQuery::queryByName() + install zypp/cache header files. +- rev 6719, version 3.16.13 * Thu Aug 16 2007 - kkaempf@suse.de - discard pattern files with incompatbile architecture, both for download and for parsing. (#298716)