OBS User unknown 2007-08-20 15:35:55 +00:00 committed by Git OBS Bridge
parent b818ebf7f7
commit 1fb22081a6
4 changed files with 48 additions and 9 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:459a32c3b5abf6957b5dc896ce37b200fd9c5f302d8053e602f31e97e317f8e5
size 2913512

View File

@ -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
- unify query API for kind and name, summary, description
(incomplete)
- rev 6761, version 3.18.13
- rev 6761, version 3.18.0
-------------------------------------------------------------------
Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de

View File

@ -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.
# This file and all modifications and additions to the pristine
@ -16,9 +16,9 @@ Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Autoreqprov: on
Summary: Package, Patch, Pattern, and Product Management
Version: 3.18.0
Version: 3.18.2
Release: 1
Source: libzypp-3.18.0.tar.bz2
Source: libzypp-3.18.2.tar.bz2
Source1: libzypp-rpmlintrc
Prefix: /usr
Provides: yast2-packagemanager
@ -44,7 +44,7 @@ Authors:
Ladislav Slezak <lslezak@suse.cz>
%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: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel
Requires: cmake
@ -125,10 +125,25 @@ cd ..
%{_libdir}/pkgconfig/libzypp.pc
%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
- unify query API for kind and name, summary, description
(incomplete)
- rev 6761, version 3.18.13
- rev 6761, version 3.18.0
* Fri Aug 17 2007 - kkaempf@suse.de
- add iterateResolvablesByKindsAndName
- rev 6735, version 3.17.13