diff --git a/libzypp-4.7.0.tar.bz2 b/libzypp-4.7.0.tar.bz2 deleted file mode 100644 index f60aeb5..0000000 --- a/libzypp-4.7.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59dd3dc1dc32f4012d36452d760a6dbb675bf2d0b62d31e7c53a9799d457415e -size 5720107 diff --git a/libzypp-4.8.0.tar.bz2 b/libzypp-4.8.0.tar.bz2 new file mode 100644 index 0000000..bba1967 --- /dev/null +++ b/libzypp-4.8.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a186661c53164f082f3d87dcfe79cadf0a25802ab92e22b0a3375494ae9e9c0 +size 5723072 diff --git a/libzypp.changes b/libzypp.changes index 8075360..8662f85 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 4 14:01:45 CEST 2008 - jreidinger@suse.cz + +- add split with respect to escaped delimeters and also for quotes +- revision 9373 + ------------------------------------------------------------------- Thu Apr 3 12:55:50 CEST 2008 - ma@suse.de diff --git a/libzypp.spec b/libzypp.spec index aa9737a..b7febca 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -1,5 +1,5 @@ # -# spec file for package libzypp (Version 4.7.0) +# spec file for package libzypp (Version 4.8.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.7.0 +Version: 4.8.0 Release: 1 -Source: libzypp-4.7.0.tar.bz2 +Source: libzypp-4.8.0.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -63,7 +63,7 @@ Authors: %package devel License: GPL v2 or later -Requires: libzypp == 4.7.0 +Requires: libzypp == 4.8.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 @@ -157,6 +157,9 @@ rm -rf "$RPM_BUILD_ROOT" %{_libdir}/pkgconfig/libzypp.pc %changelog +* Fri Apr 04 2008 jreidinger@suse.cz +- add split with respect to escaped delimeters and also for quotes +- revision 9373 * Thu Apr 03 2008 ma@suse.de - Fixed some missing package and source package attributes. - revision 9348