forked from pool/libzypp
This commit is contained in:
parent
7c26f2dcca
commit
811d68eca0
3
libzypp-3.11.10.tar.bz2
Normal file
3
libzypp-3.11.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b47d9626a81165f2e079dc51297d4c9c3789b13fe81c5744a4cdbaba57da8805
|
||||
size 2819332
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:515db87b6992732365c67a1b640943528ea9b17e73c57672a015d8f4637a1a5c
|
||||
size 6562261
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 19 15:52:03 CEST 2007 - ma@suse.de
|
||||
|
||||
- Fixed repo::provideFile to set a deleter for downloaded files
|
||||
(#293004).
|
||||
- revision 6094
|
||||
- version 3.11.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 19 12:58:12 CEST 2007 - ma@suse.de
|
||||
|
||||
- Query ByRepository now takes as well an alias.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 16:40:35 CEST 2007 - dmacvicar@suse.de
|
||||
|
||||
- fix retrieval of container attributes in cache
|
||||
(#292698)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 16:12:06 CEST 2007 - ma@suse.de
|
||||
|
||||
- Port zypp-query-pool (#292404)
|
||||
- revision 6069
|
||||
- version 3.11.9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 16:09:04 CEST 2007 - schubi@suse.de
|
||||
|
||||
- added new calls in Resolver.h: addRequire,addConflict
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 14:43:04 CEST 2007 - ma@suse.de
|
||||
|
||||
- Fixed IniParser to allow '=' in values (#292669)
|
||||
- revision 6063
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
|
||||
|
||||
- Fixed repo::provideFile to throw on error.
|
||||
- Fixed ResolvableQuery to use 0 as default for non existing
|
||||
numerical values.
|
||||
- revision 6058
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 14:16:59 CEST 2007 - duncan@suse.de
|
||||
|
||||
- allow / in alias (#292628)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 17 15:57:03 CEST 2007 - ma@suse.de
|
||||
|
||||
- Fixed OnMediLocation to use safe defaults. Added setLocaltion and
|
||||
additional ctor for convenience.
|
||||
- revision 6047
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 17 10:45:39 CEST 2007 - schubi@suse.de
|
||||
|
||||
- Evalute update canditate:
|
||||
Take canditates only which are really installable. Bug 292077
|
||||
r 6034
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 15:41:31 CEST 2007 - jkupec@suse.cz
|
||||
|
||||
- fixed some tribool bugs in RepoInfo
|
||||
- revision 6022
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
|
||||
|
||||
@ -110,7 +180,7 @@ Tue Jul 3 10:37:37 CEST 2007 - jkupec@suse.cz
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
|
||||
|
||||
- New API calls which provides more information about one
|
||||
- New API calls which provides more information about one
|
||||
resolvable after a solverrun:
|
||||
isInstalledBy (const PoolItem_Ref item);
|
||||
installs (const PoolItem_Ref item);
|
||||
|
49
libzypp.spec
49
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 3.11.8)
|
||||
# spec file for package libzypp (Version 3.11.10)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -16,10 +16,10 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Autoreqprov: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 3.11.8
|
||||
Version: 3.11.10
|
||||
Release: 1
|
||||
Source: libzypp-3.11.8.tar.bz2
|
||||
Source1: libzypp-3.11.8-rpmlintrc
|
||||
Source: libzypp-3.11.10.tar.bz2
|
||||
Source1: libzypp-3.11.10-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
Obsoletes: yast2-packagemanager
|
||||
@ -44,7 +44,7 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
Requires: libzypp == 3.11.8
|
||||
Requires: libzypp == 3.11.10
|
||||
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
|
||||
@ -105,7 +105,7 @@ cd ..
|
||||
|
||||
%files -f zypp.lang
|
||||
%defattr(-,root,root)
|
||||
#%{prefix}/lib/zypp
|
||||
%{prefix}/lib/zypp
|
||||
%{prefix}/share/zypp
|
||||
%{_libdir}/libzypp*so.*
|
||||
%{prefix}/share/applications/package-manager.desktop
|
||||
@ -124,6 +124,43 @@ cd ..
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jul 19 2007 - ma@suse.de
|
||||
- Fixed repo::provideFile to set a deleter for downloaded files
|
||||
(#293004).
|
||||
- revision 6094
|
||||
- version 3.11.10
|
||||
* Thu Jul 19 2007 - ma@suse.de
|
||||
- Query ByRepository now takes as well an alias.
|
||||
* Wed Jul 18 2007 - dmacvicar@suse.de
|
||||
- fix retrieval of container attributes in cache
|
||||
(#292698)
|
||||
* Wed Jul 18 2007 - ma@suse.de
|
||||
- Port zypp-query-pool (#292404)
|
||||
- revision 6069
|
||||
- version 3.11.9
|
||||
* Wed Jul 18 2007 - schubi@suse.de
|
||||
- added new calls in Resolver.h: addRequire,addConflict
|
||||
* Wed Jul 18 2007 - ma@suse.de
|
||||
- Fixed IniParser to allow '=' in values (#292669)
|
||||
- revision 6063
|
||||
* Wed Jul 18 2007 - duncan@suse.de
|
||||
- allow / in alias (#292628)
|
||||
* Wed Jul 18 2007 - ma@suse.de
|
||||
- Fixed repo::provideFile to throw on error.
|
||||
- Fixed ResolvableQuery to use 0 as default for non existing
|
||||
numerical values.
|
||||
- revision 6058
|
||||
* Tue Jul 17 2007 - ma@suse.de
|
||||
- Fixed OnMediLocation to use safe defaults. Added setLocaltion and
|
||||
additional ctor for convenience.
|
||||
- revision 6047
|
||||
* Tue Jul 17 2007 - schubi@suse.de
|
||||
- Evalute update canditate:
|
||||
Take canditates only which are really installable. Bug 292077
|
||||
r 6034
|
||||
* Mon Jul 16 2007 - jkupec@suse.cz
|
||||
- fixed some tribool bugs in RepoInfo
|
||||
- revision 6022
|
||||
* Mon Jul 16 2007 - dmacvicar@suse.de
|
||||
- fix reading of non existant repo
|
||||
- r6018
|
||||
|
Loading…
x
Reference in New Issue
Block a user