platform/upstream/libzypp.git
12 years agoUpdate zypp-po.tar.bz2
Michael Andres [Wed, 26 Oct 2011 23:14:10 +0000 (01:14 +0200)]
Update zypp-po.tar.bz2

12 years agoNeed gcc-c++ >= 4.6
Michael Andres [Mon, 24 Oct 2011 13:14:00 +0000 (15:14 +0200)]
Need gcc-c++ >= 4.6

12 years agochanges
Michael Andres [Mon, 24 Oct 2011 11:36:33 +0000 (13:36 +0200)]
changes

12 years agoExplicitly include textLocale in package translation download
Michael Andres [Mon, 24 Oct 2011 11:35:28 +0000 (13:35 +0200)]
Explicitly include textLocale in package translation download

12 years agochanges 10.3.1 10.3.1
Michael Andres [Mon, 24 Oct 2011 07:43:10 +0000 (09:43 +0200)]
changes 10.3.1

12 years agoUpdate zypp-po.tar.bz2
Michael Andres [Sat, 22 Oct 2011 23:13:12 +0000 (01:13 +0200)]
Update zypp-po.tar.bz2

12 years agochanges 10.3.0 10.3.0
Michael Andres [Fri, 21 Oct 2011 09:50:53 +0000 (11:50 +0200)]
changes 10.3.0

12 years agoDownload package translations as defined by ZConfig::repoRefreshLocales
Michael Andres [Fri, 21 Oct 2011 09:46:55 +0000 (11:46 +0200)]
Download package translations as defined by ZConfig::repoRefreshLocales

12 years agoFix regex smatch::size computation
Michael Andres [Fri, 21 Oct 2011 09:00:57 +0000 (11:00 +0200)]
Fix regex smatch::size computation

12 years agozypp.conf add repo.refresh.locales
Michael Andres [Thu, 20 Oct 2011 14:07:53 +0000 (16:07 +0200)]
zypp.conf add repo.refresh.locales

12 years agoAdd Target::requestedLocales retriever
Michael Andres [Thu, 20 Oct 2011 13:58:46 +0000 (15:58 +0200)]
Add Target::requestedLocales retriever

12 years agoSet CURLOPT_PROXYAUTH
Michael Andres [Thu, 20 Oct 2011 13:57:02 +0000 (15:57 +0200)]
Set CURLOPT_PROXYAUTH

12 years agodoc typo
Michael Andres [Thu, 20 Oct 2011 12:05:37 +0000 (14:05 +0200)]
doc typo

12 years agofix build after for_ was changed to use auto.
Duncan Mac-Vicar P [Thu, 20 Oct 2011 21:43:38 +0000 (23:43 +0200)]
fix build after for_ was changed to use auto.

the construct for_(i, 0UL, v.size()) did not build becasue
size_t is not 0UL on all systems.

Replacing 0 with a size_t cast or the container size_type would
defeat the purpose of using a for_ construct.

For iterations where the index is needed a classic for is shorter.

Also the question remains open whether for_ is needed now that C++11
provides the for (auto x : container) construct.

12 years agoFix RepoVariables_test
Michael Andres [Tue, 18 Oct 2011 16:02:17 +0000 (18:02 +0200)]
Fix RepoVariables_test

12 years agochanges 10.2.0 10.2.0
Michael Andres [Tue, 18 Oct 2011 14:47:01 +0000 (16:47 +0200)]
changes 10.2.0

12 years agoUpdate schema arch lists
Michael Andres [Tue, 18 Oct 2011 14:43:02 +0000 (16:43 +0200)]
Update schema arch lists

12 years agoAdd arch armv7tnhl and armv7thl
Michael Andres [Tue, 18 Oct 2011 14:42:14 +0000 (16:42 +0200)]
Add arch armv7tnhl and armv7thl

12 years agoFix RepoVariables*Replacer to compute substitution values on demand only
Michael Andres [Tue, 18 Oct 2011 09:25:03 +0000 (11:25 +0200)]
Fix RepoVariables*Replacer to compute substitution values on demand only

