Mailinglist Archive: opensuse-commit (1301 mails)
| < Previous | Next > |
commit yast2-pkg-bindings
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 16 Jul 2007 17:20:33 +0200
- Message-id: <20070716152033.CDE66678180@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package yast2-pkg-bindings
checked in at Mon Jul 16 17:20:33 CEST 2007.
--------
--- yast2-pkg-bindings/yast2-pkg-bindings.changes 2007-05-29 12:56:42.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-pkg-bindings/yast2-pkg-bindings.changes 2007-07-16 16:59:45.272823000 +0200
@@ -1,0 +2,123 @@
+Mon Jul 16 15:02:38 CEST 2007 - lslezak@xxxxxxx
+
+- SourceMediaData() - report all base urls (key "base_urls" in the
+ result)
+- report media number and source ID in the SourceChange() callback
+- fixed crash in the Media Change callback (empty baseUrls)
+- SourceDelete() - remove resolvables from the pool
+- SourceSetEnabled() - load/remove resolvables from the pool
+- PkgCommit() - release all sources
+- SourceReleaseAll() - return success flag
+- reimplemented SourceMediaData() - dropped "media_id" and
+ "media_vendor" tags from the result map, now it requires loaded
+ resolvables in the pool to get number of the media
+- 2.15.30
+
+-------------------------------------------------------------------
+Fri Jul 13 17:46:17 CEST 2007 - lslezak@xxxxxxx
+
+- convert source ID in source callbacks (pass PkgModuleFunctions
+ reference to the callback handler to search the ID)
+- tribool fixes (enabled() and autorefresh() return tribool)
+- reimplemented PkgMediaSizes() and PkgMediaCount() functions,
+ the installation slideshow is now fully working
+- 2.15.29
+
+-------------------------------------------------------------------
+Fri Jul 13 10:47:51 CEST 2007 - lslezak@xxxxxxx
+
+- fixed segfault in logFindRepository() when the repo is not found
+- removed extra callbacks in SourceRestore() and SourceLoad()
+- SourceLoad() - do not reload the repositories if there is
+ at least one repository already registered
+- 2.15.28
+
+-------------------------------------------------------------------
+Thu Jul 12 16:20:52 CEST 2007 - lslezak@xxxxxxx
+
+- handle zypp::ProgressReport callbacks (added new Pkg::
+ functions: CallbackProgressReportStart(), CallbackProgress-
+ -ReportProgress() and CallbackProgressReportEnd())
+- add 'deleted' flag to YRepo, handle deleted repos correctly
+- SourceSaveAll() - don't remove all repos, remove the cache when
+ removing a repo
+- SourceLoad() - build repo cache if it's missing
+- 2.15.27
+
+-------------------------------------------------------------------
+Wed Jul 11 22:17:41 CEST 2007 - jkupec@xxxxxxx
+
+- storing YRepo_Ptr instead of YRepo in the vector
+- modified logFindRepository() to retrun YRepo_Ptr
+ check its return value:
+ if (!returnvalue) found = false;
+- reimplemented SourceCallbacks
+- FIXED if repo.baseUrlsBegin() is repo.baseUrlsEnd() then do not
+ read the value at the iterator (segfault)
+- added logFindAlias() for searching an alias in the known repos
+- reimplemented PkgMediaNames()
+- SourceCreateType() - convert type from Yast string to libzypp string
+- 2.15.26
+
+-------------------------------------------------------------------
+Wed Jul 11 17:03:26 CEST 2007 - jkupec@xxxxxxx
+
+- YRepo structure added to encapsulate RepoInfo, MediaSetAccess, and
+ original alias of a repository.
+- fixed SourceProvide* methods
+- replaced RepoInfo vector with YRepo vector
+
+-------------------------------------------------------------------
+Tue Jul 10 20:16:11 CEST 2007 - jkupec@xxxxxxx
+
+- added repomedias - vector of MediaSetAccess objects
+- SourceProvide*File methods reimplemented with passed
+ MediaSetAccess object
+- added internal method CreateRepoManager() - create RepoManager
+ object with the cofigured target root directory (all pkg-bindings
+ functions must use it to use the correct root directory!)
+- implemented TargetDisableSources()
+- implemented SourceFinishAll()
+- SourceReleaseAll() reimplemented
+- implemented SourceSaveAll()
+- fixed SourceProvideOptionalFile()
+- store the new values in SourceSetEnabled(), SourceSetAutorefresh(),
+ SourceEditSet()
+- 2.15.25
+
+-------------------------------------------------------------------
+Tue Jul 10 16:06:03 CEST 2007 - jkupec@xxxxxxx
+
+- ReleaseAllSources() has an empty implementation as it is
+ (hopefuly) not needed anymore.
+- SourceChangeUrl() cleaned-up
+- 2.15.24
+
+-------------------------------------------------------------------
+Tue Jul 10 09:08:44 CEST 2007 - jkupec@xxxxxxx
+
+- SourceProvideFile, SourceProvideOptionalFile, and SourceProvideDir
+ reimplemented.
+
+-------------------------------------------------------------------
+Mon Jul 9 19:15:00 CEST 2007 - lslezak@xxxxxxx
+
+- use RepoInfo objects for representing sources
+- implemented SourceCreate()
+- SourceEditSet() - do not save changes
+- 2.15.23
+
+-------------------------------------------------------------------
+Mon Jul 9 13:21:22 CEST 2007 - lslezak@xxxxxxx
+
+- compile fixes
+- 2.15.22
+
+-------------------------------------------------------------------
+Wed Jul 4 16:39:47 CEST 2007 - lslezak@xxxxxxx
+
+- The first step to the new libzypp API (RepoManager) - too many
+ missing code but it can be at least compiled...
+- 2.15.21
+
+-------------------------------------------------------------------
Old:
----
yast2-pkg-bindings-2.15.20.tar.bz2
New:
----
yast2-pkg-bindings-2.15.30.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-pkg-bindings.spec ++++++
--- /var/tmp/diff_new_pack.F25801/_old 2007-07-16 17:19:25.000000000 +0200
+++ /var/tmp/diff_new_pack.F25801/_new 2007-07-16 17:19:25.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-pkg-bindings (Version 2.15.20)
+# spec file for package yast2-pkg-bindings (Version 2.15.30)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,18 +11,18 @@
# norootforbuild
Name: yast2-pkg-bindings
-Version: 2.15.20
+Version: 2.15.30
Release: 1
-License: GNU General Public License (GPL)
+License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-pkg-bindings-2.15.20.tar.bz2
+Source0: yast2-pkg-bindings-2.15.30.tar.bz2
prefix: /usr
BuildRequires: blocxx-devel boost boost-devel dbus-1-devel docbook-xsl-stylesheets doxygen gcc-c++ hal-devel libgcrypt-devel libxcrypt-devel libxslt perl-XML-Writer rpm-devel sgml-skel yast2-core-devel yast2-devtools
-BuildRequires: libzypp-devel >= 2.14.3
-BuildRequires: libzypp >= 2.14.3
-# new API (label of a source, script callbacks...)
-Requires: libzypp >= 2.14.3
+BuildRequires: libzypp-devel >= 3.11.8
+BuildRequires: libzypp >= 3.11.8
+# new API (RepoManager instead of SourceManager)
+Requires: libzypp >= 3.11.8
Summary: YaST2 Package Manager Access
%description
@@ -40,7 +40,7 @@
Stanislav Visnovsky <visnov@xxxxxxx>
%prep
-%setup -n yast2-pkg-bindings-2.15.20
+%setup -n yast2-pkg-bindings-2.15.30
%build
%{prefix}/bin/y2tool y2autoconf
@@ -71,6 +71,93 @@
%doc %{prefix}/share/doc/packages/yast2-pkg-bindings
%changelog
+* Mon Jul 16 2007 - lslezak@xxxxxxx
+- SourceMediaData() - report all base urls (key "base_urls" in the
+ result)
+- report media number and source ID in the SourceChange() callback
+- fixed crash in the Media Change callback (empty baseUrls)
+- SourceDelete() - remove resolvables from the pool
+- SourceSetEnabled() - load/remove resolvables from the pool
+- PkgCommit() - release all sources
+- SourceReleaseAll() - return success flag
+- reimplemented SourceMediaData() - dropped "media_id" and
+ "media_vendor" tags from the result map, now it requires loaded
+ resolvables in the pool to get number of the media
+- 2.15.30
+* Fri Jul 13 2007 - lslezak@xxxxxxx
+- convert source ID in source callbacks (pass PkgModuleFunctions
+ reference to the callback handler to search the ID)
+- tribool fixes (enabled() and autorefresh() return tribool)
+- reimplemented PkgMediaSizes() and PkgMediaCount() functions,
+ the installation slideshow is now fully working
+- 2.15.29
+* Fri Jul 13 2007 - lslezak@xxxxxxx
+- fixed segfault in logFindRepository() when the repo is not found
+- removed extra callbacks in SourceRestore() and SourceLoad()
+- SourceLoad() - do not reload the repositories if there is
+ at least one repository already registered
+- 2.15.28
+* Thu Jul 12 2007 - lslezak@xxxxxxx
+- handle zypp::ProgressReport callbacks (added new Pkg::
+ functions: CallbackProgressReportStart(), CallbackProgress-
+ -ReportProgress() and CallbackProgressReportEnd())
+- add 'deleted' flag to YRepo, handle deleted repos correctly
+- SourceSaveAll() - don't remove all repos, remove the cache when
+ removing a repo
+- SourceLoad() - build repo cache if it's missing
+- 2.15.27
+* Wed Jul 11 2007 - jkupec@xxxxxxx
+- storing YRepo_Ptr instead of YRepo in the vector
+- modified logFindRepository() to retrun YRepo_Ptr
+ check its return value:
+ if (!returnvalue) found = false;
+- reimplemented SourceCallbacks
+- FIXED if repo.baseUrlsBegin() is repo.baseUrlsEnd() then do not
+ read the value at the iterator (segfault)
+- added logFindAlias() for searching an alias in the known repos
+- reimplemented PkgMediaNames()
+- SourceCreateType() - convert type from Yast string to libzypp string
+- 2.15.26
+* Wed Jul 11 2007 - jkupec@xxxxxxx
+- YRepo structure added to encapsulate RepoInfo, MediaSetAccess, and
+ original alias of a repository.
+- fixed SourceProvide* methods
+- replaced RepoInfo vector with YRepo vector
+* Tue Jul 10 2007 - jkupec@xxxxxxx
+- added repomedias - vector of MediaSetAccess objects
+- SourceProvide*File methods reimplemented with passed
+ MediaSetAccess object
+- added internal method CreateRepoManager() - create RepoManager
+ object with the cofigured target root directory (all pkg-bindings
+ functions must use it to use the correct root directory!)
+- implemented TargetDisableSources()
+- implemented SourceFinishAll()
+- SourceReleaseAll() reimplemented
+- implemented SourceSaveAll()
+- fixed SourceProvideOptionalFile()
+- store the new values in SourceSetEnabled(), SourceSetAutorefresh(),
+ SourceEditSet()
+- 2.15.25
+* Tue Jul 10 2007 - jkupec@xxxxxxx
+- ReleaseAllSources() has an empty implementation as it is
+ (hopefuly) not needed anymore.
+- SourceChangeUrl() cleaned-up
+- 2.15.24
+* Tue Jul 10 2007 - jkupec@xxxxxxx
+- SourceProvideFile, SourceProvideOptionalFile, and SourceProvideDir
+ reimplemented.
+* Mon Jul 09 2007 - lslezak@xxxxxxx
+- use RepoInfo objects for representing sources
+- implemented SourceCreate()
+- SourceEditSet() - do not save changes
+- 2.15.23
+* Mon Jul 09 2007 - lslezak@xxxxxxx
+- compile fixes
+- 2.15.22
+* Wed Jul 04 2007 - lslezak@xxxxxxx
+- The first step to the new libzypp API (RepoManager) - too many
+ missing code but it can be at least compiled...
+- 2.15.21
* Tue May 29 2007 - lslezak@xxxxxxx
- updated GPG callbacks (#277117)
- 2.15.20
++++++ yast2-pkg-bindings-2.15.20.tar.bz2 -> yast2-pkg-bindings-2.15.30.tar.bz2 ++++++
++++ 3372 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |