This commit is contained in:
parent
598a5c3655
commit
803bcd2309
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77a7933a22c26faea19a819bf04ef3cc31b8acc667c93875094c654facf45340
|
||||
size 2937517
|
3
libzypp-4.0.0.tar.bz2
Normal file
3
libzypp-4.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2238b04a0c4943bf8cd5a7d95f48d1a92fef743b459d171c587e7330a989b4cb
|
||||
size 2950622
|
@ -1,27 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 3 13:37:57 CEST 2007 - mvidner@suse.cz
|
||||
|
||||
- Fixed compilation errors with GCC 4.3 by adding missing includes
|
||||
and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
|
||||
Compare<Edition> to CompareEd.
|
||||
- r7426
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 1 20:29:36 CEST 2007 - ma@suse.de
|
||||
|
||||
- Incorporated patch from Michael Matz to speedup cache reading.
|
||||
- revision 7413
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de
|
||||
|
||||
- Resolvertestcase:
|
||||
- log Repository info
|
||||
- set keep state in the testcase
|
||||
- handle vendor
|
||||
- r 4707
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de
|
||||
|
||||
- Fixed pattern parser SEGV on broken pattern files. (#328546)
|
||||
- version 3.26.3
|
||||
- revision 7401
|
||||
- revision 7402
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 25 18:50:37 CEST 2007 - schubi@suse.de
|
||||
Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de
|
||||
|
||||
- QueuItemRequire: Filter out all provider which have worser architecture,
|
||||
are NOT noarch and have not the same name as the requirement. The
|
||||
last one is needed for updating packages via patch/atoms.
|
||||
Bug 328081
|
||||
- Revert changes of r 7340
|
||||
- r 7379
|
||||
- version 3.26.2
|
||||
- r 7386
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de
|
||||
|
||||
- Add missing '--install' parameter in desktop file. (#308640)
|
||||
- version 3.26.1
|
||||
- revision 7367
|
||||
- version 4.0.0
|
||||
- revision 7369
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz
|
||||
|
34
libzypp.spec
34
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 3.26.3)
|
||||
# spec file for package libzypp (Version 4.0.0)
|
||||
#
|
||||
# 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.26.3
|
||||
Version: 4.0.0
|
||||
Release: 1
|
||||
Source: libzypp-3.26.3.tar.bz2
|
||||
Source: libzypp-4.0.0.tar.bz2
|
||||
Source1: libzypp-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
@ -44,7 +44,7 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
Requires: libzypp == 3.26.3
|
||||
Requires: libzypp == 4.0.0
|
||||
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
|
||||
@ -128,22 +128,34 @@ cd ..
|
||||
%{prefix}/share/cmake/Modules/FindZypp.cmake
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
%changelog
|
||||
* Wed Oct 03 2007 - mvidner@suse.cz
|
||||
- Fixed compilation errors with GCC 4.3 by adding missing includes
|
||||
and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
|
||||
Compare<Edition> to CompareEd.
|
||||
- r7426
|
||||
* Mon Oct 01 2007 - ma@suse.de
|
||||
- Incorporated patch from Michael Matz to speedup cache reading.
|
||||
- revision 7413
|
||||
* Fri Sep 28 2007 - schubi@suse.de
|
||||
- Resolvertestcase:
|
||||
- log Repository info
|
||||
- set keep state in the testcase
|
||||
- handle vendor
|
||||
- r 4707
|
||||
* Thu Sep 27 2007 - ma@suse.de
|
||||
- Fixed pattern parser SEGV on broken pattern files. (#328546)
|
||||
- version 3.26.3
|
||||
- revision 7401
|
||||
* Tue Sep 25 2007 - schubi@suse.de
|
||||
- revision 7402
|
||||
* Wed Sep 26 2007 - schubi@suse.de
|
||||
- QueuItemRequire: Filter out all provider which have worser architecture,
|
||||
are NOT noarch and have not the same name as the requirement. The
|
||||
last one is needed for updating packages via patch/atoms.
|
||||
Bug 328081
|
||||
- Revert changes of r 7340
|
||||
- r 7379
|
||||
- version 3.26.2
|
||||
- r 7386
|
||||
* Tue Sep 25 2007 - ma@suse.de
|
||||
- Add missing '--install' parameter in desktop file. (#308640)
|
||||
- version 3.26.1
|
||||
- revision 7367
|
||||
- version 4.0.0
|
||||
- revision 7369
|
||||
* Tue Sep 25 2007 - jkupec@suse.cz
|
||||
- release all attached media before attempting to eject (#293428)
|
||||
- fixed parsing of --proxy-user parameter of .curlrc (#309139)
|
||||
|
Loading…
Reference in New Issue
Block a user