This commit is contained in:
parent
b811e685b5
commit
0c125c11aa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7d36fb21f20691d61bde6eec55b2364717f5e30ddfcc4488bfb37cacf8224209
|
|
||||||
size 15378725
|
|
3
libzypp-4.13.1.tar.bz2
Normal file
3
libzypp-4.13.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e558b7d6e52f72efa8202157f7df19ac11d74115aa2d5d38a373e4e27c8bb1e1
|
||||||
|
size 15434391
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 16 15:00:19 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- Disable fast creation of @System.solv. It may produce wrong results
|
||||||
|
e.g. after a rebuilddb.
|
||||||
|
- version 4.13.1
|
||||||
|
- revision 9666
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 16 12:50:09 CEST 2008 - ma@suse.de
|
||||||
|
|
||||||
|
- initializeTarget now takes an additional option, telling whether to
|
||||||
|
rebuild an existing rpm database before using it. Default is false.
|
||||||
|
(bnc #308352)
|
||||||
|
- version 4.13.0
|
||||||
|
- revision 9664
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 15 12:57:42 CEST 2008 - jreidinger@suse.cz
|
||||||
|
|
||||||
|
- save do nothing if no locks added/removed
|
||||||
|
- fix bug with multiple save lock
|
||||||
|
- don't save same query multiple times
|
||||||
|
- improve tests
|
||||||
|
- revision 9644
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
|
Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
|
||||||
|
|
||||||
|
25
libzypp.spec
25
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 4.12.1)
|
# spec file for package libzypp (Version 4.13.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 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
|
||||||
@ -17,9 +17,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: 4.12.1
|
Version: 4.13.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-4.12.1.tar.bz2
|
Source: libzypp-4.13.1.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -63,7 +63,7 @@ Authors:
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Requires: libzypp == 4.12.1
|
Requires: libzypp == 4.13.1
|
||||||
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 libsatsolver-devel
|
Requires: cmake libsatsolver-devel
|
||||||
@ -157,6 +157,23 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 16 2008 ma@suse.de
|
||||||
|
- Disable fast creation of @System.solv. It may produce wrong results
|
||||||
|
e.g. after a rebuilddb.
|
||||||
|
- version 4.13.1
|
||||||
|
- revision 9666
|
||||||
|
* Wed Apr 16 2008 ma@suse.de
|
||||||
|
- initializeTarget now takes an additional option, telling whether to
|
||||||
|
rebuild an existing rpm database before using it. Default is false.
|
||||||
|
(bnc #308352)
|
||||||
|
- version 4.13.0
|
||||||
|
- revision 9664
|
||||||
|
* Tue Apr 15 2008 jreidinger@suse.cz
|
||||||
|
- save do nothing if no locks added/removed
|
||||||
|
- fix bug with multiple save lock
|
||||||
|
- don't save same query multiple times
|
||||||
|
- improve tests
|
||||||
|
- revision 9644
|
||||||
* Tue Apr 15 2008 schubi@suse.de
|
* Tue Apr 15 2008 schubi@suse.de
|
||||||
- added new translations
|
- added new translations
|
||||||
- activate zypp-query-pool
|
- activate zypp-query-pool
|
||||||
|
Loading…
Reference in New Issue
Block a user