forked from pool/libzypp
This commit is contained in:
parent
346bde0c8a
commit
e48b213e84
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 12 13:41:47 CET 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
- Stopping after 50 valid solver results. Anymore would be useless. Bug
|
||||||
|
243595
|
||||||
|
- Revision 5004
|
||||||
|
- Version 2.14.5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 9 15:03:23 CET 2007 - jkupec@suse.cz
|
||||||
|
|
||||||
|
- Setting allowed authentication methods to "basic,digest" if none
|
||||||
|
provided in URL (#243006)
|
||||||
|
- fixed gettext and rpath problems in configure.ac and Makefile.cvs
|
||||||
|
(mvidner)
|
||||||
|
- r4996
|
||||||
|
- Version 2.14.4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 8 16:27:25 CET 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
- Added freshen language dependency in supplemements too if there is no
|
||||||
|
entry in supplements.
|
||||||
|
#240617;IPA fonts are not installed even if select Japanese
|
||||||
|
language
|
||||||
|
- Revision 4992
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 7 15:50:58 CET 2007 - jkupec@suse.cz
|
||||||
|
|
||||||
|
- MediaCurlException::dumpOn() adjusted for ncurses dialogue
|
||||||
|
(#222602)
|
||||||
|
- r4983
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 5 17:49:32 CET 2007 - dmacvicar@suse.de
|
||||||
|
|
||||||
|
- yast2 reports invalid URL as 'unknown source type'
|
||||||
|
(#209961)
|
||||||
|
- r4975
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 5 17:17:54 CET 2007 - schubi@suse.de
|
Mon Feb 5 17:17:54 CET 2007 - schubi@suse.de
|
||||||
|
|
||||||
|
34
libzypp.spec
34
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 2.14.3)
|
# spec file for package libzypp (Version 2.14.5)
|
||||||
#
|
#
|
||||||
# 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.14.3
|
Version: 2.14.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: zypp-2.14.3.tar.bz2
|
Source: zypp-2.14.5.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.14.3
|
%setup -q -n zypp-2.14.5
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mv configure.ac x
|
mv configure.ac x
|
||||||
@ -119,6 +119,32 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
|
|
||||||
%changelog -n libzypp
|
%changelog -n libzypp
|
||||||
|
* Mon Feb 12 2007 - schubi@suse.de
|
||||||
|
- Stopping after 50 valid solver results. Anymore would be useless. Bug
|
||||||
|
243595
|
||||||
|
- Revision 5004
|
||||||
|
- Version 2.14.5
|
||||||
|
* Fri Feb 09 2007 - jkupec@suse.cz
|
||||||
|
- Setting allowed authentication methods to "basic,digest" if none
|
||||||
|
provided in URL (#243006)
|
||||||
|
- fixed gettext and rpath problems in configure.ac and Makefile.cvs
|
||||||
|
(mvidner)
|
||||||
|
- r4996
|
||||||
|
- Version 2.14.4
|
||||||
|
* Thu Feb 08 2007 - schubi@suse.de
|
||||||
|
- Added freshen language dependency in supplemements too if there is no
|
||||||
|
entry in supplements.
|
||||||
|
[#240617];IPA fonts are not installed even if select Japanese
|
||||||
|
language
|
||||||
|
- Revision 4992
|
||||||
|
* Wed Feb 07 2007 - jkupec@suse.cz
|
||||||
|
- MediaCurlException::dumpOn() adjusted for ncurses dialogue
|
||||||
|
(#222602)
|
||||||
|
- r4983
|
||||||
|
* Mon Feb 05 2007 - dmacvicar@suse.de
|
||||||
|
- yast2 reports invalid URL as 'unknown source type'
|
||||||
|
(#209961)
|
||||||
|
- r4975
|
||||||
* Mon Feb 05 2007 - schubi@suse.de
|
* Mon Feb 05 2007 - schubi@suse.de
|
||||||
- verifySystem: The result will be set to APPL_HIGH, so it will be not
|
- verifySystem: The result will be set to APPL_HIGH, so it will be not
|
||||||
reset by a second "normal" solver run. #239281
|
reset by a second "normal" solver run. #239281
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7e0e22f55e7b7ef0b23c2b99d1e508aa41222c3844e5aa7bdb29ae4932381d70
|
|
||||||
size 17807389
|
|
3
zypp-2.14.5.tar.bz2
Normal file
3
zypp-2.14.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b73539b4f1fc113f446cc15800d795b678636fe4e37db16663c01e2c063734d3
|
||||||
|
size 17782108
|
Loading…
x
Reference in New Issue
Block a user