diff --git a/libzypp-4.5.0.tar.bz2 b/libzypp-4.5.0.tar.bz2 deleted file mode 100644 index 54d44d4..0000000 --- a/libzypp-4.5.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3a0b0414591740d1124d49c6446083a0ca49b0076b9335c456e86ccbdd30b3e -size 5678056 diff --git a/libzypp-4.6.0.tar.bz2 b/libzypp-4.6.0.tar.bz2 new file mode 100644 index 0000000..cc43407 --- /dev/null +++ b/libzypp-4.6.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067a9109a3f3bea159301ed1a8b4b788f1680488883a201d63015e4ad374de27 +size 5675606 diff --git a/libzypp.changes b/libzypp.changes index 79b791d..7adfa85 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de + +- support plaindir again (at least the most important parts) + +------------------------------------------------------------------- +Fri Mar 21 13:23:13 CET 2008 - jreidinger@suse.cz + +- Throwing special exception MediaBadCAException in case of SSL + certificate validation failure.(bnc #223512) +- revision 9250 + +------------------------------------------------------------------- +Fri Mar 21 12:38:39 CET 2008 - jreidinger@suse.cz + +- add new error IO_SOFT to media request callback for temporary + connection problem. (bnc #328822) +- add new media exception timeout when somethink fail due to exceed + timeout +- mediacurl throw timeout exception when timeouted +- revision 9246 + +------------------------------------------------------------------- +Thu Mar 20 15:00:24 CET 2008 - jreidinger@suse.cz + +- return more information from checking if metadata need refresh, + so user can get better info. (bnc #307249) +- revision 9231 + ------------------------------------------------------------------- Tue Mar 18 21:59:04 CET 2008 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index f6a3359..2f57e50 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 4.5.0) +# spec file for package libzypp (Version 4.6.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -17,9 +17,9 @@ Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on Summary: Package, Patch, Pattern, and Product Management -Version: 4.5.0 +Version: 4.6.0 Release: 1 -Source: libzypp-4.5.0.tar.bz2 +Source: libzypp-4.6.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -62,7 +62,7 @@ Authors: Ladislav Slezak %package devel -Requires: libzypp == 4.5.0 +Requires: libzypp == 4.6.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 @@ -156,6 +156,23 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* Mon Mar 24 2008 coolo@suse.de +- support plaindir again (at least the most important parts) +* Fri Mar 21 2008 jreidinger@suse.cz +- Throwing special exception MediaBadCAException in case of SSL + certificate validation failure.(bnc #223512) +- revision 9250 +* Fri Mar 21 2008 jreidinger@suse.cz +- add new error IO_SOFT to media request callback for temporary + connection problem. (bnc #328822) +- add new media exception timeout when somethink fail due to exceed + timeout +- mediacurl throw timeout exception when timeouted +- revision 9246 +* Thu Mar 20 2008 jreidinger@suse.cz +- return more information from checking if metadata need refresh, + so user can get better info. (bnc #307249) +- revision 9231 * Tue Mar 18 2008 ma@suse.de - class sat::LocaleSupport: Convenience methods to manage support for language specific packages.