This commit is contained in:
parent
d284c73d49
commit
ee1d5b5cb5
@ -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
3
libzypp-5.22.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5b900c38633c18df5a0a02200da2c9996517f259be4b543f7748bcf082a3466d
|
||||||
|
size 4639387
|
@ -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
|
Fri Nov 7 23:55:47 CET 2008 - ma@suse.de
|
||||||
|
|
||||||
|
12
libzypp.spec
12
libzypp.spec
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -24,9 +24,9 @@ Group: System/Packages
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Package, Patch, Pattern, and Product Management
|
Summary: Package, Patch, Pattern, and Product Management
|
||||||
Version: 5.21.0
|
Version: 5.22.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-5.21.0.tar.bz2
|
Source: libzypp-5.22.0.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -71,7 +71,7 @@ Authors:
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later
|
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: 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: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel
|
||||||
Requires: cmake libsatsolver-devel >= 0.10.14
|
Requires: cmake libsatsolver-devel >= 0.10.14
|
||||||
@ -228,6 +228,10 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Nov 07 2008 ma@suse.de
|
||||||
- Fix retrieval of patch contents and references attributes. (bnc #442200)
|
- Fix retrieval of patch contents and references attributes. (bnc #442200)
|
||||||
- revision 11641
|
- revision 11641
|
||||||
|
Loading…
Reference in New Issue
Block a user