From 598a5c36556d0ed1e64685ac709240c8a97b0fab6c215c9dc1838bfc2a9def2b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 2 Oct 2007 23:05:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=71 --- libzypp-3.26.2.tar.bz2 | 3 --- libzypp-3.26.3.tar.bz2 | 3 +++ libzypp.changes | 11 +++++++++-- libzypp.spec | 12 ++++++++---- 4 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 libzypp-3.26.2.tar.bz2 create mode 100644 libzypp-3.26.3.tar.bz2 diff --git a/libzypp-3.26.2.tar.bz2 b/libzypp-3.26.2.tar.bz2 deleted file mode 100644 index 10af449..0000000 --- a/libzypp-3.26.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fab4f2012f8a2254d9e204ca5ed9a94393133b59c2bf8aaf102f12447b435473 -size 2908586 diff --git a/libzypp-3.26.3.tar.bz2 b/libzypp-3.26.3.tar.bz2 new file mode 100644 index 0000000..54b2c4e --- /dev/null +++ b/libzypp-3.26.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a7933a22c26faea19a819bf04ef3cc31b8acc667c93875094c654facf45340 +size 2937517 diff --git a/libzypp.changes b/libzypp.changes index fe2f428..d418516 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -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 -- 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 last one is needed for updating packages via patch/atoms. Bug 328081 -- Revert changes of r 7340 +- Revert changes of r 7340 - r 7379 - version 3.26.2 diff --git a/libzypp.spec b/libzypp.spec index a9fff06..1d86167 100644 --- a/libzypp.spec +++ b/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. # 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.2 +Version: 3.26.3 Release: 1 -Source: libzypp-3.26.2.tar.bz2 +Source: libzypp-3.26.3.tar.bz2 Source1: libzypp-rpmlintrc Prefix: /usr Provides: yast2-packagemanager @@ -44,7 +44,7 @@ Authors: Ladislav Slezak %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: bzip2 popt-devel dbus-1-devel glib2-devel hal-devel boost-devel libstdc++-devel Requires: cmake @@ -128,6 +128,10 @@ cd .. %{prefix}/share/cmake/Modules/FindZypp.cmake %{_libdir}/pkgconfig/libzypp.pc %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 - QueuItemRequire: Filter out all provider which have worser architecture, are NOT noarch and have not the same name as the requirement. The