12 years agoNew str::gsubFun/replaceAllFun for demand computed substitution values
Michael Andres [Tue, 18 Oct 2011 13:01:54 +0000 (15:01 +0200)]
New str::gsubFun/replaceAllFun for demand computed substitution values

12 years agoPathInfo::hardlinkCopy: fix handling cross-device links
Michael Andres [Tue, 18 Oct 2011 09:02:32 +0000 (11:02 +0200)]
PathInfo::hardlinkCopy: fix handling cross-device links

12 years agoFix copyright in specfile
Michael Andres [Tue, 18 Oct 2011 13:08:09 +0000 (15:08 +0200)]
Fix copyright in specfile

12 years agoUpdate zypp-po.tar.bz2
Michael Andres [Sat, 15 Oct 2011 23:13:37 +0000 (01:13 +0200)]
Update zypp-po.tar.bz2

12 years agochanges 10.1.1 10.1.1
Michael Andres [Thu, 13 Oct 2011 10:07:12 +0000 (12:07 +0200)]
changes 10.1.1

12 years agoMust not differ between type nfs and nfs4 when checking the mount table (bnc#710269)
Michael Andres [Thu, 13 Oct 2011 10:06:50 +0000 (12:06 +0200)]
Must not differ between type nfs and nfs4 when checking the mount table (bnc#710269)

12 years agoUpdate zypp-po.tar.bz2
Michael Andres [Wed, 12 Oct 2011 23:13:37 +0000 (01:13 +0200)]
Update zypp-po.tar.bz2

12 years agoDefine nullptr for GCC_VERSION < 4.6
Michael Andres [Wed, 12 Oct 2011 15:28:35 +0000 (17:28 +0200)]
Define nullptr for GCC_VERSION < 4.6

12 years agochanges 10.1.0 10.1.0
Michael Andres [Tue, 11 Oct 2011 13:23:08 +0000 (15:23 +0200)]
changes 10.1.0

12 years agoFix for_ macro
Michael Andres [Tue, 11 Oct 2011 12:43:20 +0000 (14:43 +0200)]
Fix for_ macro

12 years agoReduce deprecated warnings
Michael Andres [Mon, 10 Oct 2011 16:55:32 +0000 (18:55 +0200)]
Reduce deprecated warnings

12 years agoadapt to libsolv api
Michael Andres [Mon, 10 Oct 2011 12:17:38 +0000 (14:17 +0200)]
adapt to libsolv api

12 years agoUse libsolv includes and adjust documentation
Michael Andres [Mon, 10 Oct 2011 07:43:40 +0000 (09:43 +0200)]
Use libsolv includes and adjust documentation

12 years agoSwitch to using libsolv instead of satsolver
Michael Andres [Fri, 7 Oct 2011 10:44:37 +0000 (12:44 +0200)]
Switch to using libsolv instead of satsolver

12 years agomake g++ happy
Michael Andres [Mon, 10 Oct 2011 12:16:54 +0000 (14:16 +0200)]
make g++ happy

12 years agoUpdate zypp-po.tar.bz2
Michael Andres [Sat, 8 Oct 2011 23:13:16 +0000 (01:13 +0200)]
Update zypp-po.tar.bz2

12 years agoRevert previous comitt (it actually disabled -std=c++0x)
Michael Andres [Fri, 7 Oct 2011 09:59:45 +0000 (11:59 +0200)]
Revert previous comitt (it actually disabled -std=c++0x)

12 years agoEnable -std=c++0x
Michael Andres [Thu, 6 Oct 2011 15:10:53 +0000 (17:10 +0200)]
Enable -std=c++0x

12 years agoUse gcc-c++ >= 4.5
Michael Andres [Thu, 6 Oct 2011 15:05:00 +0000 (17:05 +0200)]
Use gcc-c++ >= 4.5

12 years agosketch
Michael Andres [Thu, 6 Oct 2011 12:29:10 +0000 (14:29 +0200)]
sketch

12 years agoUpdate zypp-po.tar.bz2
Michael Andres [Wed, 5 Oct 2011 23:14:00 +0000 (01:14 +0200)]
Update zypp-po.tar.bz2

12 years agochanges 10.0.0 10.0.0
Michael Andres [Tue, 20 Sep 2011 08:03:02 +0000 (10:03 +0200)]
changes 10.0.0

12 years agochanges 9.11.0 9.11.0 BASE-SuSE-SLE-11-SP2-Branch
Michael Andres [Tue, 13 Sep 2011 08:56:37 +0000 (10:56 +0200)]
changes 9.11.0

12 years agoAdd Selectable::identical{Available,Installed}Obj
Michael Andres [Tue, 13 Sep 2011 08:56:15 +0000 (10:56 +0200)]
Add Selectable::identical{Available,Installed}Obj

12 years agoFix Selectable::updateCandidateObj when doing multiversionInstall
Michael Andres [Tue, 13 Sep 2011 09:20:19 +0000 (11:20 +0200)]
Fix Selectable::updateCandidateObj when doing multiversionInstall

12 years agoFix include
Michael Andres [Tue, 13 Sep 2011 08:05:19 +0000 (10:05 +0200)]
Fix include

12 years agoMerge pull request #1 from crrodriguez/patch-1
Michael Andres [Tue, 13 Sep 2011 06:47:28 +0000 (23:47 -0700)]
Merge pull request #1 from crrodriguez/patch-1

Zypp must obey user provided openssl.cnf and load builtin-engines

12 years agoUpdate sle-zypp-po.tar.bz2
Michael Andres [Sat, 10 Sep 2011 23:19:12 +0000 (01:19 +0200)]
Update sle-zypp-po.tar.bz2

12 years agoUpdate zypp-po.tar.bz2
Michael Andres [Sat, 10 Sep 2011 23:13:12 +0000 (01:13 +0200)]
Update zypp-po.tar.bz2

12 years agoUpdate sle-zypp-po.tar.bz2
Michael Andres [Wed, 7 Sep 2011 23:19:29 +0000 (01:19 +0200)]
Update sle-zypp-po.tar.bz2

12 years agoUpdate zypp-po.tar.bz2
Michael Andres [Wed, 7 Sep 2011 23:14:08 +0000 (01:14 +0200)]
Update zypp-po.tar.bz2

12 years agochanges
Michael Andres [Wed, 7 Sep 2011 10:39:49 +0000 (12:39 +0200)]
changes

12 years agoExplicitly require rpm.
Michael Andres [Wed, 7 Sep 2011 10:39:42 +0000 (12:39 +0200)]
Explicitly require rpm.

12 years agoZypp must obey user provided openssl.cnf and load builtin-engines, faster, hardware...
Cristian Rodríguez [Mon, 5 Sep 2011 16:57:07 +0000 (13:57 -0300)]
Zypp must obey user provided openssl.cnf and load builtin-engines, faster, hardware based hashing may be implemented in engines which do not automatically by default.

12 years agoUpdate sle-zypp-po.tar.bz2
Michael Andres [Sat, 3 Sep 2011 23:16:54 +0000 (01:16 +0200)]
Update sle-zypp-po.tar.bz2

12 years agoUpdate zypp-po.tar.bz2
Michael Andres [Sat, 3 Sep 2011 23:13:27 +0000 (01:13 +0200)]
Update zypp-po.tar.bz2

12 years agoUpdate zypp-po.tar.bz2
Michael Andres [Wed, 31 Aug 2011 23:13:36 +0000 (01:13 +0200)]
Update zypp-po.tar.bz2

12 years agochanges 9.10.2 9.10.2
Michael Andres [Mon, 29 Aug 2011 09:45:31 +0000 (11:45 +0200)]
changes 9.10.2

12 years agoExtend mount entry comparison fix (bnc#710269)
Michael Andres [Mon, 29 Aug 2011 09:44:44 +0000 (11:44 +0200)]
Extend mount entry comparison fix (bnc#710269)

12 years agofix malformed init/return values
Michael Andres [Mon, 29 Aug 2011 09:44:12 +0000 (11:44 +0200)]
fix malformed init/return values

12 years agoUpdate sle-zypp-po.tar.bz2
Michael Andres [Wed, 24 Aug 2011 23:17:06 +0000 (01:17 +0200)]
Update sle-zypp-po.tar.bz2

12 years agoUpdate sle-zypp-po.tar.bz2
Michael Andres [Mon, 22 Aug 2011 11:57:16 +0000 (13:57 +0200)]
Update sle-zypp-po.tar.bz2

12 years agoUpdate zypp-po.tar.bz2
Michael Andres [Sat, 13 Aug 2011 23:13:25 +0000 (01:13 +0200)]
Update zypp-po.tar.bz2

12 years agoUpdate zypp-po.tar.bz2
Michael Andres [Sat, 6 Aug 2011 23:16:08 +0000 (01:16 +0200)]
Update zypp-po.tar.bz2

12 years agochanges 9.10.1 9.10.1
Michael Andres [Fri, 5 Aug 2011 13:21:39 +0000 (15:21 +0200)]
changes 9.10.1

12 years agoAttempt to fix smb mount entry comparison (bnc#710269)
Michael Andres [Fri, 5 Aug 2011 13:21:11 +0000 (15:21 +0200)]
Attempt to fix smb mount entry comparison (bnc#710269)

12 years agochanges 9.10.0 9.10.0
Michael Andres [Thu, 4 Aug 2011 12:56:17 +0000 (14:56 +0200)]
changes 9.10.0

12 years agoAllow to turn Resolvers upgrade mode on and off (bnc#709480)
Michael Andres [Thu, 4 Aug 2011 12:32:31 +0000 (14:32 +0200)]
Allow to turn Resolvers upgrade mode on and off (bnc#709480)

12 years agoMove Resolver code to a single implementation file
Michael Andres [Thu, 4 Aug 2011 12:18:11 +0000 (14:18 +0200)]
Move Resolver code to a single implementation file

12 years agoFix reading of integer arrays from rpm headers (bnc#709716)
Michael Andres [Tue, 2 Aug 2011 12:12:23 +0000 (14:12 +0200)]
Fix reading of integer arrays from rpm headers (bnc#709716)

12 years agoAdd '-v' option to DumpSelectable tool.
Michael Andres [Tue, 2 Aug 2011 12:08:26 +0000 (14:08 +0200)]
Add '-v' option to DumpSelectable tool.

12 years agoUpdate zypp-po.tar.bz2
Michael Andres [Wed, 3 Aug 2011 23:14:01 +0000 (01:14 +0200)]
Update zypp-po.tar.bz2

12 years agoUse fedora specfile also on rel/centos-6
Michael Andres [Mon, 1 Aug 2011 16:07:24 +0000 (18:07 +0200)]
Use fedora specfile also on rel/centos-6

12 years agochanges 9.9.2 9.9.2
Michael Andres [Thu, 28 Jul 2011 11:07:57 +0000 (13:07 +0200)]
changes 9.9.2

12 years agoEvaluate CURLINFO_CONDITION_UNMET on zero sized successful transfers (bnc#692260)
Michael Andres [Thu, 28 Jul 2011 11:03:47 +0000 (13:03 +0200)]
Evaluate CURLINFO_CONDITION_UNMET on zero sized successful transfers (bnc#692260)

12 years agochanges 9.9.1 9.9.1
Michael Andres [Mon, 25 Jul 2011 14:22:37 +0000 (16:22 +0200)]
changes 9.9.1

12 years agoAlways read /proc/mounts when looking for mounted media (bnc#705893)
Michael Andres [Mon, 25 Jul 2011 14:22:25 +0000 (16:22 +0200)]
Always read /proc/mounts when looking for mounted media (bnc#705893)

12 years agoFix superfluous 'inline'
Michael Andres [Mon, 25 Jul 2011 13:16:00 +0000 (15:16 +0200)]
Fix superfluous 'inline'

12 years agochanges 9.9.0 9.9.0
Michael Andres [Fri, 22 Jul 2011 11:18:14 +0000 (13:18 +0200)]
changes 9.9.0

12 years agoMediaUserAuth: Do not expose libcurl header files.
Michael Andres [Fri, 22 Jul 2011 11:17:57 +0000 (13:17 +0200)]
MediaUserAuth: Do not expose libcurl header files.

13 years agochanges 9.8.7 9.8.7
Michael Andres [Mon, 18 Jul 2011 09:35:55 +0000 (11:35 +0200)]
changes 9.8.7

13 years agoMore initialize parser structure fixes. (bnc#705181)
Michael Andres [Mon, 18 Jul 2011 09:35:42 +0000 (11:35 +0200)]
More initialize parser structure fixes. (bnc#705181)

13 years agochanges 9.8.6 9.8.6
Michael Andres [Fri, 15 Jul 2011 13:15:51 +0000 (15:15 +0200)]
changes 9.8.6

13 years agoCheck for /etc/sysconfig/storage changes before solving (bnc#702365)
Michael Andres [Fri, 15 Jul 2011 13:14:34 +0000 (15:14 +0200)]
Check for /etc/sysconfig/storage changes before solving (bnc#702365)

13 years agochanges 9.8.5 9.8.5
Michael Andres [Fri, 15 Jul 2011 12:00:41 +0000 (14:00 +0200)]
changes 9.8.5

13 years agoProperly initialize parser structures (bnc#705181)
Michael Andres [Fri, 15 Jul 2011 12:00:08 +0000 (14:00 +0200)]
Properly initialize parser structures (bnc#705181)

13 years agoDon't expose private headers.
Michael Andres [Thu, 14 Jul 2011 11:46:21 +0000 (13:46 +0200)]
Don't expose private headers.

13 years agochanges 9.8.4 9.8.4
Michael Andres [Thu, 7 Jul 2011 13:56:31 +0000 (15:56 +0200)]
changes 9.8.4

13 years agoFix tests for available libcurl version.
Michael Andres [Thu, 7 Jul 2011 13:56:19 +0000 (15:56 +0200)]
Fix tests for available libcurl version.

13 years agoUpdate zypp-po.tar.bz2
Michael Andres [Wed, 6 Jul 2011 23:13:47 +0000 (01:13 +0200)]
Update zypp-po.tar.bz2

13 years agoUpdate FeatureTest.doc
Michael Andres [Mon, 4 Jul 2011 10:01:34 +0000 (12:01 +0200)]
Update FeatureTest.doc

13 years agochanges 9.8.3 9.8.3
Michael Andres [Mon, 4 Jul 2011 09:06:45 +0000 (11:06 +0200)]
changes 9.8.3

13 years agoReturn an error if download in advance failed to provide all packages (bnc#699435)
Michael Andres [Mon, 4 Jul 2011 09:06:02 +0000 (11:06 +0200)]
Return an error if download in advance failed to provide all packages (bnc#699435)

13 years agoTake care the transactions noobsmap is properly adjusted.
Michael Andres [Fri, 1 Jul 2011 11:48:10 +0000 (13:48 +0200)]
Take care the transactions noobsmap is properly adjusted.

13 years agoAdd a feature provides for plugin support in general
Michael Andres [Fri, 1 Jul 2011 08:58:19 +0000 (10:58 +0200)]
Add a feature provides for plugin support in general

13 years agoUpdate zypp-po.tar.bz2
Michael Andres [Wed, 29 Jun 2011 23:13:43 +0000 (01:13 +0200)]
Update zypp-po.tar.bz2

13 years agochanges 9.8.2 9.8.2
Michael Andres [Wed, 29 Jun 2011 10:24:06 +0000 (12:24 +0200)]
changes 9.8.2

13 years agoAlways compute transaction from pool (bnc#702576)
Michael Andres [Wed, 29 Jun 2011 10:23:02 +0000 (12:23 +0200)]
Always compute transaction from pool (bnc#702576)

13 years agoAdd feature provides for supported plugins.
Michael Andres [Tue, 28 Jun 2011 14:06:06 +0000 (16:06 +0200)]
Add feature provides for supported plugins.

13 years agochanges
Duncan Mac-Vicar P [Tue, 21 Jun 2011 08:45:11 +0000 (10:45 +0200)]
changes

13 years agoTemplate configuration for automatic kernel purge (feature#312018)
Duncan Mac-Vicar P [Tue, 21 Jun 2011 08:43:08 +0000 (10:43 +0200)]
Template configuration for automatic kernel purge (feature#312018)