SPECS: apt.spec, rpmlint.spec, rpmstats.spec, kdeadmin.spec, perl-...
arekm
arekm at pld-linux.org
Sat Jun 18 00:25:06 CEST 2005
Author: arekm Date: Fri Jun 17 22:25:06 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel up; bump BR to rpm-devel >= 4.4.1
---- Files affected:
SPECS:
apt.spec (1.88 -> 1.89) , rpmlint.spec (1.18 -> 1.19) , rpmstats.spec (1.6 -> 1.7) , kdeadmin.spec (1.138 -> 1.139) , perl-RPM2.spec (1.9 -> 1.10) , perl-RPM.spec (1.33 -> 1.34)
---- Diffs:
================================================================
Index: SPECS/apt.spec
diff -u SPECS/apt.spec:1.88 SPECS/apt.spec:1.89
--- SPECS/apt.spec:1.88 Fri Jun 17 18:24:15 2005
+++ SPECS/apt.spec Sat Jun 18 00:25:00 2005
@@ -6,7 +6,7 @@
Summary(pt): Frontend avançado para pacotes rpm e deb
Name: apt
Version: 0.5.15cnc7
-Release: 2
+Release: 3
License: GPL
Group: Applications/Archiving
#Source0: https://moin.conectiva.com.br/AptRpm?action=AttachFile&do=get&target=apt-0.5.15cnc7.tar.bz2
@@ -31,7 +31,7 @@
BuildRequires: gettext-devel
BuildRequires: gpm-devel
BuildRequires: popt-devel
-BuildRequires: rpm-devel >= 3.0.6-2
+BuildRequires: rpm-devel >= 4.4.1
BuildRequires: zlib-devel
Requires: gnupg
Requires: rpm
@@ -166,6 +166,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.89 2005/06/17 22:25:00 arekm
+- rel up; bump BR to rpm-devel >= 4.4.1
+
Revision 1.88 2005/06/17 16:24:15 baggins
- release 2 for rpm 4.4.1
================================================================
Index: SPECS/rpmlint.spec
diff -u SPECS/rpmlint.spec:1.18 SPECS/rpmlint.spec:1.19
--- SPECS/rpmlint.spec:1.18 Fri Jun 17 18:37:06 2005
+++ SPECS/rpmlint.spec Sat Jun 18 00:25:00 2005
@@ -3,14 +3,14 @@
Summary(pl): Narzędzie do sprawdzania poprawności pakietów RPM
Name: rpmlint
Version: 0.69
-Release: 2
+Release: 3
License: GPL
Group: Development/Building
Source0: http://people.mandrakesoft.com/~flepied/projects/rpmlint/dist/%{name}-%{version}.tar.bz2
# Source0-md5: 5e5bc5e2d493e35e300b7498824fee1d
URL: http://people.mandrakesoft.com/~flepied/projects/rpmlint/
BuildRequires: python >= 1.5.2
-BuildRequires: rpm-devel
+BuildRequires: rpm-devel >= 4.4.1
Requires: /bin/bash
Requires: /lib/cpp
Requires: binutils
@@ -61,6 +61,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.19 2005/06/17 22:25:00 arekm
+- rel up; bump BR to rpm-devel >= 4.4.1
+
Revision 1.18 2005/06/17 16:37:06 baggins
- rel 2 to rebuild with rpm 4.4.1
================================================================
Index: SPECS/rpmstats.spec
diff -u SPECS/rpmstats.spec:1.6 SPECS/rpmstats.spec:1.7
--- SPECS/rpmstats.spec:1.6 Fri Jun 17 18:37:33 2005
+++ SPECS/rpmstats.spec Sat Jun 18 00:25:00 2005
@@ -3,14 +3,14 @@
Summary(pl): Zbieranie statystyk z zainstalowanych pakietów
Name: rpmstats
Version: 0.4
-Release: 2
+Release: 3
License: GPL
Group: Applications/System
Source0: %{name}-%{version}.tar.bz2
# Source0-md5: 87552e75254ea73ef569f22472d888a6
BuildRequires: autoconf
BuildRequires: automake
-BuildRequires: rpm-devel >= 4.2
+BuildRequires: rpm-devel >= 4.4.1
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -55,6 +55,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2005/06/17 22:25:00 arekm
+- rel up; bump BR to rpm-devel >= 4.4.1
+
Revision 1.6 2005/06/17 16:37:33 baggins
- rel 2 to rebuild with rpm 4.4.1
================================================================
Index: SPECS/kdeadmin.spec
diff -u SPECS/kdeadmin.spec:1.138 SPECS/kdeadmin.spec:1.139
--- SPECS/kdeadmin.spec:1.138 Fri Jun 17 18:29:20 2005
+++ SPECS/kdeadmin.spec Sat Jun 18 00:25:00 2005
@@ -15,7 +15,7 @@
Summary(zh_CN): KDEšÜŔ횤žß
Name: kdeadmin
Version: %{_ver}
-Release: 2
+Release: 3
Epoch: 8
License: GPL
Vendor: The KDE Team
@@ -33,9 +33,9 @@
BuildRequires: libpng-devel
BuildRequires: libtool
BuildRequires: pam-devel
-BuildRequires: rpm-devel
+BuildRequires: rpm-devel >= 4.4.1
BuildRequires: rpmbuild(macros) >= 1.213
-#BuildRequires: unsermake >= 040511
+#BuildRequires: pnsermake >= 040511
Requires: shadow
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -325,6 +325,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.139 2005/06/17 22:25:00 arekm
+- rel up; bump BR to rpm-devel >= 4.4.1
+
Revision 1.138 2005/06/17 16:29:20 baggins
- release 2 to rebuild with rpm 4.4.1 in AC
================================================================
Index: SPECS/perl-RPM2.spec
diff -u SPECS/perl-RPM2.spec:1.9 SPECS/perl-RPM2.spec:1.10
--- SPECS/perl-RPM2.spec:1.9 Fri Jun 17 18:34:43 2005
+++ SPECS/perl-RPM2.spec Sat Jun 18 00:25:00 2005
@@ -8,13 +8,13 @@
Summary(pl): RPM2 - dowiązania do API zarządcy pakietów RPM
Name: perl-RPM2
Version: 0.66
-Release: 4
+Release: 5
License: unknown
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/RPM/CHIPT/RPM2-%{version}.tar.gz
# Source0-md5: 3e53f141c7160f1b82087e93c6295240
BuildRequires: perl-devel >= 1:5.8.0
-BuildRequires: rpm-devel
+BuildRequires: rpm-devel >= 4.4.1
BuildRequires: rpm-perlprov >= 4.1-13
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -62,6 +62,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2005/06/17 22:25:00 arekm
+- rel up; bump BR to rpm-devel >= 4.4.1
+
Revision 1.9 2005/06/17 16:34:43 baggins
- rel 4 to rebuild with rpm 4.4.1
================================================================
Index: SPECS/perl-RPM.spec
diff -u SPECS/perl-RPM.spec:1.33 SPECS/perl-RPM.spec:1.34
--- SPECS/perl-RPM.spec:1.33 Fri Jun 17 18:35:14 2005
+++ SPECS/perl-RPM.spec Sat Jun 18 00:25:00 2005
@@ -8,7 +8,7 @@
Summary(pl): Natywne dowiązania do API zarządcy pakietów RPM dla Perla
Name: perl-RPM
Version: 0.40
-Release: 7
+Release: 8
License: Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/RPM/Perl-RPM-%{version}.tar.gz
@@ -16,7 +16,7 @@
Patch0: %{name}-43.patch
URL: http://www.blackperl.com/Perl-RPM/
BuildRequires: perl-devel >= 1:5.8.0
-BuildRequires: rpm-devel >= 4.2.1
+BuildRequires: rpm-devel >= 4.4.1
BuildRequires: rpm-perlprov >= 4.1-13
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
Obsoletes: Perl-RPM
@@ -75,6 +75,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.34 2005/06/17 22:25:00 arekm
+- rel up; bump BR to rpm-devel >= 4.4.1
+
Revision 1.33 2005/06/17 16:35:14 baggins
- rel 7 to rebuild with rpm 4.4.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/apt.spec?r1=1.88&r2=1.89&f=u
http://cvs.pld-linux.org/SPECS/rpmlint.spec?r1=1.18&r2=1.19&f=u
http://cvs.pld-linux.org/SPECS/rpmstats.spec?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/SPECS/kdeadmin.spec?r1=1.138&r2=1.139&f=u
http://cvs.pld-linux.org/SPECS/perl-RPM2.spec?r1=1.9&r2=1.10&f=u
http://cvs.pld-linux.org/SPECS/perl-RPM.spec?r1=1.33&r2=1.34&f=u
More information about the pld-cvs-commit
mailing list