This commit is contained in:
parent
b818ebf7f7
commit
1fb22081a6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c331e2ba6eac13f9fab425f134e6a88dd58456abab82e1f55f4ffb2223f3f1eb
|
|
||||||
size 3069369
|
|
3
libzypp-3.18.2.tar.bz2
Normal file
3
libzypp-3.18.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:459a32c3b5abf6957b5dc896ce37b200fd9c5f302d8053e602f31e97e317f8e5
|
||||||
|
size 2913512
|
@ -1,9 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
- Do not regard explicit request in order to recognize updated packages
|
||||||
|
correctly. Bug 301676
|
||||||
|
- Updated translations
|
||||||
|
- r 6766
|
||||||
|
- 3.18.2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz
|
||||||
|
|
||||||
|
- package-manager script: Call /sbin/yast2 with full path because of
|
||||||
|
gnomesu (#269873).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de
|
||||||
|
|
||||||
|
- add support for the HASH key. (#300982)
|
||||||
|
- Use ContentFileParser in Downloader (instead of implementing
|
||||||
|
the parser again, it has a reason, Downloader was written first)
|
||||||
|
- update testcases and data to cover the new HASH key
|
||||||
|
- 3.18.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
|
Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
|
||||||
|
|
||||||
- unify query API for kind and name, summary, description
|
- unify query API for kind and name, summary, description
|
||||||
(incomplete)
|
(incomplete)
|
||||||
- rev 6761, version 3.18.13
|
- rev 6761, version 3.18.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
|
Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
|
||||||
|
25
libzypp.spec
25
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 3.18.0)
|
# spec file for package libzypp (Version 3.18.2)
|
||||||
#
|
#
|
||||||
# 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,9 +16,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: 3.18.0
|
Version: 3.18.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-3.18.0.tar.bz2
|
Source: libzypp-3.18.2.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -44,7 +44,7 @@ Authors:
|
|||||||
Ladislav Slezak <lslezak@suse.cz>
|
Ladislav Slezak <lslezak@suse.cz>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Requires: libzypp == 3.18.0
|
Requires: libzypp == 3.18.2
|
||||||
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
|
||||||
@ -125,10 +125,25 @@ cd ..
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 20 2007 - schubi@suse.de
|
||||||
|
- Do not regard explicit request in order to recognize updated packages
|
||||||
|
correctly. Bug 301676
|
||||||
|
- Updated translations
|
||||||
|
- r 6766
|
||||||
|
- 3.18.2
|
||||||
|
* Mon Aug 20 2007 - mvidner@suse.cz
|
||||||
|
- package-manager script: Call /sbin/yast2 with full path because of
|
||||||
|
gnomesu (#269873).
|
||||||
|
* Mon Aug 20 2007 - dmacvicar@suse.de
|
||||||
|
- add support for the HASH key. (#300982)
|
||||||
|
- Use ContentFileParser in Downloader (instead of implementing
|
||||||
|
the parser again, it has a reason, Downloader was written first)
|
||||||
|
- update testcases and data to cover the new HASH key
|
||||||
|
- 3.18.1
|
||||||
* Mon Aug 20 2007 - kkaempf@suse.de
|
* Mon Aug 20 2007 - kkaempf@suse.de
|
||||||
- unify query API for kind and name, summary, description
|
- unify query API for kind and name, summary, description
|
||||||
(incomplete)
|
(incomplete)
|
||||||
- rev 6761, version 3.18.13
|
- rev 6761, version 3.18.0
|
||||||
* Fri Aug 17 2007 - kkaempf@suse.de
|
* Fri Aug 17 2007 - kkaempf@suse.de
|
||||||
- add iterateResolvablesByKindsAndName
|
- add iterateResolvablesByKindsAndName
|
||||||
- rev 6735, version 3.17.13
|
- rev 6735, version 3.17.13
|
||||||
|
Loading…
Reference in New Issue
Block a user