This commit is contained in:
parent
a7dd0c2f8a
commit
b811e685b5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1dacaaf528f92cc75e845eaf059e31cef2132489586a5a11ffe09b6767c583f7
|
||||
size 15438902
|
3
libzypp-4.12.1.tar.bz2
Normal file
3
libzypp-4.12.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d36fb21f20691d61bde6eec55b2364717f5e30ddfcc4488bfb37cacf8224209
|
||||
size 15378725
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
|
||||
|
||||
- added new translations
|
||||
- activate zypp-query-pool
|
||||
- Revision 9637
|
||||
- 4.12.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 00:54:07 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- Locks API cleaned-up, iterator added, light read() added
|
||||
- PoolQuery::attribute(SolvAttr) getter added
|
||||
- revision 9609
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 17:00:05 CEST 2008 - dmacvicar@suse.de
|
||||
|
||||
- reenable zypp-query-pool
|
||||
- 4.11.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 12:53:09 CEST 2008 - ma@suse.de
|
||||
|
||||
- Enable evaluation of hardware dependencies.
|
||||
- Enable evaluation of filesystem dependencies.
|
||||
- revision 9605
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 13 02:17:25 CEST 2008 - jkupec@suse.cz
|
||||
|
||||
- RawMetadataRefreshPolicy: CheckIfNeededIgnoreDelay added
|
||||
needed for explicit refresh request
|
||||
- revision 9574
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 11 21:55:21 CEST 2008 - ma@suse.de
|
||||
|
||||
@ -53,12 +88,6 @@ Tue Apr 8 15:50:48 CEST 2008 - jreidinger@suse.cz
|
||||
- add comparing to PoolQuery
|
||||
- revision 9466
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 8 15:18:22 CEST 2008 - dmacvicar@suse.de
|
||||
|
||||
- selectable API updates and changes
|
||||
- 4.10.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 8 13:18:30 CEST 2008 - jreidinger@suse.cz
|
||||
|
||||
@ -71,6 +100,12 @@ Tue Apr 8 10:52:30 CEST 2008 - jreidinger@suse.cz
|
||||
- initial implementation of new locks (FATE #120118 and #120352)
|
||||
- revision 9442
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 15:18:22 CEST 2008 - dmacvicar@suse.de
|
||||
|
||||
- selectable API updates and changes
|
||||
- 4.10.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 14:01:45 CEST 2008 - jreidinger@suse.cz
|
||||
|
||||
|
36
libzypp.spec
36
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 4.11.0)
|
||||
# spec file for package libzypp (Version 4.12.1)
|
||||
#
|
||||
# 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.11.0
|
||||
Version: 4.12.1
|
||||
Release: 1
|
||||
Source: libzypp-4.11.0.tar.bz2
|
||||
Source: libzypp-4.12.1.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
@ -63,7 +63,7 @@ Authors:
|
||||
|
||||
%package devel
|
||||
License: GPL v2 or later
|
||||
Requires: libzypp == 4.11.0
|
||||
Requires: libzypp == 4.12.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 libsatsolver-devel
|
||||
@ -135,7 +135,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%dir /etc/zypp
|
||||
%dir /etc/zypp/repos.d
|
||||
%config(noreplace) /etc/zypp/zypp.conf
|
||||
#%{prefix}/lib/zypp
|
||||
%{prefix}/lib/zypp
|
||||
%{prefix}/share/zypp
|
||||
%{prefix}/share/applications/package-manager.desktop
|
||||
%{prefix}/share/icons/hicolor/scalable/apps/package-manager-icon.svg
|
||||
@ -157,6 +157,26 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Tue Apr 15 2008 schubi@suse.de
|
||||
- added new translations
|
||||
- activate zypp-query-pool
|
||||
- Revision 9637
|
||||
- 4.12.1
|
||||
* Tue Apr 15 2008 jkupec@suse.cz
|
||||
- Locks API cleaned-up, iterator added, light read() added
|
||||
- PoolQuery::attribute(SolvAttr) getter added
|
||||
- revision 9609
|
||||
* Mon Apr 14 2008 dmacvicar@suse.de
|
||||
- reenable zypp-query-pool
|
||||
- 4.11.1
|
||||
* Mon Apr 14 2008 ma@suse.de
|
||||
- Enable evaluation of hardware dependencies.
|
||||
- Enable evaluation of filesystem dependencies.
|
||||
- revision 9605
|
||||
* Sun Apr 13 2008 jkupec@suse.cz
|
||||
- RawMetadataRefreshPolicy: CheckIfNeededIgnoreDelay added
|
||||
needed for explicit refresh request
|
||||
- revision 9574
|
||||
* Fri Apr 11 2008 ma@suse.de
|
||||
- Install ResPoolProxy index to speedup Solvable to Selectable
|
||||
conversion.
|
||||
@ -194,15 +214,15 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
* Tue Apr 08 2008 jreidinger@suse.cz
|
||||
- add comparing to PoolQuery
|
||||
- revision 9466
|
||||
* Tue Apr 08 2008 dmacvicar@suse.de
|
||||
- selectable API updates and changes
|
||||
- 4.10.0
|
||||
* Tue Apr 08 2008 jreidinger@suse.cz
|
||||
- move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137)
|
||||
- revision 9452
|
||||
* Tue Apr 08 2008 jreidinger@suse.cz
|
||||
- initial implementation of new locks (FATE #120118 and #120352)
|
||||
- revision 9442
|
||||
* Mon Apr 07 2008 dmacvicar@suse.de
|
||||
- selectable API updates and changes
|
||||
- 4.10.0
|
||||
* Fri Apr 04 2008 jreidinger@suse.cz
|
||||
- add split with respect to escaped delimeters and also for quotes
|
||||
- revision 9373
|
||||
|
Loading…
Reference in New Issue
Block a user