Mailinglist Archive: opensuse-commit (875 mails)
| < Previous | Next > |
commit rpm
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 05 Jul 2008 00:53:40 +0200
- Message-id: <20080704225341.3BC62678176@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package rpm
checked in at Sat Jul 5 00:53:40 CEST 2008.
--------
--- rpm/rpm.changes 2008-06-26 18:40:55.000000000 +0200
+++ rpm/rpm.changes 2008-06-30 14:02:43.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jun 30 14:02:35 CEST 2008 - dmueller@xxxxxxx
+
+- add a requires_ge macro as well
+
+-------------------------------------------------------------------
New:
----
requires-ge-macro.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rpm-python.spec ++++++
--- /var/tmp/diff_new_pack.c26116/_old 2008-07-05 00:52:42.000000000 +0200
+++ /var/tmp/diff_new_pack.c26116/_new 2008-07-05 00:52:42.000000000 +0200
@@ -17,7 +17,7 @@
Group: System/Packages
Summary: Python Bindings for Manipulating RPM Packages
Version: 4.4.2
-Release: 249
+Release: 251
Requires: rpm = %{version}
%py_requires
Source99: rpm.spec
++++++ rpm.spec ++++++
--- /var/tmp/diff_new_pack.c26116/_old 2008-07-05 00:52:42.000000000 +0200
+++ /var/tmp/diff_new_pack.c26116/_new 2008-07-05 00:52:42.000000000 +0200
@@ -20,7 +20,7 @@
AutoReqProv: on
Summary: The RPM Package Manager
Version: 4.4.2
-Release: 201
+Release: 203
Source: rpm-%{version}.tar.bz2
Source1: RPM-HOWTO.tar.bz2
Source2: RPM-Tips.html.tar.bz2
@@ -134,6 +134,7 @@
Patch106: debugsource-package.diff
Patch107: whatrequires-doc.diff
Patch108: remove-brp-strips.diff
+Patch109: requires-ge-macro.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#
# avoid bootstrapping problem
@@ -206,7 +207,7 @@
%patch -P 70 -P 71 -P 72 -P 73 -P 74 -P 75 -P 76 -P 77 -P 78 -P 79
%patch -P 80 -P 81 -P 82 -P 83 -P 84 -P 85 -P 86 -P 87 -P 88 -P 89
%patch -P 90 -P 91 -P 92 -P 93 -P 94 -P 95 -P 96 -P 97 -P 98 -P 99
-%patch -P 100 -P 101 -P 102 -P 103 -P -P 106 -P 107 -P 108
+%patch -P 100 -P 101 -P 102 -P 103 -P -P 106 -P 107 -P 108 -P 109
%patch -P 104 -P 105 -b .lzma
chmod 755 scripts/find-supplements{,.ksyms}
chmod 755 scripts/find-provides.ksyms scripts/find-requires.ksyms
@@ -352,7 +353,7 @@
License: LGPL v2.1 or later
Group: System/Libraries
Version: 1.7
-Release: 429
+Release: 431
#
%description -n popt
@@ -375,7 +376,7 @@
License: LGPL v2.1 or later
Group: System/Libraries
Version: 1.7
-Release: 429
+Release: 431
Requires: popt = 1.7
Requires: glibc-devel
@@ -410,6 +411,8 @@
%doc %{_mandir}/man3/popt.3*
%changelog
+* Mon Jun 30 2008 dmueller@xxxxxxx
+- add a requires_ge macro as well
* Thu Jun 26 2008 schwab@xxxxxxx
- Fix db configure script.
* Thu May 15 2008 dmueller@xxxxxxx
++++++ requires-ge-macro.diff ++++++
--- macros.in
+++ macros.in
@@ -1242,6 +1242,7 @@
# %dir %{perl_sitearch}/auto/Image
#
%requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires:
%%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' |
grep -v "is not")
+%requires_ge() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires:
%%{name} >= %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' |
grep -v "is not")
%perl_sitearch %(eval "`%{__perl} -V:installsitearch`"; echo $installsitearch)
%perl_sitelib %(eval "`%{__perl} -V:installsitelib`"; echo $installsitelib)
%perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo
$installvendorarch)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |