forked from pool/libzypp
This commit is contained in:
parent
2b96e0ad57
commit
c8da82cc15
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:16fc1c4b4e57f34db614c3812e43f2b234a166764b89ac1845c6a676aa6321e9
|
|
||||||
size 3067767
|
|
3
libzypp-3.17.0.tar.bz2
Normal file
3
libzypp-3.17.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8a9dc3c204dcf7634a450fdebb3663732b7f3d7cbb9f92c68ceac9cc0b67035a
|
||||||
|
size 3068561
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
|
||||||
|
|
||||||
|
- add iterateResolvablesByKindsAndName
|
||||||
|
- rev 6735, version 3.17.13
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
|
||||||
|
|
||||||
|
- rename ResolvableQuery::queryByName to iterateResolvablesByName
|
||||||
|
- fix reading of kind and repository in ResolvableQuery
|
||||||
|
- add reverse lookups in CacheTypes
|
||||||
|
- add iterateResolvablesByKind
|
||||||
|
- rev 6733
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
- shorten solver error messages Bug 259894
|
||||||
|
- rev 6723
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
|
||||||
|
|
||||||
|
- fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
|
||||||
|
install zypp/cache header files.
|
||||||
|
- rev 6719, version 3.16.13
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
|
Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
|
||||||
|
|
||||||
|
26
libzypp.spec
26
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 3.15.0)
|
# spec file for package libzypp (Version 3.17.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -16,9 +16,9 @@ Group: System/Packages
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: Package, Patch, Pattern, and Product Management
|
Summary: Package, Patch, Pattern, and Product Management
|
||||||
Version: 3.15.0
|
Version: 3.17.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Source: libzypp-3.15.0.tar.bz2
|
Source: libzypp-3.17.0.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -44,7 +44,7 @@ Authors:
|
|||||||
Ladislav Slezak <lslezak@suse.cz>
|
Ladislav Slezak <lslezak@suse.cz>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Requires: libzypp == 3.15.0
|
Requires: libzypp == 3.17.0
|
||||||
Requires: libxml2-devel curl-devel openssl-devel rpm-devel glibc-devel zlib-devel
|
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: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel
|
||||||
Requires: cmake
|
Requires: cmake
|
||||||
@ -125,6 +125,22 @@ cd ..
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 17 2007 - kkaempf@suse.de
|
||||||
|
- add iterateResolvablesByKindsAndName
|
||||||
|
- rev 6735, version 3.17.13
|
||||||
|
* Fri Aug 17 2007 - kkaempf@suse.de
|
||||||
|
- rename ResolvableQuery::queryByName to iterateResolvablesByName
|
||||||
|
- fix reading of kind and repository in ResolvableQuery
|
||||||
|
- add reverse lookups in CacheTypes
|
||||||
|
- add iterateResolvablesByKind
|
||||||
|
- rev 6733
|
||||||
|
* Fri Aug 17 2007 - schubi@suse.de
|
||||||
|
- shorten solver error messages Bug 259894
|
||||||
|
- rev 6723
|
||||||
|
* Thu Aug 16 2007 - kkaempf@suse.de
|
||||||
|
- fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
|
||||||
|
install zypp/cache header files.
|
||||||
|
- rev 6719, version 3.16.13
|
||||||
* Thu Aug 16 2007 - kkaempf@suse.de
|
* Thu Aug 16 2007 - kkaempf@suse.de
|
||||||
- discard pattern files with incompatbile architecture, both
|
- discard pattern files with incompatbile architecture, both
|
||||||
for download and for parsing. (#298716)
|
for download and for parsing. (#298716)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user