forked from pool/libzypp
This commit is contained in:
parent
ed46480d47
commit
e20cadcfcf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28ec3c27cf6cdd4ede8eb903bd3a921f84ab233ef1345a7935cf2ecddf3b3348
|
||||
size 5681225
|
3
libzypp-4.2.9.tar.bz2
Normal file
3
libzypp-4.2.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3cebe91fec757b504227658aecdf3acec352539ec0e06dba48431e1fd479eb6
|
||||
size 5683680
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 22 14:03:59 CET 2008 - ma@suse.de
|
||||
|
||||
- Take care target uses --root when creating solv files (bnc #363789)
|
||||
- revision 8881
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 22 10:10:14 CET 2008 - schubi@suse.de
|
||||
|
||||
- Unmaintained packages which does not fit to the updated system
|
||||
(broken dependencies) will be deleted.
|
||||
- revision 8867
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 22 07:20:35 CET 2008 - coolo@suse.de
|
||||
|
||||
- let libzypp-devel require libsatsolver-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 20 13:47:56 CET 2008 - ma@suse.de
|
||||
|
||||
- Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160)
|
||||
- revision 8833
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 16:21:12 CET 2008 - jkupec@suse.cz
|
||||
|
||||
- media: fixed DownloadProgressReport.finish() url argument in
|
||||
doGetFileCopy()
|
||||
- revision 8815
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 11:21:59 CET 2008 - dmacvicar@suse.de
|
||||
|
||||
- hardlink when possible to optimize data transfer
|
||||
and space across caches.
|
||||
- version 4.2.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
|
||||
|
||||
@ -63,7 +101,7 @@ Thu Jan 24 18:26:47 CET 2008 - jkupec@suse.cz
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 18 12:19:09 CET 2008 - coolo@suse.de
|
||||
|
||||
- always buildrequire openssl-devel
|
||||
- always buildrequire openssl-devel
|
||||
- replacing strange utf-8 chars in changelog
|
||||
- revision 8317
|
||||
|
||||
@ -95,13 +133,13 @@ Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de
|
||||
- reduced logging in SAT-solver
|
||||
- ordering solutions
|
||||
- version 4.1.8
|
||||
- revision 8276
|
||||
- revision 8276
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de
|
||||
|
||||
- Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER)
|
||||
ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
|
||||
ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
|
||||
- Revision 8255
|
||||
- Version 4.1.7
|
||||
|
||||
|
30
libzypp.spec
30
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 4.2.7)
|
||||
# spec file for package libzypp (Version 4.2.9)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -17,9 +17,9 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 4.2.7
|
||||
Version: 4.2.9
|
||||
Release: 1
|
||||
Source: libzypp-4.2.7.tar.bz2
|
||||
Source: libzypp-4.2.9.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
@ -46,10 +46,10 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
Requires: libzypp == 4.2.7
|
||||
Requires: libzypp == 4.2.9
|
||||
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
|
||||
Requires: cmake libsatsolver-devel
|
||||
Summary: Package, Patch, Pattern, and Product Management - developers files
|
||||
Group: System/Packages
|
||||
Provides: yast2-packagemanager-devel
|
||||
@ -134,6 +134,26 @@ cd ..
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Fri Feb 22 2008 ma@suse.de
|
||||
- Take care target uses --root when creating solv files (bnc #363789)
|
||||
- revision 8881
|
||||
* Fri Feb 22 2008 schubi@suse.de
|
||||
- Unmaintained packages which does not fit to the updated system
|
||||
(broken dependencies) will be deleted.
|
||||
- revision 8867
|
||||
* Fri Feb 22 2008 coolo@suse.de
|
||||
- let libzypp-devel require libsatsolver-devel
|
||||
* Wed Feb 20 2008 ma@suse.de
|
||||
- Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160)
|
||||
- revision 8833
|
||||
* Tue Feb 19 2008 jkupec@suse.cz
|
||||
- media: fixed DownloadProgressReport.finish() url argument in
|
||||
doGetFileCopy()
|
||||
- revision 8815
|
||||
* Tue Feb 19 2008 dmacvicar@suse.de
|
||||
- hardlink when possible to optimize data transfer
|
||||
and space across caches.
|
||||
- version 4.2.8
|
||||
* Tue Feb 19 2008 coolo@suse.de
|
||||
- added some locale support to sat::Solvable
|
||||
- version 4.2.7
|
||||
|
Loading…
x
Reference in New Issue
Block a user