This commit is contained in:
committed by
Git OBS Bridge
parent
6719c697b7
commit
7fdae6b789
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ac5e32c0e9eb411665b0123915c7b974a38107261d470fa4b1670a38bfc380a
|
||||
size 2649169
|
3
libzypp-3.4.0.tar.bz2
Normal file
3
libzypp-3.4.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:210d6a62fc6487fba09b6ab2e71642c6b7642c4ed99b6611e36e2f76c0ae643b
|
||||
size 263864319
|
@@ -1,8 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 5 09:31:02 CEST 2007 - schubi@suse.de
|
||||
|
||||
- function isInstalledBy/installs
|
||||
Added an initial installation flag which shows if the item has been
|
||||
triggered for installation, or the dependency is already satisfied.
|
||||
- Revision 5884
|
||||
- Version 3.4.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
|
||||
|
||||
- New API calls which provides more information about one
|
||||
resolvable after a solverrun:
|
||||
isInstalledBy (const PoolItem_Ref item);
|
||||
installs (const PoolItem_Ref item);
|
||||
- Revision 5835
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 21 15:58:16 CEST 2007 - adrian@suse.de
|
||||
|
||||
- fix changelog entry order
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 20 11:47:33 CEST 2007 - schubi@suse.de
|
||||
|
||||
- Ignore conflicting items which are uninstallable
|
||||
- Create a "needed by" info if a requirement is still fulfilled.
|
||||
- Allow only one needed_by and needed_by_capability in QueueItemInstall
|
||||
- Added capability and type (REQUIRE, RECOMMEND,....) to
|
||||
ResolverInfoNeededBy
|
||||
- Evaluate ResolverInfoNeededBy for more information in the error
|
||||
messages
|
||||
- Enlarge detail description in the error messages
|
||||
- Revision 5807
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 19 13:59:09 CEST 2007 - ma@suse.de
|
||||
|
||||
|
32
libzypp.spec
32
libzypp.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 3.3.1)
|
||||
# spec file for package libzypp (Version 3.4.0)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -11,14 +11,14 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: libzypp
|
||||
License: GNU General Public License (GPL)
|
||||
License: GPL v2 or later
|
||||
Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Autoreqprov: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 3.3.1
|
||||
Version: 3.4.0
|
||||
Release: 1
|
||||
Source: libzypp-3.3.1.tar.bz2
|
||||
Source: libzypp-3.4.0.tar.bz2
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
Obsoletes: yast2-packagemanager
|
||||
@@ -43,7 +43,7 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
Requires: libzypp == 3.3.1
|
||||
Requires: libzypp == 3.4.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
|
||||
@@ -123,8 +123,30 @@ cd ..
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jul 05 2007 - schubi@suse.de
|
||||
- function isInstalledBy/installs
|
||||
Added an initial installation flag which shows if the item has been
|
||||
triggered for installation, or the dependency is already satisfied.
|
||||
- Revision 5884
|
||||
- Version 3.4.0
|
||||
* Fri Jun 22 2007 - schubi@suse.de
|
||||
- New API calls which provides more information about one
|
||||
resolvable after a solverrun:
|
||||
isInstalledBy (const PoolItem_Ref item);
|
||||
installs (const PoolItem_Ref item);
|
||||
- Revision 5835
|
||||
* Thu Jun 21 2007 - adrian@suse.de
|
||||
- fix changelog entry order
|
||||
* Wed Jun 20 2007 - schubi@suse.de
|
||||
- Ignore conflicting items which are uninstallable
|
||||
- Create a "needed by" info if a requirement is still fulfilled.
|
||||
- Allow only one needed_by and needed_by_capability in QueueItemInstall
|
||||
- Added capability and type (REQUIRE, RECOMMEND,....) to
|
||||
ResolverInfoNeededBy
|
||||
- Evaluate ResolverInfoNeededBy for more information in the error
|
||||
messages
|
||||
- Enlarge detail description in the error messages
|
||||
- Revision 5807
|
||||
* Tue Jun 19 2007 - ma@suse.de
|
||||
- Fixes for gcc-4.2
|
||||
- revision 5786
|
||||
|
Reference in New Issue
Block a user