SHA256
1
0
forked from pool/libzypp
OBS User unknown 2007-12-17 21:18:15 +00:00 committed by Git OBS Bridge
parent b1be4e6fa3
commit 6cac56ff7d
4 changed files with 38 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08edfef0acfc72b9b62c5a925eda30061ab726e4c08cc36f10e06ce7910763b3
size 2982381

3
libzypp-4.1.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:024ad5f2e2d8bce6e9482d6595cbf7385dc75e8d83a4cc03105fa6004aa68593
size 2981553

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Dec 17 13:47:44 CET 2007 - ma@suse.de
- Fixed default text locale detection not to use static variables. (#346872)
- version 4.1.6
- revision 8116
-------------------------------------------------------------------
Mon Dec 10 12:46:26 CET 2007 - ma@suse.de
- Log more details about zypp lock owner. (#294094)
- revision 8088
-------------------------------------------------------------------
Fri Dec 7 15:47:53 CET 2007 - ma@suse.de
- Remove runtime dependency for libboost_filesystem (#345773)
- version 4.1.5
- revision 8061
-------------------------------------------------------------------
Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 4.1.4)
# spec file for package libzypp (Version 4.1.6)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -16,9 +16,9 @@ Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
Summary: Package, Patch, Pattern, and Product Management
Version: 4.1.4
Version: 4.1.6
Release: 1
Source: libzypp-4.1.4.tar.bz2
Source: libzypp-4.1.6.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.4
Requires: libzypp == 4.1.6
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,17 @@ cd ..
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Mon Dec 17 2007 - ma@suse.de
- Fixed default text locale detection not to use static variables. (#346872)
- version 4.1.6
- revision 8116
* Mon Dec 10 2007 - ma@suse.de
- Log more details about zypp lock owner. (#294094)
- revision 8088
* Fri Dec 07 2007 - ma@suse.de
- Remove runtime dependency for libboost_filesystem (#345773)
- version 4.1.5
- revision 8061
* Fri Nov 30 2007 - schubi@suse.de
- Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
e.g.: ZYPP_SAT_SOLVER=1 zypper install foo