OBS User unknown 2008-03-12 14:22:26 +00:00 committed by Git OBS Bridge
parent d92837d535
commit 0b7b413058
4 changed files with 53 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6278397270af9352c7317055edea89044002e256064bd9374c869a724fc1c896
size 5685362

3
libzypp-4.4.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:493f4edc358e69453eabc1ab7d9f644cb0bea58e5f95913d7322f439a593b4ce
size 5686314

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed Mar 12 14:16:07 CET 2008 - coolo@suse.de
- fix for bnc#369543
- version 4.4.0
-------------------------------------------------------------------
Mon Mar 10 13:30:04 CET 2008 - jkupec@suse.cz
- provide download rate info (average and curent) in the
media::DownloadProgressReport for ftp/http (bnc #168935)
- r9074
-------------------------------------------------------------------
Mon Mar 10 12:45:03 CET 2008 - jkupec@suse.cz
- cleanCache(): clean also .cookie files
- cleanTargetCache() added
- use escaped_alias() in rawcache_path_for_repoinfo() and
packagescache_path_for_repoinfo()
- r9068
-------------------------------------------------------------------
Fri Mar 7 19:59:10 CET 2008 - jkupec@suse.cz
- fixed location of RPMs in subdirs when parsing plaindir repo
recursively (bnc #368218)
- revision 9060
-------------------------------------------------------------------
Thu Mar 6 13:42:53 CET 2008 - ma@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 4.3.2)
# spec file for package libzypp (Version 4.4.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.3.2
Version: 4.4.0
Release: 1
Source: libzypp-4.3.2.tar.bz2
Source: libzypp-4.4.0.tar.bz2
Source1: libzypp-rpmlintrc
Prefix: /usr
Provides: yast2-packagemanager
@ -57,7 +57,7 @@ Authors:
Ladislav Slezak <lslezak@suse.cz>
%package devel
Requires: libzypp == 4.3.2
Requires: libzypp == 4.4.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
@ -146,6 +146,23 @@ if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Wed Mar 12 2008 coolo@suse.de
- fix for bnc#369543
- version 4.4.0
* Mon Mar 10 2008 jkupec@suse.cz
- provide download rate info (average and curent) in the
media::DownloadProgressReport for ftp/http (bnc #168935)
- r9074
* Mon Mar 10 2008 jkupec@suse.cz
- cleanCache(): clean also .cookie files
- cleanTargetCache() added
- use escaped_alias() in rawcache_path_for_repoinfo() and
packagescache_path_for_repoinfo()
- r9068
* Fri Mar 07 2008 jkupec@suse.cz
- fixed location of RPMs in subdirs when parsing plaindir repo
recursively (bnc #368218)
- revision 9060
* Thu Mar 06 2008 ma@suse.de
- Do not filter any installed solvables.
- revision 9031