platform/upstream/libzypp.git
15 years agokeep gcc happy
Klaus Kaempf [Wed, 13 Aug 2008 08:53:31 +0000 (08:53 +0000)]
keep gcc happy

15 years agorelease version 5.4.0
Michael Andres [Tue, 12 Aug 2008 18:40:18 +0000 (18:40 +0000)]
release version 5.4.0

15 years agocomment
Michael Andres [Tue, 12 Aug 2008 18:02:22 +0000 (18:02 +0000)]
comment

15 years ago- Advise rpmdb2solv to parse the product database.
Michael Andres [Tue, 12 Aug 2008 17:38:46 +0000 (17:38 +0000)]
- Advise rpmdb2solv to parse the product database.

15 years ago- Offer a simpler, fate based status manipulation in ui::Selectable.
Michael Andres [Tue, 12 Aug 2008 10:12:23 +0000 (10:12 +0000)]
- Offer a simpler, fate based status manipulation in ui::Selectable.
  This is easier to handle, as the ui::Status always distinguishes
  wheter an object is installed or not.

15 years ago- Propagate default rpm install flags from zypp.conf via ZConfig and
Michael Andres [Mon, 11 Aug 2008 16:05:22 +0000 (16:05 +0000)]
- Propagate default rpm install flags from zypp.conf via ZConfig and
  ZYppCommitPolicy down to the installer. (FATE #302952)

15 years ago- Add base::Flags (like qt's QFlags) a type-safe way of storing
Michael Andres [Mon, 11 Aug 2008 14:30:35 +0000 (14:30 +0000)]
- Add base::Flags (like qt's QFlags) a type-safe way of storing
  OR-combinations of enum values.

15 years agoprepare default options for package install (e.g. excludedocs)
Michael Andres [Fri, 8 Aug 2008 16:13:28 +0000 (16:13 +0000)]
prepare default options for package install (e.g. excludedocs)

15 years ago- Add static ui::Selectable::get methods as convenient ctor substitute.
Michael Andres [Fri, 8 Aug 2008 15:11:53 +0000 (15:11 +0000)]
- Add static ui::Selectable::get methods as convenient ctor substitute.

15 years ago- Add static ui::Selectable::get methods as convenient ctor substitute.
Michael Andres [Fri, 8 Aug 2008 15:04:06 +0000 (15:04 +0000)]
- Add static ui::Selectable::get methods as convenient ctor substitute.

15 years ago- Adapt zypp-query-pool to new product handling.
Michael Andres [Fri, 8 Aug 2008 13:43:12 +0000 (13:43 +0000)]
- Adapt zypp-query-pool to new product handling.

15 years agofix to compile
Michael Andres [Fri, 8 Aug 2008 12:14:51 +0000 (12:14 +0000)]
fix to compile

15 years ago- Don't pass epoch to 'rpm -e', it does not support it.
Michael Andres [Fri, 8 Aug 2008 12:12:28 +0000 (12:12 +0000)]
- Don't pass epoch to 'rpm -e', it does not support it.

15 years agoreplace ResTraits<>::kind by ResKind
Michael Andres [Fri, 8 Aug 2008 11:38:54 +0000 (11:38 +0000)]
replace ResTraits<>::kind by ResKind

15 years ago- Adapt to new product handling. Products are no longer pseudo
Michael Andres [Fri, 8 Aug 2008 11:34:40 +0000 (11:34 +0000)]
- Adapt to new product handling. Products are no longer pseudo
  installed objects verified by the solver, but actually installed.
  Thus removed satisfiedProduct iterator, fixed Selctables.
- Removed class ProductInfo as we keep Product.

15 years agochanges
Duncan Mac-Vicar P [Thu, 7 Aug 2008 20:03:23 +0000 (20:03 +0000)]
changes

15 years agoimplement relogin suggested
Duncan Mac-Vicar P [Thu, 7 Aug 2008 20:03:11 +0000 (20:03 +0000)]
implement relogin suggested

15 years agoupdate
Duncan Mac-Vicar P [Thu, 7 Aug 2008 18:03:28 +0000 (18:03 +0000)]
update

15 years agoupdate products definition
Duncan Mac-Vicar P [Thu, 7 Aug 2008 18:03:17 +0000 (18:03 +0000)]
update products definition

15 years agofix changes
Michael Andres [Thu, 7 Aug 2008 09:42:44 +0000 (09:42 +0000)]
fix changes

15 years agoimprove log
Michael Andres [Wed, 6 Aug 2008 17:52:39 +0000 (17:52 +0000)]
improve log

15 years agotypo
Michael Andres [Wed, 6 Aug 2008 17:44:31 +0000 (17:44 +0000)]
typo

15 years ago- Detect correct download path even if repository type is not set. (bnc #386386)
Michael Andres [Wed, 6 Aug 2008 16:38:30 +0000 (16:38 +0000)]
- Detect correct download path even if repository type is not set. (bnc #386386)

15 years ago- Cleanup, mostly by removing, unused parser code and related classes.
Michael Andres [Wed, 6 Aug 2008 15:17:49 +0000 (15:17 +0000)]
- Cleanup, mostly by removing, unused parser code and related classes.

15 years agoDont let exception escape MediaSetAccess dtor (bnc #415017)
Michael Andres [Wed, 6 Aug 2008 14:24:46 +0000 (14:24 +0000)]
Dont let exception escape MediaSetAccess dtor (bnc #415017)

15 years agotestcase for checksum reading from metadata
Duncan Mac-Vicar P [Mon, 4 Aug 2008 20:51:23 +0000 (20:51 +0000)]
testcase for checksum reading from metadata

15 years ago- Add new product attributes (flavor,referencePackage).
Michael Andres [Mon, 4 Aug 2008 17:41:32 +0000 (17:41 +0000)]
- Add new product attributes (flavor,referencePackage).
- Add PoolItem buddies, i.e. two PoolItems sharing the same status
  object. This is used to keep the product resolvable and the
  package providing the product metadata in sync.

15 years ago- compile
Jan Kupec [Sat, 2 Aug 2008 18:32:08 +0000 (18:32 +0000)]
- compile

15 years agochanges
Jan Kupec [Sat, 2 Aug 2008 17:27:24 +0000 (17:27 +0000)]
changes

15 years ago- support an optional url attribute in repoindex.xml's <repo>
Jan Kupec [Sat, 2 Aug 2008 17:26:44 +0000 (17:26 +0000)]
- support an optional url attribute in repoindex.xml's <repo>

15 years ago- fixed typo
Arvin Schnell [Fri, 1 Aug 2008 18:53:03 +0000 (18:53 +0000)]
- fixed typo

15 years agotest program
Duncan Mac-Vicar P [Fri, 1 Aug 2008 17:29:02 +0000 (17:29 +0000)]
test program

15 years ago- fixed typos
Arvin Schnell [Fri, 1 Aug 2008 16:50:27 +0000 (16:50 +0000)]
- fixed typos

15 years ago- New class ProductInfo to provide product related metadata that
Michael Andres [Thu, 31 Jul 2008 20:57:10 +0000 (20:57 +0000)]
- New class ProductInfo to provide product related metadata that
  might be associated with a package. This will replace the Product
  resolvable.

15 years agoadd PoolItem forward decl.
Michael Andres [Thu, 31 Jul 2008 18:24:38 +0000 (18:24 +0000)]
add PoolItem forward decl.

15 years agofix changelog
Duncan Mac-Vicar P [Thu, 31 Jul 2008 17:14:05 +0000 (17:14 +0000)]
fix changelog

15 years ago generate a unique anonymous unique string per target
Duncan Mac-Vicar P [Thu, 31 Jul 2008 17:08:19 +0000 (17:08 +0000)]
 generate a unique anonymous unique string per target
 and add it to the agent string for better statistics

15 years agoadd example code
Duncan Mac-Vicar P [Thu, 31 Jul 2008 17:08:18 +0000 (17:08 +0000)]
add example code

15 years ago- Follow solver policy and make repository priority the highest
Michael Andres [Thu, 31 Jul 2008 17:05:12 +0000 (17:05 +0000)]
- Follow solver policy and make repository priority the highest
  key, when ordering packages. Then architecture, and edition last.

15 years agofix specfile
Michael Andres [Thu, 31 Jul 2008 16:43:21 +0000 (16:43 +0000)]
fix specfile

15 years agoremove undefined static function
Michael Andres [Thu, 31 Jul 2008 15:08:02 +0000 (15:08 +0000)]
remove undefined static function

15 years agomkChangelog: show current version and last changelog entry as summary
Michael Andres [Thu, 31 Jul 2008 10:26:44 +0000 (10:26 +0000)]
mkChangelog: show current version and last changelog entry as summary

15 years ago- pointer types added for RepoInfos
Jan Kupec [Thu, 31 Jul 2008 08:14:58 +0000 (08:14 +0000)]
- pointer types added for RepoInfos

15 years ago- /var/lib/zypp and /var/cache/zypp should be owned by libzypp (bnc #412094)
Michael Andres [Wed, 30 Jul 2008 17:15:36 +0000 (17:15 +0000)]
- /var/lib/zypp and /var/cache/zypp should be owned by libzypp (bnc #412094)

15 years ago- indent
Jan Kupec [Wed, 30 Jul 2008 15:36:52 +0000 (15:36 +0000)]
- indent

15 years agochanges & version
Jan Kupec [Wed, 30 Jul 2008 10:50:35 +0000 (10:50 +0000)]
changes & version

15 years ago- Service -> ServiceInfo derived from RepoInfoBase
Jan Kupec [Wed, 30 Jul 2008 10:42:02 +0000 (10:42 +0000)]
- Service -> ServiceInfo derived from RepoInfoBase

15 years ago- use newline separator in ZYppFactoryException message so it can be
Ladislav Slezak [Wed, 30 Jul 2008 09:51:21 +0000 (09:51 +0000)]
- use newline separator in ZYppFactoryException message so it can be
  displayed in a popup window in GUI

15 years ago- reenable variable replacement in RepoInfoBase::name()
Jan Kupec [Tue, 29 Jul 2008 15:57:34 +0000 (15:57 +0000)]
- reenable variable replacement in RepoInfoBase::name()

15 years ago- RepoInfoBase added for common SericeInfo and RepoInfo stuff
Jan Kupec [Tue, 29 Jul 2008 15:54:30 +0000 (15:54 +0000)]
- RepoInfoBase added for common SericeInfo and RepoInfo stuff

15 years ago- an older change
Jan Kupec [Tue, 29 Jul 2008 11:01:43 +0000 (11:01 +0000)]
- an older change

15 years ago- bnc reference added
Jan Kupec [Mon, 28 Jul 2008 16:40:00 +0000 (16:40 +0000)]
- bnc reference added

15 years ago- Fixed SolvIterMixin::Selectable_iterator eating some solvables.
Michael Andres [Mon, 28 Jul 2008 16:15:34 +0000 (16:15 +0000)]
- Fixed SolvIterMixin::Selectable_iterator eating some solvables.

15 years ago- another solv file, will exchange for raw data later
Jan Kupec [Mon, 28 Jul 2008 15:23:19 +0000 (15:23 +0000)]
- another solv file, will exchange for raw data later

15 years ago- backup
Jan Kupec [Mon, 28 Jul 2008 15:19:55 +0000 (15:19 +0000)]
- backup

15 years ago- addRepo(): don't add repo condition if alias is empty
Jan Kupec [Mon, 28 Jul 2008 13:47:12 +0000 (13:47 +0000)]
- addRepo(): don't add repo condition if alias is empty

15 years agobackup
Michael Andres [Mon, 28 Jul 2008 09:26:44 +0000 (09:26 +0000)]
backup

15 years ago- fixed service removal
Jan Kupec [Sun, 27 Jul 2008 11:33:17 +0000 (11:33 +0000)]
- fixed service removal

15 years agochanges
Michael Andres [Fri, 25 Jul 2008 18:20:26 +0000 (18:20 +0000)]
changes

15 years agobackup
Michael Andres [Fri, 25 Jul 2008 18:11:00 +0000 (18:11 +0000)]
backup

15 years ago- dump correction
Jan Kupec [Fri, 25 Jul 2008 16:19:55 +0000 (16:19 +0000)]
- dump correction

15 years ago- use alias if name is empty
Jan Kupec [Fri, 25 Jul 2008 16:15:02 +0000 (16:15 +0000)]
- use alias if name is empty

15 years ago- use alias and name in services much like in repos
Jan Kupec [Fri, 25 Jul 2008 16:12:14 +0000 (16:12 +0000)]
- use alias and name in services much like in repos
- should Service be renamed to ServiceInfo (it's very similar to RepoInfo).

15 years ago- fixed to work with _path
Jan Kupec [Thu, 24 Jul 2008 17:34:16 +0000 (17:34 +0000)]
- fixed to work with _path

15 years ago- cosmetics
Jan Kupec [Thu, 24 Jul 2008 13:18:43 +0000 (13:18 +0000)]
- cosmetics

15 years agodisable unSWIGable code
Michael Andres [Thu, 24 Jul 2008 11:23:16 +0000 (11:23 +0000)]
disable unSWIGable code

15 years agochanges
Jan Kupec [Wed, 23 Jul 2008 14:18:28 +0000 (14:18 +0000)]
changes

15 years ago- Service::enabled() added
Jan Kupec [Wed, 23 Jul 2008 14:15:32 +0000 (14:15 +0000)]
- Service::enabled() added

15 years ago- comment, cosmetics
Jan Kupec [Wed, 23 Jul 2008 13:58:49 +0000 (13:58 +0000)]
- comment, cosmetics

15 years agoadd signals library
Michael Andres [Wed, 23 Jul 2008 13:06:59 +0000 (13:06 +0000)]
add signals library

15 years agoswigfixes
Michael Andres [Wed, 23 Jul 2008 12:22:18 +0000 (12:22 +0000)]
swigfixes

15 years ago- remove all remaining freshes occurances
Michael Andres [Tue, 22 Jul 2008 15:35:07 +0000 (15:35 +0000)]
- remove all remaining freshes occurances
- remove obsolete class KindOf<>

15 years ago- API change, version 5.2.0 because 5.1.1 was the last released
Jan Kupec [Tue, 22 Jul 2008 15:26:38 +0000 (15:26 +0000)]
- API change, version 5.2.0 because 5.1.1 was the last released
- fixed the changelog

15 years ago- so we don't support freshens anymore?
Jan Kupec [Tue, 22 Jul 2008 15:16:19 +0000 (15:16 +0000)]
- so we don't support freshens anymore?

15 years agoreduced SAT logging in verbose mode
Stefan Schubert [Tue, 22 Jul 2008 12:54:43 +0000 (12:54 +0000)]
reduced SAT logging in verbose mode

15 years agoModified CMakeLists to also build MediaAria2c
Gerard Farràs [Tue, 22 Jul 2008 06:37:43 +0000 (06:37 +0000)]
Modified CMakeLists to also build MediaAria2c

15 years agoMediaMetalink handler than uses libmetalink to process first .metalink
Gerard Farràs [Tue, 22 Jul 2008 06:36:23 +0000 (06:36 +0000)]
MediaMetalink handler than uses libmetalink to process first .metalink
files

15 years agoMediaMetalink handler than uses libmetalink to process first .metalink
Gerard Farràs [Tue, 22 Jul 2008 06:36:07 +0000 (06:36 +0000)]
MediaMetalink handler than uses libmetalink to process first .metalink
files

15 years agoMediaException.cc with new MediaExceptions for MediaAria2c
Gerard Farràs [Tue, 22 Jul 2008 06:34:39 +0000 (06:34 +0000)]
MediaException.cc with new MediaExceptions for MediaAria2c

15 years agoA modified MediaException with MediaExceptions for MediaAria2c
Gerard Farràs [Tue, 22 Jul 2008 06:34:08 +0000 (06:34 +0000)]
A modified MediaException with MediaExceptions for MediaAria2c

16 years agoMediaAria2c - First version
Gerard Farràs [Mon, 21 Jul 2008 19:03:05 +0000 (19:03 +0000)]
MediaAria2c - First version

16 years ago(no commit message)
Gerard Farràs [Mon, 21 Jul 2008 19:02:38 +0000 (19:02 +0000)]

16 years agoModified MediaAccess to use MediaAria2c to retrive files
Gerard Farràs [Mon, 21 Jul 2008 19:01:35 +0000 (19:01 +0000)]
Modified MediaAccess to use MediaAria2c to retrive files

16 years ago(no commit message)
Gerard Farràs [Mon, 21 Jul 2008 19:00:58 +0000 (19:00 +0000)]

16 years agoModified MediaAccess to use MediaAria2c
Gerard Farràs [Mon, 21 Jul 2008 19:00:09 +0000 (19:00 +0000)]
Modified MediaAccess to use MediaAria2c

16 years agoMediaAria2c.cc - First version
Gerard Farràs [Mon, 21 Jul 2008 18:58:59 +0000 (18:58 +0000)]
MediaAria2c.cc - First version

16 years agoMediaAria2c.h - First version
Gerard Farràs [Mon, 21 Jul 2008 18:58:28 +0000 (18:58 +0000)]
MediaAria2c.h - First version

16 years agoDevelopment directory for gfarrasb
Gerard Farràs [Mon, 21 Jul 2008 18:47:39 +0000 (18:47 +0000)]
Development directory for gfarrasb

16 years agosome cleanup for swig
Michael Andres [Mon, 21 Jul 2008 14:22:01 +0000 (14:22 +0000)]
some cleanup for swig

16 years agotypo
Michael Andres [Thu, 17 Jul 2008 11:36:58 +0000 (11:36 +0000)]
typo

16 years agocomplete patch classification
Michael Andres [Thu, 17 Jul 2008 10:58:50 +0000 (10:58 +0000)]
complete patch classification

16 years agorenamed parallelInstalled by multiversion
Stefan Schubert [Thu, 17 Jul 2008 10:26:05 +0000 (10:26 +0000)]
renamed parallelInstalled by multiversion

16 years agotranslation
Stefan Schubert [Thu, 17 Jul 2008 10:09:32 +0000 (10:09 +0000)]
translation

16 years agoProvide ResObject even if Solvable kind is unknown
Michael Andres [Thu, 17 Jul 2008 09:37:33 +0000 (09:37 +0000)]
Provide ResObject even if Solvable kind is unknown

16 years agotypo
Stefan Schubert [Thu, 17 Jul 2008 08:09:22 +0000 (08:09 +0000)]
typo

16 years agoupdate changes
Stefan Schubert [Thu, 17 Jul 2008 07:57:50 +0000 (07:57 +0000)]
update changes

16 years agousing SOLVER_NOOBSOLETES_SOLVABLE_NAME instead of SOLVER_NOOBSOLETES_SOLVABLE
Stefan Schubert [Thu, 17 Jul 2008 07:48:45 +0000 (07:48 +0000)]
using SOLVER_NOOBSOLETES_SOLVABLE_NAME instead of SOLVER_NOOBSOLETES_SOLVABLE

16 years agomove installOnly to Solvable
Stefan Schubert [Thu, 17 Jul 2008 07:29:36 +0000 (07:29 +0000)]
move installOnly to Solvable

16 years agocleanup unused code
Michael Andres [Wed, 16 Jul 2008 16:59:52 +0000 (16:59 +0000)]
cleanup unused code

16 years agoallowing installation of packages with the same name; defined in zypp.conf
Stefan Schubert [Wed, 16 Jul 2008 13:46:33 +0000 (13:46 +0000)]
allowing installation of packages with the same name; defined in zypp.conf