This commit is contained in:
parent
6cac56ff7d
commit
82fbd085ba
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:024ad5f2e2d8bce6e9482d6595cbf7385dc75e8d83a4cc03105fa6004aa68593
|
||||
size 2981553
|
3
libzypp-4.1.7.tar.bz2
Normal file
3
libzypp-4.1.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ece62a874db2d9326ec41ea2807cc54aee8c695a2a4c6a27fe45a560c3d7e360
|
||||
size 2980685
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
- Revision 8255
|
||||
- Version 4.1.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 2 18:24:34 CET 2008 - jkupec@suse.cz
|
||||
|
||||
- Pathname zypp::filesystem::expandlink(const Pathname &) added
|
||||
- if the provided file is a symlink, expand it (#274651) (this
|
||||
probably won't work for schemes other than file/dir and cd/dvd)
|
||||
- revision 8179
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 12:28:22 CET 2007 - aschnell@suse.de
|
||||
|
||||
- fixed password handling in URLs (bug #347273)
|
||||
- revision 8118
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 17 13:47:44 CET 2007 - ma@suse.de
|
||||
|
||||
|
23
libzypp.spec
23
libzypp.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 4.1.6)
|
||||
# spec file for package libzypp (Version 4.1.7)
|
||||
#
|
||||
# Copyright (c) 2007 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
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -16,9 +16,9 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 4.1.6
|
||||
Version: 4.1.7
|
||||
Release: 1
|
||||
Source: libzypp-4.1.6.tar.bz2
|
||||
Source: libzypp-4.1.7.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
@ -44,7 +44,7 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
Requires: libzypp == 4.1.6
|
||||
Requires: libzypp == 4.1.7
|
||||
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
|
||||
@ -132,6 +132,19 @@ cd ..
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jan 10 2008 - schubi@suse.de
|
||||
- Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER)
|
||||
ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
|
||||
- Revision 8255
|
||||
- Version 4.1.7
|
||||
* Wed Jan 02 2008 - jkupec@suse.cz
|
||||
- Pathname zypp::filesystem::expandlink(const Pathname &) added
|
||||
- if the provided file is a symlink, expand it (#274651) (this
|
||||
probably won't work for schemes other than file/dir and cd/dvd)
|
||||
- revision 8179
|
||||
* Tue Dec 18 2007 - aschnell@suse.de
|
||||
- fixed password handling in URLs (bug #347273)
|
||||
- revision 8118
|
||||
* Mon Dec 17 2007 - ma@suse.de
|
||||
- Fixed default text locale detection not to use static variables. (#346872)
|
||||
- version 4.1.6
|
||||
|
Loading…
Reference in New Issue
Block a user