forked from pool/libzypp
This commit is contained in:
parent
803bcd2309
commit
817b7f7577
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2238b04a0c4943bf8cd5a7d95f48d1a92fef743b459d171c587e7330a989b4cb
|
|
||||||
size 2950622
|
|
3
libzypp-4.1.1.tar.bz2
Normal file
3
libzypp-4.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:900552b01111d78c13bde509ebbb23b3440a555101380b157544a9a9b2461b2f
|
||||||
|
size 2924499
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 6 16:37:11 CEST 2007 - jkupec@suse.cz
|
||||||
|
- do not download the same file multiple times in one attach sessionn
|
||||||
|
(#307098), r7456
|
||||||
|
- special cdrom detection code for SCSI / Virtual CDROMs on iSeries
|
||||||
|
removed - should be correctly detected by HAL now
|
||||||
|
(#167629, #163971), r7452
|
||||||
|
- version 4.1.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de
|
||||||
|
|
||||||
|
- filter architecture in plaindir parser (bug #330791)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 4 16:31:58 CEST 2007 - ma@suse.de
|
||||||
|
|
||||||
|
- Throw constructing malformed checksums. (#189096)
|
||||||
|
- revision 7441
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 4 14:22:31 CEST 2007 - mvidner@suse.cz
|
||||||
|
|
||||||
|
- Renamed templates back because proper qualification makes it work
|
||||||
|
too.
|
||||||
|
- 4.1.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de
|
||||||
|
|
||||||
|
- only look for repositories in file ending ".repo" (bug #294779)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 3 13:37:57 CEST 2007 - mvidner@suse.cz
|
Wed Oct 3 13:37:57 CEST 2007 - mvidner@suse.cz
|
||||||
|
|
||||||
|
26
libzypp.spec
26
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 4.0.0)
|
# spec file for package libzypp (Version 4.1.1)
|
||||||
#
|
#
|
||||||
# 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: 4.0.0
|
Version: 4.1.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-4.0.0.tar.bz2
|
Source: libzypp-4.1.1.tar.bz2
|
||||||
Source1: libzypp-rpmlintrc
|
Source1: libzypp-rpmlintrc
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Provides: yast2-packagemanager
|
Provides: yast2-packagemanager
|
||||||
@ -44,7 +44,7 @@ Authors:
|
|||||||
Ladislav Slezak <lslezak@suse.cz>
|
Ladislav Slezak <lslezak@suse.cz>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Requires: libzypp == 4.0.0
|
Requires: libzypp == 4.1.1
|
||||||
Requires: libxml2-devel curl-devel openssl-devel rpm-devel glibc-devel zlib-devel
|
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: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel
|
||||||
Requires: cmake
|
Requires: cmake
|
||||||
@ -128,6 +128,24 @@ cd ..
|
|||||||
%{prefix}/share/cmake/Modules/FindZypp.cmake
|
%{prefix}/share/cmake/Modules/FindZypp.cmake
|
||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 06 2007 - jkupec@suse.cz
|
||||||
|
- do not download the same file multiple times in one attach sessionn
|
||||||
|
(#307098), r7456
|
||||||
|
- special cdrom detection code for SCSI / Virtual CDROMs on iSeries
|
||||||
|
removed - should be correctly detected by HAL now
|
||||||
|
(#167629, #163971), r7452
|
||||||
|
- version 4.1.1
|
||||||
|
* Fri Oct 05 2007 - aschnell@suse.de
|
||||||
|
- filter architecture in plaindir parser (bug #330791)
|
||||||
|
* Thu Oct 04 2007 - ma@suse.de
|
||||||
|
- Throw constructing malformed checksums. (#189096)
|
||||||
|
- revision 7441
|
||||||
|
* Thu Oct 04 2007 - mvidner@suse.cz
|
||||||
|
- Renamed templates back because proper qualification makes it work
|
||||||
|
too.
|
||||||
|
- 4.1.0
|
||||||
|
* Thu Oct 04 2007 - aschnell@suse.de
|
||||||
|
- only look for repositories in file ending ".repo" (bug #294779)
|
||||||
* Wed Oct 03 2007 - mvidner@suse.cz
|
* Wed Oct 03 2007 - mvidner@suse.cz
|
||||||
- Fixed compilation errors with GCC 4.3 by adding missing includes
|
- Fixed compilation errors with GCC 4.3 by adding missing includes
|
||||||
and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
|
and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user