OBS User unknown 2008-11-11 14:44:20 +00:00 committed by Git OBS Bridge
parent d284c73d49
commit ee1d5b5cb5
4 changed files with 18 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8ae1d563d906776223291277c4c6984ff3fd8b02d759630b48e1bbecce8ed5a5
size 4640044

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b900c38633c18df5a0a02200da2c9996517f259be4b543f7748bcf082a3466d
size 4639387

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 11 14:48:52 CET 2008 - ma@suse.de
- Prevent fetcher from processing the same index file twice. (bnc #443644)
- revision 11648
- version 5.22.0 (21)
-------------------------------------------------------------------
Fri Nov 7 23:55:47 CET 2008 - ma@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 5.21.0)
# spec file for package libzypp (Version 5.22.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.21.0
Version: 5.22.0
Release: 1
Source: libzypp-5.21.0.tar.bz2
Source: libzypp-5.22.0.tar.bz2
Source1: libzypp-rpmlintrc
Prefix: /usr
Provides: yast2-packagemanager
@ -71,7 +71,7 @@ Authors:
%package devel
License: GPL v2 or later
Requires: libzypp == 5.21.0
Requires: libzypp == 5.22.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.10.14
@ -228,6 +228,10 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Tue Nov 11 2008 ma@suse.de
- Prevent fetcher from processing the same index file twice. (bnc #443644)
- revision 11648
- version 5.22.0 (21)
* Fri Nov 07 2008 ma@suse.de
- Fix retrieval of patch contents and references attributes. (bnc #442200)
- revision 11641