This commit is contained in:
parent
b668784610
commit
521e8f5304
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 25 13:52:09 CET 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
- Added solver parameter:
|
||||||
|
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
|
||||||
|
- Revision 4911
|
||||||
|
- version 2.14.9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 25 13:46:41 CET 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
- 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
|
||||||
|
had had another architecture.
|
||||||
|
- Revision 4910
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
|
||||||
|
|
||||||
|
- Corrupt download cannot be skipped
|
||||||
|
(#217425 and #224216)
|
||||||
|
- version 2.13.1
|
||||||
|
- r4902
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 19 19:25:24 CET 2007 - ma@suse.de
|
Fri Jan 19 19:25:24 CET 2007 - ma@suse.de
|
||||||
|
|
||||||
|
30
libzypp.spec
30
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 2.13.0)
|
# spec file for package libzypp (Version 2.14.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 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
|
||||||
@ -16,9 +16,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: 2.13.0
|
Version: 2.14.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: zypp-2.13.0.tar.bz2
|
Source: zypp-2.14.0.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
Obsoletes: yast2-packagemanager
|
Obsoletes: yast2-packagemanager
|
||||||
@ -68,7 +68,7 @@ Authors:
|
|||||||
Ladislav Slezak <lslezak@suse.cz>
|
Ladislav Slezak <lslezak@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n zypp-2.13.0
|
%setup -q -n zypp-2.14.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mv configure.ac x
|
mv configure.ac x
|
||||||
@ -119,6 +119,28 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog -n libzypp
|
%changelog -n libzypp
|
||||||
|
* Thu Jan 25 2007 - schubi@suse.de
|
||||||
|
- Added solver parameter:
|
||||||
|
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
|
||||||
|
- Revision 4911
|
||||||
|
- version 2.14.9
|
||||||
|
* Thu Jan 25 2007 - schubi@suse.de
|
||||||
|
- 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
|
||||||
|
had had another architecture.
|
||||||
|
- Revision 4910
|
||||||
|
* Wed Jan 24 2007 - dmacvicar@suse.de
|
||||||
|
- Corrupt download cannot be skipped
|
||||||
|
(#217425 and #224216)
|
||||||
|
- version 2.13.1
|
||||||
|
- r4902
|
||||||
* Fri Jan 19 2007 - ma@suse.de
|
* Fri Jan 19 2007 - ma@suse.de
|
||||||
- Enable package read ahead/caching in commit per default to reduce
|
- Enable package read ahead/caching in commit per default to reduce
|
||||||
interactive media changes. If the environment variable
|
interactive media changes. If the environment variable
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0abac577553688d3860545abb266b98d19313379f5f8f2bd19809d5ee2f70afd
|
|
||||||
size 16941385
|
|
3
zypp-2.14.0.tar.bz2
Normal file
3
zypp-2.14.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8cdb4a4387e49db6448e9db25316757127a090576ebb2aa31e4073912d6f8e6d
|
||||||
|
size 16951074
|
Loading…
Reference in New Issue
Block a user