forked from pool/libzypp
This commit is contained in:
parent
f11eb30ebf
commit
b637905c35
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d74b4d9a592a317cfd8e1876ea4f06344aede391496b33384071370d533e7518
|
|
||||||
size 2821093
|
|
3
libzypp-3.11.11.tar.bz2
Normal file
3
libzypp-3.11.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9ba221c9ff334df50082eb568d3727545755209a16ea04457fe2c127fcf0e099
|
||||||
|
size 2821151
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
|
||||||
|
|
||||||
|
- Make temp directory configurable via environment
|
||||||
|
variable ZYPPTMPDIR.
|
||||||
|
- revision 6202
|
||||||
|
- version 3.11.11
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de
|
||||||
|
|
||||||
|
- Fixed bug in smart pointer comparison.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de
|
||||||
|
|
||||||
|
- Fix failing rename of metadata download directories across
|
||||||
|
filesystem boundaries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
|
Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
|
||||||
|
|
||||||
|
22
libzypp.spec
22
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 3.11.10)
|
# spec file for package libzypp (Version 3.11.11)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -16,10 +16,10 @@ 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: 3.11.10
|
Version: 3.11.11
|
||||||
Release: 2
|
Release: 1
|
||||||
Source: libzypp-3.11.10.tar.bz2
|
Source: libzypp-3.11.11.tar.bz2
|
||||||
Source1: libzypp-3.11.10-rpmlintrc
|
Source1: libzypp-3.11.11-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
Obsoletes: yast2-packagemanager
|
Obsoletes: yast2-packagemanager
|
||||||
@ -44,7 +44,7 @@ Authors:
|
|||||||
Ladislav Slezak <lslezak@suse.cz>
|
Ladislav Slezak <lslezak@suse.cz>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Requires: libzypp == 3.11.10
|
Requires: libzypp == 3.11.11
|
||||||
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
|
Requires: cmake
|
||||||
@ -124,6 +124,16 @@ cd ..
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 25 2007 - ma@suse.de
|
||||||
|
- Make temp directory configurable via environment
|
||||||
|
variable ZYPPTMPDIR.
|
||||||
|
- revision 6202
|
||||||
|
- version 3.11.11
|
||||||
|
* Tue Jul 24 2007 - ma@suse.de
|
||||||
|
- Fixed bug in smart pointer comparison.
|
||||||
|
* Mon Jul 23 2007 - ma@suse.de
|
||||||
|
- Fix failing rename of metadata download directories across
|
||||||
|
filesystem boundaries.
|
||||||
* Fri Jul 20 2007 - ma@suse.de
|
* Fri Jul 20 2007 - ma@suse.de
|
||||||
- Fixed malicious gettext include.
|
- Fixed malicious gettext include.
|
||||||
- Make ZConfig a singleton.
|
- Make ZConfig a singleton.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user