OBS User unknown 2007-11-14 11:17:57 +00:00 committed by Git OBS Bridge
parent caab4a17f4
commit 621170279b
4 changed files with 63 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:900552b01111d78c13bde509ebbb23b3440a555101380b157544a9a9b2461b2f
size 2924499

3
libzypp-4.1.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9303233274d087247949dc1c43dec58c13962041d038caba5dbf2d8e550123d
size 2960737

View File

@ -1,11 +1,42 @@
-------------------------------------------------------------------
Tue Nov 13 13:40:03 CET 2007 - schubi@suse.de
- fixes for new gcc
- version 4.1.3
- r7788
-------------------------------------------------------------------
Mon Nov 5 15:22:33 CET 2007 - ma@suse.de
- Don't mark failed patch scripts as installed. (#327523)
- version 4.1.2
- revision 7744
-------------------------------------------------------------------
Wed Oct 31 09:19:59 CET 2007 - dmueller@suse.de
- update rpmlint suppression
- update rpmlint suppression
-------------------------------------------------------------------
Fri Oct 26 15:12:24 CEST 2007 - aschnell@suse.de
- fixed retrieval of epoch from rpmdb (bug #246680)
-------------------------------------------------------------------
Thu Oct 25 16:29:24 CEST 2007 - aschnell@suse.de
- allow non-existing "packages" file in susetags parser (bug
#309235)
-------------------------------------------------------------------
Fri Oct 12 15:47:37 CEST 2007 - ma@suse.de
- SMBIOS DMI modalias matching added (#333152)
- revision 7494
-------------------------------------------------------------------
Sat Oct 6 16:37:11 CEST 2007 - jkupec@suse.cz
- do not download the same file multiple times in one attach sessionn
- do not download the same file multiple times in one attach session
(#307098), r7456
- special cdrom detection code for SCSI / Virtual CDROMs on iSeries
removed - should be correctly detected by HAL now

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 4.1.1)
# spec file for package libzypp (Version 4.1.3)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -16,15 +16,15 @@ Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
Summary: Package, Patch, Pattern, and Product Management
Version: 4.1.1
Release: 14
Source: libzypp-4.1.1.tar.bz2
Version: 4.1.3
Release: 1
Source: libzypp-4.1.3.tar.bz2
Source1: libzypp-rpmlintrc
Prefix: /usr
Provides: yast2-packagemanager
Obsoletes: yast2-packagemanager
BuildRequires: cmake
BuildRequires: sqlite sqlite-devel
BuildRequires: libsatsolver-devel sqlite sqlite-devel
BuildRequires: boost-devel curl-devel dejagnu doxygen gcc-c++ gettext-devel graphviz hal-devel libxml2-devel rpm-devel
BuildRequires: update-desktop-files
Requires: gpg2
@ -44,7 +44,7 @@ Authors:
Ladislav Slezak <lslezak@suse.cz>
%package devel
Requires: libzypp == 4.1.1
Requires: libzypp == 4.1.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
@ -113,7 +113,10 @@ cd ..
%{prefix}/lib/zypp
%{prefix}/share/zypp
%{prefix}/share/applications/package-manager.desktop
%{prefix}/share/pixmaps/package-manager-icon.png
%{prefix}/share/icons/hicolor/scalable/apps/package-manager-icon.svg
%{prefix}/share/icons/hicolor/16x16/apps/package-manager-icon.png
%{prefix}/share/icons/hicolor/32x32/apps/package-manager-icon.png
%{prefix}/share/icons/hicolor/48x48/apps/package-manager-icon.png
%{prefix}/bin/package-manager
%{prefix}/bin/package-manager-su
%{_libdir}/libzypp*so.*
@ -128,10 +131,26 @@ cd ..
%{prefix}/share/cmake/Modules/FindZypp.cmake
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Tue Nov 13 2007 - schubi@suse.de
- fixes for new gcc
- version 4.1.3
- r7788
* Mon Nov 05 2007 - ma@suse.de
- Don't mark failed patch scripts as installed. (#327523)
- version 4.1.2
- revision 7744
* Wed Oct 31 2007 - dmueller@suse.de
- update rpmlint suppression
* Fri Oct 26 2007 - aschnell@suse.de
- fixed retrieval of epoch from rpmdb (bug #246680)
* Thu Oct 25 2007 - aschnell@suse.de
- allow non-existing "packages" file in susetags parser (bug
[#309235])
* Fri Oct 12 2007 - ma@suse.de
- SMBIOS DMI modalias matching added (#333152)
- revision 7494
* Sat Oct 06 2007 - jkupec@suse.cz
- do not download the same file multiple times in one attach sessionn
- do not download the same file multiple times in one attach session
(#307098), r7456
- special cdrom detection code for SCSI / Virtual CDROMs on iSeries
removed - should be correctly detected by HAL now