This commit is contained in:
parent
7fdae6b789
commit
7c26f2dcca
1
libzypp-3.11.8-rpmlintrc
Normal file
1
libzypp-3.11.8-rpmlintrc
Normal file
@ -0,0 +1 @@
|
||||
addFilter("libzypp shlib-policy-name-error")
|
3
libzypp-3.11.8.tar.bz2
Normal file
3
libzypp-3.11.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:515db87b6992732365c67a1b640943528ea9b17e73c57672a015d8f4637a1a5c
|
||||
size 6562261
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:210d6a62fc6487fba09b6ab2e71642c6b7642c4ed99b6611e36e2f76c0ae643b
|
||||
size 263864319
|
100
libzypp.changes
100
libzypp.changes
@ -1,3 +1,87 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
|
||||
|
||||
- fix reading of non existant repo
|
||||
- r6018
|
||||
- first submission to stable
|
||||
- fix keywords parsing in susetags parser
|
||||
- version 3.11.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 11 19:14:47 CEST 2007 - jkupec@suse.cz
|
||||
|
||||
- make resolvable query complete exceptionless with the database
|
||||
- test that packages have some attributes
|
||||
- disable progress adaptor for now
|
||||
- revision 5977
|
||||
- version 3.11.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 11 14:37:02 CEST 2007 - ma@suse.de
|
||||
|
||||
- fixed unresolved symbols
|
||||
- revision 5972
|
||||
- version 3.11.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 11 13:31:39 CEST 2007 - ma@suse.de
|
||||
|
||||
- fixed TranslatedText creating unwanted entries.
|
||||
- fixed capability processing
|
||||
- revision 5964
|
||||
- version 3.11.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 20:01:18 CEST 2007 - jkupec@suse.cz
|
||||
|
||||
- MediaSetAccess::release() added
|
||||
- Use attachDesiredMedia in MediaProducts
|
||||
- Progress reporting improved
|
||||
- revision 5959
|
||||
- version 3.11.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 14:23:13 CEST 2007 - ma@suse.de
|
||||
|
||||
- fixed parsing translated texts.
|
||||
- added source packages.
|
||||
- revision 5947
|
||||
- version 3.11.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 10 13:11:31 CEST 2007 - jkupec@suse.cz
|
||||
|
||||
- repo callbacks fixed
|
||||
- Fixed YUM parser progress reporting
|
||||
- Added CombinedProgressData
|
||||
- make RepoImpl::resolvables() load lazy
|
||||
- MediaProducts added for scanning products file
|
||||
- Implement cache schema versioning and automatic invalidation of
|
||||
cache when schema changes
|
||||
- revision 5942
|
||||
- version 3.11.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 6 13:51:50 CEST 2007 - ma@suse.de
|
||||
|
||||
- Propagate pools repository_iterator to the UI
|
||||
- revision 5911
|
||||
- version 3.11.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 5 17:02:08 CEST 2007 - ma@suse.de
|
||||
|
||||
- Package::location is now returns an OnMediaLocation
|
||||
- archivesize() renamed to downloadSize()
|
||||
- Allow to iterate all Repositories that contribute
|
||||
Resolvables to the Pool.
|
||||
- MediaSetAccess::provideDir added
|
||||
- remove useless url check
|
||||
- add old-api-style wrapper
|
||||
- Add MediaProducts class
|
||||
- revision 5892
|
||||
- version 3.11.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 5 09:31:02 CEST 2007 - schubi@suse.de
|
||||
|
||||
@ -7,6 +91,22 @@ Thu Jul 5 09:31:02 CEST 2007 - schubi@suse.de
|
||||
- Revision 5884
|
||||
- Version 3.4.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 13:07:31 CEST 2007 - jkupec@suse.cz
|
||||
|
||||
- removed unused %{prefix}/lib/zypp from %files in spec file
|
||||
- revision 5870
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 10:37:37 CEST 2007 - jkupec@suse.cz
|
||||
|
||||
- Old API (SourceManager, metadata parsers) dropped in favor of the
|
||||
new refactored ones (RepoManager, RepoParser(s), cache subtree,
|
||||
repo subtree).
|
||||
- Some new API improvements.
|
||||
- revision 5868
|
||||
- version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
|
||||
|
||||
|
78
libzypp.spec
78
libzypp.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libzypp (Version 3.4.0)
|
||||
# spec file for package libzypp (Version 3.11.8)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -16,9 +16,10 @@ Group: System/Packages
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Autoreqprov: on
|
||||
Summary: Package, Patch, Pattern, and Product Management
|
||||
Version: 3.4.0
|
||||
Version: 3.11.8
|
||||
Release: 1
|
||||
Source: libzypp-3.4.0.tar.bz2
|
||||
Source: libzypp-3.11.8.tar.bz2
|
||||
Source1: libzypp-3.11.8-rpmlintrc
|
||||
Prefix: /usr
|
||||
Provides: yast2-packagemanager
|
||||
Obsoletes: yast2-packagemanager
|
||||
@ -43,7 +44,7 @@ Authors:
|
||||
Ladislav Slezak <lslezak@suse.cz>
|
||||
|
||||
%package devel
|
||||
Requires: libzypp == 3.4.0
|
||||
Requires: libzypp == 3.11.8
|
||||
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
|
||||
@ -104,7 +105,7 @@ cd ..
|
||||
|
||||
%files -f zypp.lang
|
||||
%defattr(-,root,root)
|
||||
%{prefix}/lib/zypp
|
||||
#%{prefix}/lib/zypp
|
||||
%{prefix}/share/zypp
|
||||
%{_libdir}/libzypp*so.*
|
||||
%{prefix}/share/applications/package-manager.desktop
|
||||
@ -123,12 +124,79 @@ cd ..
|
||||
%{_libdir}/pkgconfig/libzypp.pc
|
||||
|
||||
%changelog
|
||||
* Mon Jul 16 2007 - dmacvicar@suse.de
|
||||
- fix reading of non existant repo
|
||||
- r6018
|
||||
- first submission to stable
|
||||
- fix keywords parsing in susetags parser
|
||||
- version 3.11.8
|
||||
* Wed Jul 11 2007 - jkupec@suse.cz
|
||||
- make resolvable query complete exceptionless with the database
|
||||
- test that packages have some attributes
|
||||
- disable progress adaptor for now
|
||||
- revision 5977
|
||||
- version 3.11.7
|
||||
* Wed Jul 11 2007 - ma@suse.de
|
||||
- fixed unresolved symbols
|
||||
- revision 5972
|
||||
- version 3.11.6
|
||||
* Wed Jul 11 2007 - ma@suse.de
|
||||
- fixed TranslatedText creating unwanted entries.
|
||||
- fixed capability processing
|
||||
- revision 5964
|
||||
- version 3.11.5
|
||||
* Tue Jul 10 2007 - jkupec@suse.cz
|
||||
- MediaSetAccess::release() added
|
||||
- Use attachDesiredMedia in MediaProducts
|
||||
- Progress reporting improved
|
||||
- revision 5959
|
||||
- version 3.11.4
|
||||
* Tue Jul 10 2007 - ma@suse.de
|
||||
- fixed parsing translated texts.
|
||||
- added source packages.
|
||||
- revision 5947
|
||||
- version 3.11.3
|
||||
* Tue Jul 10 2007 - jkupec@suse.cz
|
||||
- repo callbacks fixed
|
||||
- Fixed YUM parser progress reporting
|
||||
- Added CombinedProgressData
|
||||
- make RepoImpl::resolvables() load lazy
|
||||
- MediaProducts added for scanning products file
|
||||
- Implement cache schema versioning and automatic invalidation of
|
||||
cache when schema changes
|
||||
- revision 5942
|
||||
- version 3.11.2
|
||||
* Fri Jul 06 2007 - ma@suse.de
|
||||
- Propagate pools repository_iterator to the UI
|
||||
- revision 5911
|
||||
- version 3.11.1
|
||||
* Thu Jul 05 2007 - ma@suse.de
|
||||
- Package::location is now returns an OnMediaLocation
|
||||
- archivesize() renamed to downloadSize()
|
||||
- Allow to iterate all Repositories that contribute
|
||||
Resolvables to the Pool.
|
||||
- MediaSetAccess::provideDir added
|
||||
- remove useless url check
|
||||
- add old-api-style wrapper
|
||||
- Add MediaProducts class
|
||||
- revision 5892
|
||||
- version 3.11.0
|
||||
* Thu Jul 05 2007 - schubi@suse.de
|
||||
- function isInstalledBy/installs
|
||||
Added an initial installation flag which shows if the item has been
|
||||
triggered for installation, or the dependency is already satisfied.
|
||||
- Revision 5884
|
||||
- Version 3.4.0
|
||||
* Tue Jul 03 2007 - jkupec@suse.cz
|
||||
- removed unused %%{prefix}/lib/zypp from %%files in spec file
|
||||
- revision 5870
|
||||
* Tue Jul 03 2007 - jkupec@suse.cz
|
||||
- Old API (SourceManager, metadata parsers) dropped in favor of the
|
||||
new refactored ones (RepoManager, RepoParser(s), cache subtree,
|
||||
repo subtree).
|
||||
- Some new API improvements.
|
||||
- revision 5868
|
||||
- version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
|
||||
* Fri Jun 22 2007 - schubi@suse.de
|
||||
- New API calls which provides more information about one
|
||||
resolvable after a solverrun:
|
||||
|
Loading…
Reference in New Issue
Block a user