This commit is contained in:
parent
3b2cb6caf7
commit
598a5c3655
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fab4f2012f8a2254d9e204ca5ed9a94393133b59c2bf8aaf102f12447b435473
|
|
||||||
size 2908586
|
|
3
libzypp-3.26.3.tar.bz2
Normal file
3
libzypp-3.26.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:77a7933a22c26faea19a819bf04ef3cc31b8acc667c93875094c654facf45340
|
||||||
|
size 2937517
|
@ -1,11 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 25 18:50:37 CEST 2007 - schubi@suse.de
|
Tue Sep 25 18:50:37 CEST 2007 - schubi@suse.de
|
||||||
|
|
||||||
- QueuItemRequire: Filter out all provider which have worser architecture,
|
- QueuItemRequire: Filter out all provider which have worser architecture,
|
||||||
are NOT noarch and have not the same name as the requirement. The
|
are NOT noarch and have not the same name as the requirement. The
|
||||||
last one is needed for updating packages via patch/atoms.
|
last one is needed for updating packages via patch/atoms.
|
||||||
Bug 328081
|
Bug 328081
|
||||||
- Revert changes of r 7340
|
- Revert changes of r 7340
|
||||||
- r 7379
|
- r 7379
|
||||||
- version 3.26.2
|
- version 3.26.2
|
||||||
|
|
||||||
|
12
libzypp.spec
12
libzypp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libzypp (Version 3.26.2)
|
# spec file for package libzypp (Version 3.26.3)
|
||||||
#
|
#
|
||||||
# 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: 3.26.2
|
Version: 3.26.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: libzypp-3.26.2.tar.bz2
|
Source: libzypp-3.26.3.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 == 3.26.2
|
Requires: libzypp == 3.26.3
|
||||||
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,10 @@ cd ..
|
|||||||
%{prefix}/share/cmake/Modules/FindZypp.cmake
|
%{prefix}/share/cmake/Modules/FindZypp.cmake
|
||||||
%{_libdir}/pkgconfig/libzypp.pc
|
%{_libdir}/pkgconfig/libzypp.pc
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Tue Sep 25 2007 - schubi@suse.de
|
||||||
- QueuItemRequire: Filter out all provider which have worser architecture,
|
- QueuItemRequire: Filter out all provider which have worser architecture,
|
||||||
are NOT noarch and have not the same name as the requirement. The
|
are NOT noarch and have not the same name as the requirement. The
|
||||||
|
Loading…
Reference in New Issue
Block a user