OBS User unknown 2007-08-23 23:41:09 +00:00 committed by Git OBS Bridge
parent 5ea5e32435
commit bf909a234e
5 changed files with 97 additions and 37 deletions

View File

@ -1,20 +0,0 @@
--- zypp/repo/susetags/Downloader.cc
+++ zypp/repo/susetags/Downloader.cc
@@ -170,7 +170,7 @@
}
// add hashed media files
-
+ /*
for ( RepoIndex::FileChecksumMap::const_iterator it = _repoindex->mediaFileChecksums.begin();
it != _repoindex->mediaFileChecksums.end();
++it )
@@ -179,7 +179,7 @@
location.setChecksum( it->second );
this->enqueueDigested(location);
}
-
+ */
this->start( dest_dir, media );
}

View File

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

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

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

View File

@ -1,14 +1,64 @@
-------------------------------------------------------------------
Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
- Do not strip resolvables which have the same name but different kind
(ResolverInfo*)
- Flag info NEEDEDBY correctly if it will be used by freshen/supplement
- r 6830
-------------------------------------------------------------------
Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
- Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
the Estonian locale (#302525).
-------------------------------------------------------------------
Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
- added remembering of exception history at various places
-------------------------------------------------------------------
Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
- Bugfixes concerning vendor handling:
- first bug:
Installed A-1.0(vendor SuSE)
Available A-2.0(other vendor)
A will not be regarded as "unmaintained". So it will not be deleted.
- second bug:
A need B-2.0. B-1.0 is installed but has another vendor. Report a
proper errmessage.
- Testcase : solution-tests/vendor-test.xml
- r 6812
- 3.18.4
-------------------------------------------------------------------
Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
- ignore HASH key for download (#300982)
-------------------------------------------------------------------
Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
- Added explicitly_requested as parameter in ResolverContext::Uninstall
Bug 299819
- revision 6794
-------------------------------------------------------------------
Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
- If no mount information is available, parse all DU entries.
- read only hack mode for migrate-sources. We actually do add
repositories with it, but no harm. (#292986)
- fix some typos in exceptions (#301331)
- 3.18.3
-------------------------------------------------------------------
Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
- Do not regard explicit request in order to recognize updated packages
correctly. Bug 301676
- Updated translations
- Updated translations
- r 6766
- 3.18.2
@ -53,7 +103,7 @@ Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
- shorten solver error messages Bug 259894
- rev 6723
- rev 6723
-------------------------------------------------------------------
Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
@ -89,7 +139,7 @@ Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de
- added an _explicitly_requested in QueueItemConflict ( as already in
QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
remove the conflicting item without an error message. Bug 299819
remove the conflicting item without an error message. Bug 299819
- rev 6699
-------------------------------------------------------------------
@ -103,7 +153,7 @@ Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz
Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
- Bugfix while regarding correct vendor in update
- r6677
- r6677
- version 3.15.0
-------------------------------------------------------------------
@ -123,14 +173,14 @@ Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
- generate a resolver problem if addRequires does not find a resovable
#299486
#299486
- rev 6660
-------------------------------------------------------------------
Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
- Prioritized delete request by the user BEFORE delete requests due
missing dependencies or conflicting dependencies. Bug 298322
missing dependencies or conflicting dependencies. Bug 298322
- rev 6640
-------------------------------------------------------------------
@ -199,7 +249,7 @@ Wed Aug 8 12:42:39 CEST 2007 - schubi@suse.de
- fix in "ignore conflicts" if the conflict has been caused by an obsolete
Bug# 297795
- r 6517
- r 6517
-------------------------------------------------------------------
Tue Aug 7 17:04:47 CEST 2007 - dmacvicar@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libzypp (Version 3.18.2)
# spec file for package libzypp (Version 3.18.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -16,11 +16,10 @@ Group: System/Packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Autoreqprov: on
Summary: Package, Patch, Pattern, and Product Management
Version: 3.18.2
Release: 3
Source: libzypp-3.18.2.tar.bz2
Version: 3.18.4
Release: 1
Source: libzypp-3.18.4.tar.bz2
Source1: libzypp-rpmlintrc
Patch: libzypp-3.18.2.patch
Prefix: /usr
Provides: yast2-packagemanager
Obsoletes: yast2-packagemanager
@ -45,7 +44,7 @@ Authors:
Ladislav Slezak <lslezak@suse.cz>
%package devel
Requires: libzypp == 3.18.2
Requires: libzypp == 3.18.4
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
@ -70,7 +69,6 @@ Authors:
%prep
%setup -q
%patch
%build
mkdir build
@ -127,8 +125,40 @@ cd ..
%{_libdir}/pkgconfig/libzypp.pc
%changelog
* Thu Aug 23 2007 - schubi@suse.de
- Do not strip resolvables which have the same name but different kind
(ResolverInfo*)
- Flag info NEEDEDBY correctly if it will be used by freshen/supplement
- r 6830
* Wed Aug 22 2007 - mvidner@suse.cz
- Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
the Estonian locale (#302525).
* Wed Aug 22 2007 - aschnell@suse.de
- added remembering of exception history at various places
* Wed Aug 22 2007 - schubi@suse.de
- Bugfixes concerning vendor handling:
- first bug:
Installed A-1.0(vendor SuSE)
Available A-2.0(other vendor)
A will not be regarded as "unmaintained". So it will not be deleted.
- second bug:
A need B-2.0. B-1.0 is installed but has another vendor. Report a
proper errmessage.
- Testcase : solution-tests/vendor-test.xml
- r 6812
- 3.18.4
* Tue Aug 21 2007 - dmacvicar@suse.de
- ignore HASH key for download (#300982)
* Tue Aug 21 2007 - schubi@suse.de
- Added explicitly_requested as parameter in ResolverContext::Uninstall
Bug 299819
- revision 6794
* Tue Aug 21 2007 - dmacvicar@suse.de
- If no mount information is available, parse all DU entries.
- read only hack mode for migrate-sources. We actually do add
repositories with it, but no harm. (#292986)
- fix some typos in exceptions (#301331)
- 3.18.3
* Mon Aug 20 2007 - schubi@suse.de
- Do not regard explicit request in order to recognize updated packages
correctly. Bug 301676