Ján Kupec [Mon, 10 May 2010 08:11:39 +0000 (10:11 +0200)]
bump version
Ján Kupec [Mon, 10 May 2010 08:10:06 +0000 (10:10 +0200)]
Using PackageSpec struct in PackageArgs
Ján Kupec [Thu, 6 May 2010 16:51:42 +0000 (18:51 +0200)]
changes
Ján Kupec [Thu, 6 May 2010 16:50:22 +0000 (18:50 +0200)]
Fixed empty 'not updated' lists (bnc #600134).
Ján Kupec [Thu, 6 May 2010 14:47:03 +0000 (16:47 +0200)]
remove --clean-deps added
Michael Andres [Mon, 3 May 2010 11:32:32 +0000 (13:32 +0200)]
changes
Michael Andres [Mon, 3 May 2010 11:32:25 +0000 (13:32 +0200)]
Don't suggest "zypper ps" if zypper is the only prog with deleted open files.
Michael Andres [Wed, 28 Apr 2010 11:53:25 +0000 (13:53 +0200)]
changes
Michael Andres [Wed, 28 Apr 2010 11:53:11 +0000 (13:53 +0200)]
Fix 'zypper ps' not printing the first file twice. (bnc#599265)
Michael Andres [Wed, 28 Apr 2010 11:24:20 +0000 (13:24 +0200)]
changes
Michael Andres [Wed, 28 Apr 2010 11:24:11 +0000 (13:24 +0200)]
Fix segv when printing solver feedback. (bnc#600236)
Ján Kupec [Mon, 26 Apr 2010 11:00:57 +0000 (13:00 +0200)]
changes
Ján Kupec [Mon, 26 Apr 2010 10:50:55 +0000 (12:50 +0200)]
Fixed ignored --download-* options (bnc #598268).
Ján Kupec [Mon, 19 Apr 2010 07:44:30 +0000 (09:44 +0200)]
changes 1.4.2
Ján Kupec [Mon, 19 Apr 2010 06:48:16 +0000 (08:48 +0200)]
Merge branch 'selrefact' (jkupec-pkgsel-refact)
Conflicts:
package/zypper.changes
src/update.cc
Ján Kupec [Sun, 18 Apr 2010 20:39:49 +0000 (22:39 +0200)]
Some support for --force. Needs more work.
Ján Kupec [Sun, 18 Apr 2010 19:49:39 +0000 (21:49 +0200)]
A few 'patch' tests & fixes.
Ján Kupec [Fri, 16 Apr 2010 15:00:55 +0000 (17:00 +0200)]
one more test
Ján Kupec [Fri, 16 Apr 2010 14:09:44 +0000 (16:09 +0200)]
Feedback::SELECTED_IS_OLDER and UPD_CANDIDATE_IS_LOCKED
Ján Kupec [Fri, 16 Apr 2010 13:43:54 +0000 (15:43 +0200)]
one more install test: repo priority
Ján Kupec [Wed, 14 Apr 2010 12:38:33 +0000 (14:38 +0200)]
two more test cases
Ján Kupec [Wed, 14 Apr 2010 10:03:32 +0000 (12:03 +0200)]
zypper rm fix
Ján Kupec [Wed, 14 Apr 2010 09:23:14 +0000 (11:23 +0200)]
one more install case & fix
Ján Kupec [Tue, 13 Apr 2010 21:19:25 +0000 (23:19 +0200)]
oops
Ján Kupec [Tue, 13 Apr 2010 20:26:04 +0000 (22:26 +0200)]
two more test cases, one fix
Ján Kupec [Tue, 13 Apr 2010 15:51:36 +0000 (17:51 +0200)]
one more remove test
Ján Kupec [Tue, 13 Apr 2010 15:17:03 +0000 (17:17 +0200)]
two more remove tests
Ján Kupec [Tue, 13 Apr 2010 15:16:11 +0000 (17:16 +0200)]
removed unneeded code
TODO: handle non-packages in SolverRequester
Ján Kupec [Tue, 13 Apr 2010 14:20:13 +0000 (16:20 +0200)]
not needed anymore
Ján Kupec [Tue, 13 Apr 2010 11:44:15 +0000 (13:44 +0200)]
candidate -> selected
Ján Kupec [Tue, 13 Apr 2010 11:41:54 +0000 (13:41 +0200)]
install10 test case added
Ján Kupec [Tue, 13 Apr 2010 11:33:13 +0000 (13:33 +0200)]
install9 test case added
Ján Kupec [Mon, 12 Apr 2010 13:03:02 +0000 (15:03 +0200)]
3 more test cases added
Ján Kupec [Sun, 11 Apr 2010 22:50:12 +0000 (00:50 +0200)]
install5 test case
Ján Kupec [Sun, 11 Apr 2010 21:17:49 +0000 (23:17 +0200)]
Two more install cases.
Ján Kupec [Sat, 10 Apr 2010 22:06:07 +0000 (00:06 +0200)]
setToInstall/Remove & addRequirement/Conflict added
Ján Kupec [Sat, 10 Apr 2010 14:55:21 +0000 (16:55 +0200)]
more fixes & tests
Ján Kupec [Sat, 10 Apr 2010 13:28:10 +0000 (15:28 +0200)]
remove() uses addFeedback, fixed a few cases
- maybe PackageArgs should not prepare do/dont Caps on construction
but later, due to the fact that when creating PackageArgs, one
must already tell it wheter will will do remove() or something
else with it
Ján Kupec [Thu, 8 Apr 2010 15:40:06 +0000 (17:40 +0200)]
Backup. Feedback class added. Started using auto tests.
TODO:
- extend & use Feedback everywhere
- add complete resetTransact function to enable SolverRequester
tests with pool loaded just once
- add tests for all supported scenarios
- share test data with libzypp?
- merge to master
Ján Kupec [Thu, 1 Apr 2010 12:19:23 +0000 (14:19 +0200)]
SolverRequester::updatePatches and installPatch added
Michael Andres [Thu, 1 Apr 2010 09:23:22 +0000 (11:23 +0200)]
fix to build :)
Ján Kupec [Thu, 1 Apr 2010 08:38:37 +0000 (10:38 +0200)]
changes 1.4.1 (again)
Ján Kupec [Thu, 1 Apr 2010 08:30:57 +0000 (10:30 +0200)]
Merge commit 'refs/merge-requests/1' of git://gitorious.org/opensuse/zypper
Ján Kupec [Thu, 1 Apr 2010 08:12:38 +0000 (10:12 +0200)]
changes 1.4.1
Ján Kupec [Mon, 29 Mar 2010 08:35:29 +0000 (10:35 +0200)]
Fixed crash if no available packages found in repos (bnc #591760)
Ján Kupec [Wed, 31 Mar 2010 11:26:27 +0000 (13:26 +0200)]
switched install/remove to SolverRequester
Ján Kupec [Wed, 31 Mar 2010 11:26:21 +0000 (13:26 +0200)]
changes
Ján Kupec [Tue, 30 Mar 2010 16:15:21 +0000 (18:15 +0200)]
pkg_spec_to_poolquery: Capability argument is enough
Ján Kupec [Tue, 30 Mar 2010 11:18:27 +0000 (13:18 +0200)]
take aliases instead of RepoInfos
Ján Kupec [Tue, 30 Mar 2010 10:27:21 +0000 (12:27 +0200)]
repos.h: repo_specs_to_aliases added
Ján Kupec [Tue, 30 Mar 2010 09:19:28 +0000 (11:19 +0200)]
misc.h: pkg_spec_to_poolquery() added
Ján Kupec [Mon, 29 Mar 2010 19:38:47 +0000 (21:38 +0200)]
PackageArgs::Options added, do_by_default added.
Ján Kupec [Mon, 29 Mar 2010 16:17:23 +0000 (18:17 +0200)]
PackageArgs::empty() added, removing -/+ duplicates
Ján Kupec [Mon, 29 Mar 2010 08:35:29 +0000 (10:35 +0200)]
Fixed crash if no available packages found in repos (bnc #591760)
Ján Kupec [Sun, 28 Mar 2010 09:43:50 +0000 (11:43 +0200)]
get rid of findInstalledItem in favor of Selectable::installedObj()
Ján Kupec [Sun, 28 Mar 2010 09:32:50 +0000 (11:32 +0200)]
removed unused SaveBetterEditionArch
Ján Kupec [Sun, 28 Mar 2010 08:33:26 +0000 (10:33 +0200)]
install_remove_preprocess_args replaced by PackageArgs
Ján Kupec [Fri, 26 Mar 2010 16:43:05 +0000 (17:43 +0100)]
Use PackageArgs for 'install'.
- TODO: extract the package selection code for all commands into
SolverRequester
- TODO: set up test environment with loaded packages, add selection
tests
- next: use PackageArgs in 'update'
Ján Kupec [Fri, 26 Mar 2010 12:08:29 +0000 (13:08 +0100)]
changes
Ján Kupec [Fri, 26 Mar 2010 12:06:00 +0000 (13:06 +0100)]
'\t' must be escaped, not ' '.
- TODO: allow to choose the CSV separator in --terse
Ján Kupec [Fri, 26 Mar 2010 11:55:13 +0000 (12:55 +0100)]
--label added to 'targetos' command (bnc #586303)
Pavol Rusnak [Wed, 24 Mar 2010 22:32:21 +0000 (23:32 +0100)]
cleanup spec file
Ján Kupec [Tue, 23 Mar 2010 16:00:43 +0000 (17:00 +0100)]
changes
Ján Kupec [Tue, 23 Mar 2010 15:59:11 +0000 (16:59 +0100)]
fixed "removed locks:" message not translated (bnc #581332)
Ján Kupec [Tue, 23 Mar 2010 13:44:05 +0000 (14:44 +0100)]
Use static Target::targetDistribution() (bnc #586303)
Ján Kupec [Tue, 23 Mar 2010 10:13:36 +0000 (11:13 +0100)]
changes
Ján Kupec [Tue, 23 Mar 2010 10:11:13 +0000 (11:11 +0100)]
Fixed 'lp --issues' and 'patch --cve #' (bnc #589640)
Ján Kupec [Thu, 18 Mar 2010 18:38:36 +0000 (19:38 +0100)]
changes
Ján Kupec [Thu, 18 Mar 2010 16:33:48 +0000 (17:33 +0100)]
Showing full product name in products table (bnc #589333)
Ján Kupec [Thu, 18 Mar 2010 15:02:52 +0000 (16:02 +0100)]
Show full product name in summary and license text (bnc #589333)
Ján Kupec [Wed, 17 Mar 2010 15:28:29 +0000 (16:28 +0100)]
removed finished entry
Ján Kupec [Wed, 17 Mar 2010 15:27:10 +0000 (16:27 +0100)]
changes 1.4.0
Ján Kupec [Wed, 17 Mar 2010 15:16:20 +0000 (16:16 +0100)]
Not updated packages added to summary, shown on 'zypper up' (bnc #522223)
Part 3 of the fix.
Ján Kupec [Wed, 17 Mar 2010 15:14:24 +0000 (16:14 +0100)]
kindset_from(list<string>) added
- string_to_kind moved from src/misc* to src/utils/misc*
Ján Kupec [Wed, 17 Mar 2010 11:30:25 +0000 (12:30 +0100)]
Report back when specified selectable can't be updated (bnc #522223)
Part 2 of the fix 'zypper in foo' case (for -t package). Next
comes 'zypper up'.
Ján Kupec [Tue, 16 Mar 2010 16:54:57 +0000 (17:54 +0100)]
Report back when specified selectable can't be updated (bnc #522223)
This is part 1 of the fix - 'zypper up foo' case. Next: 'zypper up'
and 'zypper in foo'.
Ján Kupec [Sun, 7 Mar 2010 13:22:17 +0000 (14:22 +0100)]
argsToCaps() added
Ján Kupec [Sat, 6 Mar 2010 08:27:31 +0000 (09:27 +0100)]
PackageArgs added, preprocess() added.
Ján Kupec [Wed, 3 Mar 2010 15:50:28 +0000 (16:50 +0100)]
changes
Ján Kupec [Wed, 3 Mar 2010 15:49:25 +0000 (16:49 +0100)]
Ignoring trailing slash when matching repos by URL (bnc #585082)
Ján Kupec [Tue, 2 Mar 2010 12:02:18 +0000 (13:02 +0100)]
sle translation not needed in master anymore
Ján Kupec [Tue, 2 Mar 2010 12:01:47 +0000 (13:01 +0100)]
translations
Ján Kupec [Tue, 2 Mar 2010 10:47:08 +0000 (11:47 +0100)]
changes
Ján Kupec [Tue, 2 Mar 2010 10:44:25 +0000 (11:44 +0100)]
Check for packagekit and suggest to quit (bnc#580513)
Ján Kupec [Tue, 2 Mar 2010 07:04:39 +0000 (08:04 +0100)]
Bump version for 11.3 development
Ján Kupec [Mon, 1 Mar 2010 14:35:17 +0000 (15:35 +0100)]
changes 1.2.21 & doc
Ján Kupec [Mon, 1 Mar 2010 14:20:18 +0000 (15:20 +0100)]
Using zypp's identical() instead of our equalNVRA (bnc #467106)
Ján Kupec [Mon, 1 Mar 2010 14:10:32 +0000 (15:10 +0100)]
Show installed packages only from specified repos (bnc#467106)
Ján Kupec [Mon, 1 Mar 2010 12:42:29 +0000 (13:42 +0100)]
Show only installed objects from specified repos (bnc #467106)
- this fixes only the detailed (solvable) view
Ján Kupec [Thu, 25 Feb 2010 21:19:41 +0000 (22:19 +0100)]
changes
Ján Kupec [Thu, 25 Feb 2010 21:17:35 +0000 (22:17 +0100)]
Added few forgotten strings for translation (bnc #581332)
Michael Schroeder [Thu, 25 Feb 2010 14:30:23 +0000 (15:30 +0100)]
- put suse specific stuff in %if suse_version block
Michael Andres [Thu, 25 Feb 2010 11:29:55 +0000 (12:29 +0100)]
Package has no libraries, so no need to run ldconfig in %post
Michael Andres [Thu, 25 Feb 2010 11:01:51 +0000 (12:01 +0100)]
changes 1.2.20
Michael Andres [Thu, 25 Feb 2010 11:01:37 +0000 (12:01 +0100)]
Fix SEGV in Summary::writeResolvableList
Ján Kupec [Tue, 23 Feb 2010 17:02:42 +0000 (18:02 +0100)]
changes
Ján Kupec [Tue, 23 Feb 2010 17:01:04 +0000 (18:01 +0100)]
Avoid a newline when --quiet (bnc #523573)
Ján Kupec [Tue, 23 Feb 2010 13:19:30 +0000 (14:19 +0100)]
changes
Ján Kupec [Tue, 23 Feb 2010 13:14:49 +0000 (14:14 +0100)]
Showing packages that need additional customer contract separately (bnc #581926)
Ján Kupec [Mon, 22 Feb 2010 16:23:12 +0000 (17:23 +0100)]
changes