OBS User unknown 2007-08-15 18:31:32 +00:00 committed by Git OBS Bridge
parent 091ce60888
commit 8ba46f0d48
4 changed files with 61 additions and 12 deletions

View File

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

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

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

View File

@ -1,7 +1,36 @@
-------------------------------------------------------------------
Sat Aug 11 19:58:58 CEST 2007 - coolo@suse.de
Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
- redo the tarball so that it actually builds
- Bugfix while regarding correct vendor in update
- r6677
- version 3.15.0
-------------------------------------------------------------------
Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
- repo.refresh.delay=<minutes> (ZConfig, "main" section) support
added to delay next check & refresh until the specified number of
minutes has passed from the last check or refresh (FATE #301991).
Revisions: 6654, 6656, 6666, and 6667.
- filesystem::touch(Pathname) added (r6666)
- RepoManager::touchIndexFile(RepoInfo) added
- RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
decision to do the refresh moved to this public method.
- r6667
-------------------------------------------------------------------
Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
- generate a resolver problem if addRequires does not find a resovable
#299486
- rev 6660
-------------------------------------------------------------------
Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
- Prioritized delete request by the user BEFORE delete requests due
missing dependencies or conflicting dependencies. Bug 298322
- rev 6640
-------------------------------------------------------------------
Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 3.14.0)
# spec file for package libzypp (Version 3.15.0)
#
# 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.14.0
Release: 2
Source: libzypp-3.14.0.tar.bz2
Version: 3.15.0
Release: 1
Source: libzypp-3.15.0.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.14.0
Requires: libzypp == 3.15.0
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,8 +125,28 @@ cd ..
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Sat Aug 11 2007 - coolo@suse.de
- redo the tarball so that it actually builds
* Wed Aug 15 2007 - schubi@suse.de
- Bugfix while regarding correct vendor in update
- r6677
- version 3.15.0
* Wed Aug 15 2007 - jkupec@suse.cz
- repo.refresh.delay=<minutes> (ZConfig, "main" section) support
added to delay next check & refresh until the specified number of
minutes has passed from the last check or refresh (FATE #301991).
Revisions: 6654, 6656, 6666, and 6667.
- filesystem::touch(Pathname) added (r6666)
- RepoManager::touchIndexFile(RepoInfo) added
- RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
decision to do the refresh moved to this public method.
- r6667
* Wed Aug 15 2007 - schubi@suse.de
- generate a resolver problem if addRequires does not find a resovable
[#299486]
- rev 6660
* Tue Aug 14 2007 - schubi@suse.de
- Prioritized delete request by the user BEFORE delete requests due
missing dependencies or conflicting dependencies. Bug 298322
- rev 6640
* Fri Aug 10 2007 - jkupec@suse.cz
- support also "Plaindir" as valid repo type name (#298622)
- revision 6616