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
@ -10,12 +41,12 @@ Tue Mar 6 17:25:49 CET 2007 - schubi@suse.de
- Using already existing valid solver results for further solver runs.
(partiell solving)
- r5169
- r5169
-------------------------------------------------------------------
Fri Mar 2 16:11:16 CET 2007 - dmacvicar@suse.de
- fix link order
- fix link order
- r5165
-------------------------------------------------------------------
@ -38,7 +69,7 @@ Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
- The context of establishPool will be stored in Resolver and will be
regarded for the next solver run everytime. So it will be not reset by
any solver run anymore.
bug 191810 ( A broken patch will not be installed again)
bug 191810 ( A broken patch will not be installed again)
-------------------------------------------------------------------
Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
@ -104,26 +135,26 @@ Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
- update packages: changing architecture is only valid while an
system update and NOT while an update via a patch. Last fix does
not fit for every case.
Bug 230685
Bug 230685
- Patch has selected not the concerning package for update but
a package which has provided the required dependencies too.
Algorithmus: If there are exactly two providers which differ in architecture
prefer the better arch.
prefer the better arch.
Fix: Regarding NVRA too. ( only if equal )
Bug 238284
- Download only English and Local translation
(#208457)
- Added solver parameter:
tryAllPossibilities: regarding every solver branch ( not only
tryAllPossibilities: regarding every solver branch ( not only
branches with e.G. best architectures
preferHighestVersion: Prefer solver results which have a higher
version number.
Bug #238087
Bug #238087
- update packages: changing architecture is only valid while an
system update and NOT while an update via a patch.
Bug 230685 - x86_64 MozillaFirefox binaries in security update
repository
Fix of version 2.11.2 has not worked if the first founded item
Fix of version 2.11.2 has not worked if the first founded item
had had another architecture.
- r4927
@ -199,7 +230,7 @@ Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
will be selected for update although a newer has already been selected. Revision 4765
- Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
update candidate and evaluate additional branches.
- r4907
- r4907
-------------------------------------------------------------------
Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz

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)