This commit is contained in:
parent
ef211fb33b
commit
d4a202cc12
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb86ee2cd746c31322508202b768b7204aef067b139360f4da5ac15eee010322
|
||||
size 4673945
|
3
libzypp-5.25.0.tar.bz2
Normal file
3
libzypp-5.25.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abefc637e38e6d96dcd59da63d88b29ad4860c056844e223a65038c0343079d0
|
||||
size 4673423
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 18 22:26:18 CET 2008 - ma@suse.de
|
||||
|
||||
- Fixed lost user request to abort during commit. (bnc #388810, bnc #450273)
|
||||
- revision 11954
|
||||
- version 5.25.0 (23)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 18 13:02:27 CET 2008 - ma@suse.de
|
||||
|
||||
- Add Package::filelist, faster and less memory consuming
|
||||
implementation of Package::filenames (now deprecated).
|
||||
- revision 11949
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 11 21:39:50 CET 2008 - ma@suse.de
|
||||
|
||||
- Add str::hexencode and str::hexdecode to encode special characters
|
||||
in a string as %XX.
|
||||
- Hexdecode modalias strings in rpm dependencies because rpm does not
|
||||
allow comma, blank and other special chars. (bnc #456695)
|
||||
- revision 11927
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 11 17:13:06 CET 2008 - ma@suse.de
|
||||
|
||||
- Catch and report media errors when proving packages. (bnc #457652)
|
||||
- revision 11926
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 10 16:09:08 CET 2008 - ma@suse.de
|
||||
|
||||
|
25
libzypp.spec
25
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 5.24.7)
|
||||
# spec file for package libzypp (Version 5.25.0)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -24,9 +24,9 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 5.24.7
|
||||
Version: 5.25.0
|
||||
Release: 1
|
||||
Source: libzypp-5.24.7.tar.bz2
|
||||
Source: libzypp-5.25.0.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
@ -76,7 +76,7 @@ Authors:
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
Requires: libzypp == 5.24.7
|
||||
Requires: libzypp == 5.25.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 >= 0.13.0
|
||||
@ -235,6 +235,23 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Thu Dec 18 2008 ma@suse.de
|
||||
- Fixed lost user request to abort during commit. (bnc #388810, bnc #450273)
|
||||
- revision 11954
|
||||
- version 5.25.0 (23)
|
||||
* Thu Dec 18 2008 ma@suse.de
|
||||
- Add Package::filelist, faster and less memory consuming
|
||||
implementation of Package::filenames (now deprecated).
|
||||
- revision 11949
|
||||
* Thu Dec 11 2008 ma@suse.de
|
||||
- Add str::hexencode and str::hexdecode to encode special characters
|
||||
in a string as %%XX.
|
||||
- Hexdecode modalias strings in rpm dependencies because rpm does not
|
||||
allow comma, blank and other special chars. (bnc #456695)
|
||||
- revision 11927
|
||||
* Thu Dec 11 2008 ma@suse.de
|
||||
- Catch and report media errors when proving packages. (bnc #457652)
|
||||
- revision 11926
|
||||
* Wed Dec 10 2008 ma@suse.de
|
||||
- Remove obsolete zypp.conf::productsdir and deprecate
|
||||
ZConfig::productsPath().
|
||||
|
Loading…
Reference in New Issue
Block a user