| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: yast2-pkg-bindings | Distribution: openSUSE 12.1 |
| Version: 2.21.11 | Vendor: openSUSE |
| Release: 2.1.3 | Build date: Sat Oct 29 22:35:53 2011 |
| Group: System/YaST | Build host: build08 |
| Size: 1696797 | Source RPM: yast2-pkg-bindings-2.21.11-2.1.3.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Summary: YaST2 - Package Manager Access | |
This package contains a name space for accessing the package manager library in YaST2.
GPL-2.0+
* Fri Oct 07 2011 lslezak@suse.cz
- solver reset - reset also the distupgrade solver flag
(bnc#709480)
- 2.21.11
* Fri Sep 23 2011 lslezak@suse.cz
- removed obsoleted selection related functions:
Pkg::GetSelections(), Pkg::GetPatterns(), Pkg::SelectionData(),
Pkg::SelectionContent(), Pkg::SetSelection(),
Pkg::ClearSelection(), Pkg::ActivateSelections()
- removed obsoleted Pkg::TargetLogfile(), Pkg::TargetProducts(),
Pkg::LastErrorId(), Pkg::Init(), Pkg::SourceSetRamCache(),
Pkg::InstSysMode(), Pkg::SourceProduct(), Pkg::CallbackYou*(),
Pkg::SourceCleanupBroken(), Pkg::SourceGetBrokenSources(),
Pkg::SourceProvideDir(), Pkg::CallbackAcceptNonTrustedGpgKey(),
Pkg::PkgAnyToDelete(), Pkg::PkgAnyToInstall(),
Pkg::SourceFinish(), Pkg::GetLocale(), Pkg::SetLocale() functions
- 2.21.10
* Thu Sep 22 2011 lslezak@suse.cz
- use signed type for RepoId, fixes returning 2^32 - 1 instead of
- 1 on i586 (bnc#718514)
- code cleanup - removed obsoleted unused functions:
Pkg::SourceSaveRanks(), Pkg::SourceInstallOrder(), Pkg::You*(),
Pkg::PkgFreshen(), Pkg::PkgEstablish(), Pkg::PatternData()
* Wed Aug 10 2011 lslezak@suse.cz
- Pkg::SourceStartManager() - always display progress, do not
assume that any repository present cannot trigger refresh,
that's false if the previous refresh failed and causes crash
(bnc#711182)
- 2.21.9
* Fri Aug 05 2011 lslezak@suse.cz
- 2.21.8
* Thu Aug 04 2011 lslezak@suse.cz
- added Pkg::SetZConfig() to change some libzypp options at runtime
e.g. prefer CD/DVD to dowload during installation/update
(bnc#693230)
* Tue Aug 02 2011 lslezak@suse.cz
- set ignoreAlreadyRecommended solver flag by default - make the
YaST package management compatible with zypper (bnc#668588)
- 2.21.7
* Mon Aug 01 2011 lslezak@suse.cz
- Pkg::SourceFinishAll() - remove upgrading repositories from the
solver, fixes solver crash when called later (bnc#709494)
- 2.21.6
* Wed Jul 27 2011 lslezak@suse.cz
- Pkg::ResolvableProperties() supports source packages
(`srcpackage) resolvables
- 2.21.5
* Mon Jun 27 2011 lslezak@suse.cz
- ignore deleted repositories when checking uniqueness of an alias
(bnc#702399)
- 2.21.4
* Thu Jun 23 2011 lslezak@suse.cz
- fixed aborting autorefresh (bnc#691828)
- 2.21.3
* Wed Jun 22 2011 lslezak@suse.cz
- 2.21.2
* Tue Jun 21 2011 lslezak@suse.cz
- added Pkg::Add/RemoveUpgradeRepo() and Pkg::GetUpgradeRepos()
(fate#311994)
* Tue Jun 14 2011 lslezak@suse.cz
- added Pkg::CommitPolicy()
- support for download in advance mode in yast2-wagon (fate#308951)
- Pkg::ResolvableProperties() - return "product_package" value
for available products (fate#310730)
- 2.21.1
* Tue Apr 05 2011 lslezak@suse.cz
- do not refresh empty repositories, remember loaded status
(bnc#665488)
- added Pkg::Commit() function which accepts commit options map
(with download_mode, dry_run... options) (FATE#308951)
- added Pkg::ZConfig() function returning current libzypp config
(FATE#308951)
- 2.21.0
* Tue Nov 02 2010 lslezak@suse.cz
- updated StartPackage callback - added the package name to the
arguments (file location is not enough, it's too dificult to get
just the name from it in YCP)
- 2.20.3
* Mon Oct 25 2010 lslezak@suse.cz
- ignore just the failed repository during autorefresh, load the
other repositories (bnc#620895)
- put a backtrace to y2log when an unhandled excecptinon is caught
in the global catch section for easy debugging
- 2.20.2
* Thu Sep 30 2010 lslezak@suse.cz
- don't use spaces in repo alias (bnc#596950)
- 2.20.1
* Thu Sep 30 2010 lslezak@suse.cz
- don't preselect locked patches (bnc#627316)
- 2.20.0
* Wed Apr 21 2010 lslezak@suse.cz
- reload services rnd epositories after service refresh to avoid
overwriting the updated files (bnc#581766)
- 2.19.1
* Mon Jan 18 2010 lslezak@suse.cz
- Pkg::ResolvableProperties() - return 'product' value from
<upgrade> section (bnc#571621)
* Wed Jan 06 2010 lslezak@suse.cz
- Pkg::ResolvableProperties() - always return "transact_by" flag,
Pkg::PkgApplReset() - do not reset "transact_by" flag for
non-transacting resolvables (bnc#450786, bnc#471340)
- 2.19.0
* Thu Dec 03 2009 lslezak@suse.cz
- return more details when a service refresh fails (bnc#558049)
* Tue Dec 01 2009 lslezak@suse.cz
- Pkg::ResolvableProperties() - return product file and it's
upgrades section for `product resolvables (bnc#559554)
* Tue Nov 24 2009 lslezak@suse.cz
- use zypp::Url::schemeIsRemote() instead of the hardcoded protocol
list (bnc#551661)
* Fri Oct 16 2009 lslezak@suse.cz
- added "check_alias" option to Pkg::RepositoryAdd() to allow
repository overwriting (bnc#543468)
- 2.18.11
* Fri Sep 18 2009 ma@suse.de
- Remove connection to dead zypp::ScanDBReport.
- 2.18.10
* Sun Jul 19 2009 coolo@novell.com
- revert file list changes that slipped in while adding licenses
* Fri Jul 10 2009 lslezak@suse.cz
- clean existing cache for added repositories, do not reuse
existing aliases for new repositories, make the new aliases
really unique (bnc#519218, bnc#327490)
- 2.18.9
* Wed Jul 08 2009 ma@suse.de
- Remove references to deprecated UpgradeStatistics.
- 2.18.8
* Tue Jun 16 2009 lslezak@suse.cz
- Do not call RefreshStarted callback when refresh is not needed,
do not change "Abort" button label when not necessary
(bnc#504131)
- 2.18.7
* Thu Jun 04 2009 ma@suse.de
- Remove more use of deprecated methods.
- 2.18.6
* Wed May 27 2009 ma@suse.de
- Remove use of deprecated Package::filenames.
- 2.18.5
* Wed Apr 29 2009 lslezak@suse.cz
- report also the URL when repository metadata are not found
(bnc#439069)
- 2.18.4
* Tue Apr 21 2009 lslezak@suse.cz
- Pkg::ResolvableDependencies() - also return raw (unresolved)
dependencies in the result (key "deps"), remove duplicated
dependencies in the result (bnc#479575)
* Mon Mar 30 2009 lslezak@suse.cz
- return "is_update_repo" flag in Pkg::SourceGeneralData() call
(requires loaded pool) (bnc#459527)
- use zypp::RepoManager::makeStupidAlias() for generating
repository alias
- 2.18.3
* Wed Mar 25 2009 lslezak@suse.cz
- Fixed Pkg::SourceURL() - remove "credentials" query from URL
after obtaining the credentials from CredentialManager
* Fri Mar 20 2009 lslezak@suse.cz
- Fixed Pkg::SourceURL() - read username and password using
CredentialManager (FATE#303652)
/usr/lib64/YaST2/plugin/libpy2Pkg.so /usr/lib64/YaST2/plugin/libpy2Pkg.so.2 /usr/lib64/YaST2/plugin/libpy2Pkg.so.2.0.0 /usr/share/doc/packages/yast2-pkg-bindings /usr/share/doc/packages/yast2-pkg-bindings/COPYING /usr/share/doc/packages/yast2-pkg-bindings/README
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 12:07:35 2013