Mailinglist Archive: opensuse-commit (771 mails)
| < Previous | Next > |
commit zypper
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 03 Jun 2008 16:36:09 +0200
- Message-id: <20080603143609.6524E6780BB@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package zypper
checked in at Tue Jun 3 16:36:09 CEST 2008.
--------
--- zypper/zypper.changes 2008-06-02 18:30:47.000000000 +0200
+++ /mounts/work_src_done/STABLE/zypper/zypper.changes 2008-06-03
13:53:14.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jun 3 11:48:59 CEST 2008 - jkupec@xxxxxxx
+
+- repo priority allowed to be > 99
+- r10327
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ zypper.spec ++++++
--- /var/tmp/diff_new_pack.z29912/_old 2008-06-03 16:35:59.000000000 +0200
+++ /var/tmp/diff_new_pack.z29912/_new 2008-06-03 16:35:59.000000000 +0200
@@ -23,7 +23,7 @@
PreReq: permissions
Summary: Command Line Package Management Using Libzypp
Version: 0.11.6
-Release: 1
+Release: 2
Source: zypper-0.11.6.tar.bz2
Prefix: /usr
Url: http://en.opensuse.org/Zypper
@@ -105,6 +105,9 @@
# it from being erased by rpm -e
%ghost %config(noreplace) %{_var}/log/zypper.log
%changelog
+* Tue Jun 03 2008 jkupec@xxxxxxx
+- repo priority allowed to be > 99
+- r10327
* Mon Jun 02 2008 jkupec@xxxxxxx
- translations updated
- --debug-solver for inr and ve (bnc #396353)
++++++ zypper-0.11.6.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/zypper-0.11.6/package/zypper.changes
new/zypper-0.11.6/package/zypper.changes
--- old/zypper-0.11.6/package/zypper.changes 2008-06-02 18:30:46.000000000
+0200
+++ new/zypper-0.11.6/package/zypper.changes 2008-06-03 13:53:13.000000000
+0200
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Tue Jun 3 11:48:59 CEST 2008 - jkupec@xxxxxxx
+
+- repo priority allowed to be > 99
+- r10327
+
+-------------------------------------------------------------------
Mon Jun 2 17:23:07 CEST 2008 - jkupec@xxxxxxx
- translations updated
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/zypper-0.11.6/src/zypper-repos.cc
new/zypper-0.11.6/src/zypper-repos.cc
--- old/zypper-0.11.6/src/zypper-repos.cc 2008-06-02 18:30:46.000000000
+0200
+++ new/zypper-0.11.6/src/zypper-repos.cc 2008-06-03 13:53:13.000000000
+0200
@@ -1634,9 +1634,10 @@
string prio_str = *tmp1->second.begin();
safe_lexical_cast(prio_str, prio); // try to make an int out of the
string
- if (prio < 1 || prio > 99)
+ if (prio < 1)
{
zypper.out().error(boost::str(format(
+ //! \todo Don't tell about the upper limit and use %d instead of
number.
_("Invalid priority '%s'. Use an integer number between 1 (highest
priority) and 99 (lowest priority)."))
% prio_str));
zypper.setExitCode(ZYPPER_EXIT_ERR_INVALID_ARGS);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |