OBS User unknown 2007-08-28 17:10:53 +00:00 committed by Git OBS Bridge
parent 7cdb116734
commit 8ab7c57d53
4 changed files with 22 additions and 11 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:048f356b2f07983ec8f3a4caee879e510399c53ef57ed8cbaac6e29a786f0072
size 2891088

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
- (#297001) - libzypp: can't skip broken packages
- re enable importing zypp keyring from rpm.(#302379)
- 3.19.1
-------------------------------------------------------------------
Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
@ -64,7 +71,7 @@ Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
- r 6882
-------------------------------------------------------------------
Fri Aug 24 11:52:27 CEST 2007 - duncan@suse.de
Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
- don't run source migration if yast is running in
intsys mode (#297136)
@ -608,7 +615,7 @@ Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
- revision 6058
-------------------------------------------------------------------
Wed Jul 18 14:16:59 CEST 2007 - duncan@suse.de
Wed Jul 18 14:16:59 CEST 2007 - dmacvicar@suse.de
- allow / in alias (#292628)

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 3.19.0)
# spec file for package libzypp (Version 3.19.1)
#
# 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.19.0
Version: 3.19.1
Release: 1
Source: libzypp-3.19.0.tar.bz2
Source: libzypp-3.19.1.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.19.0
Requires: libzypp == 3.19.1
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,6 +125,10 @@ cd ..
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Tue Aug 28 2007 - dmacvicar@suse.de
- (#297001) - libzypp: can't skip broken packages
- re enable importing zypp keyring from rpm.(#302379)
- 3.19.1
* Tue Aug 28 2007 - kkaempf@suse.de
- rename ResolvableQuery::iterateResolvablesByKindsAndStrings
to ResolvableQuery::iterateResolvablesByKindsAndStringsAndRepos
@ -172,7 +176,7 @@ cd ..
- filter out incompatible architectures when parsing sustags
repos (first half of #301286)
- r 6882
* Fri Aug 24 2007 - duncan@suse.de
* Fri Aug 24 2007 - dmacvicar@suse.de
- don't run source migration if yast is running in
intsys mode (#297136)
- signature and checksum verification fixes. Still pending
@ -492,7 +496,7 @@ cd ..
* Wed Jul 18 2007 - ma@suse.de
- Fixed IniParser to allow '=' in values (#292669)
- revision 6063
* Wed Jul 18 2007 - duncan@suse.de
* Wed Jul 18 2007 - dmacvicar@suse.de
- allow / in alias (#292628)
* Wed Jul 18 2007 - ma@suse.de
- Fixed repo::provideFile to throw on error.