SHA256
1
0
forked from pool/libzypp
OBS User unknown 2008-03-12 18:51:47 +00:00 committed by Git OBS Bridge
parent 0b7b413058
commit 65b07d00e9
3 changed files with 18 additions and 5 deletions

View File

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

View File

@ -1,8 +1,16 @@
-------------------------------------------------------------------
Wed Mar 12 15:55:14 CET 2008 - jkupec@suse.cz
- media backend release() methods changed to take string & instead
of bool (needed for FATE #120298)
- media label, detected device list and current device arguments
added to the requestMedia callback
- version 4.4.0
-------------------------------------------------------------------
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

View File

@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
Summary: Package, Patch, Pattern, and Product Management
Version: 4.4.0
Release: 1
Release: 2
Source: libzypp-4.4.0.tar.bz2
Source1: libzypp-rpmlintrc
Prefix: /usr
@ -146,9 +146,14 @@ if [ -f /var/cache/zypp/zypp.db ]; then rm /var/cache/zypp/zypp.db; fi
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Wed Mar 12 2008 jkupec@suse.cz
- media backend release() methods changed to take string & instead
of bool (needed for FATE #120298)
- media label, detected device list and current device arguments
added to the requestMedia callback
- version 4.4.0
* 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)