From 693f8e93e128d0f638e796dee62a5db6942b99d09f918ad8aedc5ffa548b50ea Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 15 Apr 2008 08:50:02 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zypper?expand=0&rev=52 --- zypper.changes | 105 ++++++++++++++++++++++++++++++++++++++++++ zypper.spec | 72 +++++++++++++++++++++++++++-- zypper-0.10.6.tar.bz2 | 3 -- zypper-0.11.0.tar.bz2 | 3 ++ 4 files changed, 176 insertions(+), 7 deletions(-) delete mode 100644 zypper-0.10.6.tar.bz2 create mode 100644 zypper-0.11.0.tar.bz2 diff --git a/zypper.changes b/zypper.changes index 65dc838..839adb5 100644 --- a/zypper.changes +++ b/zypper.changes @@ -1,3 +1,108 @@ +------------------------------------------------------------------- +Tue Apr 15 08:54:47 CEST 2008 - jreidinger@suse.cz + +- remove redundant -f (bnc #379889) +- r9633 + +------------------------------------------------------------------- +Tue Apr 15 00:43:30 CEST 2008 - jkupec@suse.cz + +- some texts cleanup (bnc #379235) +- r9629 +- 0.11.0 + +------------------------------------------------------------------- +Mon Apr 14 23:45:54 CEST 2008 - jkupec@suse.cz + +- use --force-resolution and --no-force-resolution instead of + --force-resolution +- r9627 + +------------------------------------------------------------------- +Mon Apr 14 22:15:13 CEST 2008 - jkupec@suse.cz + +- --no-recommends added to install, update, dist-upgrade and verify + to suppress installation of recommended packages +- r9623 + +------------------------------------------------------------------- +Mon Apr 14 19:41:24 CEST 2008 - jkupec@suse.cz + +- pattern content with Dependency (Recommended/Suggested) column added + for pattern-info (fate #301930) +- r9620 + +------------------------------------------------------------------- +Mon Apr 14 18:07:19 CEST 2008 - jkupec@suse.cz + +- 'patterns' command added (fate #302148) +- 'patches' now take repos as arguments (fate #302148) +- r9617 + +------------------------------------------------------------------- +Mon Apr 14 15:43:08 CEST 2008 - jkupec@suse.cz + +- package lock management commands added (addlock, removelock, and + locks) (fate #120118, fate #302148) +- r9612 + +------------------------------------------------------------------- +Mon Apr 14 01:17:55 CEST 2008 - jkupec@suse.cz + +- added Recommends: logrotate cron bash-completion (bnc #379553) + +------------------------------------------------------------------- +Mon Apr 14 01:13:53 CEST 2008 - jkupec@suse.cz + +- allow wildcards in install (fate #302193, fate #302148) +- fall back to --capability if package not found by name + (fate #302919) +- r9597 + +------------------------------------------------------------------- +Sun Apr 13 23:06:28 CEST 2008 - jkupec@suse.cz + +- allow zypper install foo-bar-version-release + (fate #302919, fate #302148) +- allow white space when specifying version with operators in + install/remove commands (fate #302919) +- r9595 + +------------------------------------------------------------------- +Sun Apr 13 17:51:16 CEST 2008 - jkupec@suse.cz + +- allow update of individual packages + support wildcards + (bnc #345458, bnc #284725, and abuse of fate #302511 :O) +- 'update foo' treat command arguments as repos in rug-compatible + mode (fate #302148) +- 'update': dummy --download-only and --category options for now + (fate #302148) +- r9590 + +------------------------------------------------------------------- +Sun Apr 13 02:20:42 CEST 2008 - jkupec@suse.cz + +- always check if the repo is up-to-date on explicit refresh + request (zypper ref) +- r9576 + +------------------------------------------------------------------- +Sat Apr 12 23:17:15 CEST 2008 - jkupec@suse.cz + +- say 'foo already installed' or 'foo not found' when installing or + removing by injecting solver requirements/conflicts (bnc #379195) +- r9572 + +------------------------------------------------------------------- +Sat Apr 12 19:20:45 CEST 2008 - jkupec@suse.cz + +- allow to install and remove package in one command by prepending + package name by + or ~ modifiers (for install) and - or ! (for + uninstall). fate #302148, bnc #230342 +- allow install foo> without having to use --capability + (fate #302919) +- r9569 + ------------------------------------------------------------------- Tue Apr 8 13:20:47 CEST 2008 - jreidinger@suse.cz diff --git a/zypper.spec b/zypper.spec index 810a1a6..28dc29e 100644 --- a/zypper.spec +++ b/zypper.spec @@ -1,5 +1,5 @@ # -# spec file for package zypper (Version 0.10.6) +# spec file for package zypper (Version 0.11.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,18 +12,19 @@ Name: zypper -BuildRequires: boost-devel >= 1.33.1 gettext-devel >= 0.15 libzypp-devel > 4.8.0 readline-devel >= 5.1 +BuildRequires: boost-devel >= 1.33.1 gettext-devel >= 0.15 libzypp-devel >= 4.12.0 readline-devel >= 5.1 BuildRequires: cmake >= 2.4.6 gcc-c++ >= 4.1 Requires: procps +Recommends: logrotate cron bash-completion License: GPL v2 or later Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on PreReq: permissions Summary: Command Line Package Management Using Libzypp -Version: 0.10.6 +Version: 0.11.0 Release: 1 -Source: zypper-0.10.6.tar.bz2 +Source: zypper-0.11.0.tar.bz2 Prefix: /usr Url: http://en.opensuse.org/Zypper Provides: y2pmsh @@ -103,6 +104,69 @@ touch %buildroot%_var/log/zypper.log # it from being erased by rpm -e %ghost %config(noreplace) %{_var}/log/zypper.log %changelog +* Tue Apr 15 2008 jreidinger@suse.cz +- remove redundant -f (bnc #379889) +- r9633 +* Tue Apr 15 2008 jkupec@suse.cz +- some texts cleanup (bnc #379235) +- r9629 +- 0.11.0 +* Tue Apr 15 2008 jkupec@suse.cz +- use --force-resolution and --no-force-resolution instead of + --force-resolution +- r9627 +* Tue Apr 15 2008 jkupec@suse.cz +- --no-recommends added to install, update, dist-upgrade and verify + to suppress installation of recommended packages +- r9623 +* Mon Apr 14 2008 jkupec@suse.cz +- pattern content with Dependency (Recommended/Suggested) column added + for pattern-info (fate #301930) +- r9620 +* Mon Apr 14 2008 jkupec@suse.cz +- 'patterns' command added (fate #302148) +- 'patches' now take repos as arguments (fate #302148) +- r9617 +* Mon Apr 14 2008 jkupec@suse.cz +- package lock management commands added (addlock, removelock, and + locks) (fate #120118, fate #302148) +- r9612 +* Mon Apr 14 2008 jkupec@suse.cz +- added Recommends: logrotate cron bash-completion (bnc #379553) +* Mon Apr 14 2008 jkupec@suse.cz +- allow wildcards in install (fate #302193, fate #302148) +- fall back to --capability if package not found by name + (fate #302919) +- r9597 +* Mon Apr 14 2008 jkupec@suse.cz +- allow zypper install foo-bar-version-release + (fate #302919, fate #302148) +- allow white space when specifying version with operators in + install/remove commands (fate #302919) +- r9595 +* Sun Apr 13 2008 jkupec@suse.cz +- allow update of individual packages + support wildcards + (bnc #345458, bnc #284725, and abuse of fate #302511 :O) +- 'update foo' treat command arguments as repos in rug-compatible + mode (fate #302148) +- 'update': dummy --download-only and --category options for now + (fate #302148) +- r9590 +* Sun Apr 13 2008 jkupec@suse.cz +- always check if the repo is up-to-date on explicit refresh + request (zypper ref) +- r9576 +* Sun Apr 13 2008 jkupec@suse.cz +- say 'foo already installed' or 'foo not found' when installing or + removing by injecting solver requirements/conflicts (bnc #379195) +- r9572 +* Sat Apr 12 2008 jkupec@suse.cz +- allow to install and remove package in one command by prepending + package name by + or ~ modifiers (for install) and - or ! (for + uninstall). fate #302148, bnc #230342 +- allow install foo> without having to use --capability + (fate #302919) +- r9569 * Tue Apr 08 2008 jreidinger@suse.cz - give better hint if zypper cannot download file from out of date repository. (bnc #377137). diff --git a/zypper-0.10.6.tar.bz2 b/zypper-0.10.6.tar.bz2 deleted file mode 100644 index d63c1ef..0000000 --- a/zypper-0.10.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a69ff8e522fed7511df86e9698ea0703a9b21f07cf23f31897a4845a8ed196f8 -size 266878 diff --git a/zypper-0.11.0.tar.bz2 b/zypper-0.11.0.tar.bz2 new file mode 100644 index 0000000..6403597 --- /dev/null +++ b/zypper-0.11.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c0ec3b9e4dab077257d95402e5660cf05ba963486c2dd3f8c2a86bc876c3df +size 271698