OBS User unknown 2007-04-04 18:54:31 +00:00 committed by Git OBS Bridge
parent 0f5ef6cdbb
commit 997097324a
4 changed files with 76 additions and 23 deletions

View File

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

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

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Wed Apr 4 19:39:12 CEST 2007 - ma@suse.de
- Fix restoring of Sources id root prefix is used. (#238165)
- revision 5299
- version 3.0.2
-------------------------------------------------------------------
Wed Apr 4 15:33:54 CEST 2007 - jkupec@suse.cz
- MediaManager::attachDesiredMedia() added to support multiple
(CD/DVD) drives (fate #3974)
- r5296
-------------------------------------------------------------------
Wed Mar 14 14:33:26 CET 2007 - schubi@suse.de
- If there is no valid solver result and NOT all resolvables ( other
architecture) has been regarded, let the user decide making a new
solver run with ALL available resolvables. Bug 223440
- reducing logging (error -> debug) bug 252921
- Revision 5219
-------------------------------------------------------------------
Fri Mar 9 00:08:38 CET 2007 - ma@suse.de
- Allow configuration of trusted vendors via
/var/lib/zypp/db/trustedVendors. (#186636)
- revision 5194
- version 3.0.1
-------------------------------------------------------------------
Wed Mar 7 15:20:29 CET 2007 - dmacvicar@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 3.0.0)
# spec file for package libzypp (Version 3.0.2)
#
# 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: 3.0.0
Release: 3
Source: libzypp-3.0.0.tar.bz2
Version: 3.0.2
Release: 1
Source: libzypp-3.0.2.tar.bz2
Prefix: /usr
Provides: yast2-packagemanager
Obsoletes: yast2-packagemanager
@ -46,7 +46,7 @@ Authors:
Ladislav Slezak <lslezak@suse.cz>
%package devel
Requires: libzypp == 3.0.0
Requires: libzypp == 3.0.2
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
@ -75,8 +75,13 @@ Authors:
%build
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=%{prefix} -DLIB=%{_lib} -DCMAKE_SKIP_RPATH=1 ..
CXXFLAGS="$RPM_OPT_FLAGS" \
cmake -DCMAKE_INSTALL_PREFIX=%{prefix} \
-DLIB=%{_lib} \
-DCMAKE_C_FLAGS="%{optflags}" \
-DCMAKE_CXX_FLAGS="%{optflags}" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=1 \
..
make %{?jobs:-j %jobs}
make -C doc/autodoc %{?jobs:-j %jobs}
make -C po %{?jobs:-j %jobs} translations
@ -103,12 +108,10 @@ cd ..
%files -f zypp.lang
%defattr(-,root,root)
%{prefix}/lib/zypp
%{prefix}/share/zypp
%{_libdir}/libzypp*so.*
%dir %{prefix}/share/zypp
%dir %{prefix}/share/zypp/schema
%{prefix}/share/zypp/schema/*
%{prefix}/share/pixmaps/package-manager-icon.png
%{prefix}/share/applications/package-manager.desktop
%{prefix}/share/pixmaps/package-manager-icon.png
%{prefix}/bin/package-manager
%{prefix}/bin/package-manager-su
@ -123,6 +126,25 @@ cd ..
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Wed Apr 04 2007 - ma@suse.de
- Fix restoring of Sources id root prefix is used. (#238165)
- revision 5299
- version 3.0.2
* Wed Apr 04 2007 - jkupec@suse.cz
- MediaManager::attachDesiredMedia() added to support multiple
(CD/DVD) drives (fate #3974)
- r5296
* Wed Mar 14 2007 - schubi@suse.de
- If there is no valid solver result and NOT all resolvables ( other
architecture) has been regarded, let the user decide making a new
solver run with ALL available resolvables. Bug 223440
- reducing logging (error -> debug) bug 252921
- Revision 5219
* Fri Mar 09 2007 - ma@suse.de
- Allow configuration of trusted vendors via
/var/lib/zypp/db/trustedVendors. (#186636)
- revision 5194
- version 3.0.1
* Wed Mar 07 2007 - dmacvicar@suse.de
- libzypp-devel -> libzypp requirement is not versioned
(#251086)