From b6c03db9bf3a316d4e957400ae245665c7d8bee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 7 Jul 2007 10:38:38 +0000 Subject: [PATCH] =?UTF-8?q?-=20Fix=20Epoch=20handling=20in=20the=202-arg?= =?UTF-8?q?=20form=20of=20rpmdev-vercmp=20with=20yum=20<=203.1.2.=20-=20Th?= =?UTF-8?q?e=20long=20form=20of=20the=20list=20option=20in=20rmdevelrpms?= =?UTF-8?q?=20is=20--list-only,=20not=20=20=20=20=20--list.=20Thu=20Jul=20?= =?UTF-8?q?5=202007=20Ville=20Skytt=C3=A4=20?= =?UTF-8?q?=20-=20Add=20cmake=20and=20scons=20to=20default=20devel=20packa?= =?UTF-8?q?ge=20list=20in=20rpmdev-rmdevelrpms.=20-=20Add=20LSB=20comment?= =?UTF-8?q?=20block=20to=20init=20script=20template.=20Wed=20Jun=2027=2020?= =?UTF-8?q?07=20Ville=20Skytt=C3=A4=20=20-=20A?= =?UTF-8?q?dd=202-argument=20form=20for=20comparing=20EVR=20strings=20to?= =?UTF-8?q?=20rpmdev-vercmp=20(available=20=20=20=20=20only=20if=20rpmUtil?= =?UTF-8?q?s.miscutils=20is=20available).=20Sat=20Jun=2016=202007=20Ville?= =?UTF-8?q?=20Skytt=C3=A4=20=20-=20Include=20r?= =?UTF-8?q?pmls=20(#213778).=20Fri=20Jun=2015=202007=20Ville=20Skytt=C3=A4?= =?UTF-8?q?=20=20-=20Update=20spectool=20to=20?= =?UTF-8?q?1.0.9=20(#243731).=20Wed=20Apr=2011=202007=20Ville=20Skytt?= =?UTF-8?q?=C3=A4=20=20-=20Add=20--list-only?= =?UTF-8?q?=20option=20to=20rmdevelrpms=20(Thorsten=20Leemhuis).=20Tue=20M?= =?UTF-8?q?ar=2013=202007=20Ville=20Skytt=C3=A4=20=20-=20BR=20perl(ExtUtils::MakeMaker)=20by=20default=20in?= =?UTF-8?q?=20perl=20spec=20template.=20-=20Update=20URL.=20Wed=20Nov=208?= =?UTF-8?q?=202006=20Ville=20Skytt=C3=A4=20=20?= =?UTF-8?q?-=20Arch-qualify=20output=20of=20matched=20packages=20in=20rmde?= =?UTF-8?q?velrpms=20and=20allow=20=20=20=20=20arch-qualified=20packages?= =?UTF-8?q?=20in=20the=20config=20file.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 4 ++-- rpmdevtools.spec | 58 ++++++++++++++++++++++++++++++++++++++++++------ sources | 4 ++-- 3 files changed, 55 insertions(+), 11 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7076111..3a1b138 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -rpmdevtools-5.3.tar.bz2 -spectool-1.0.8.tar.bz2 +rpmdevtools-5.4.tar.bz2 +spectool-1.0.9.tar.bz2 diff --git a/rpmdevtools.spec b/rpmdevtools.spec index a76e961..d84e2c7 100644 --- a/rpmdevtools.spec +++ b/rpmdevtools.spec @@ -1,15 +1,15 @@ %define emacs_sitestart_d %{_datadir}/emacs/site-lisp/site-start.d %define xemacs_sitestart_d %{_datadir}/xemacs/site-packages/lisp/site-start.d -%define spectool_version 1.0.8 +%define spectool_version 1.0.9 Name: rpmdevtools -Version: 5.3 +Version: 5.4 Release: 1%{?dist} Summary: RPM Development Tools Group: Development/Tools License: GPL -URL: http://fedora.redhat.com/ +URL: http://fedoraproject.org/ Source0: %{name}-%{version}.tar.bz2 Source1: http://people.redhat.com/nphilipp/spectool/spectool-%{spectool_version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -19,10 +19,25 @@ Provides: spectool = %{spectool_version} Provides: fedora-rpmdevtools = %{version} Obsoletes: fedora-rpmdevtools < 5.0 # Required for tool operations -Requires: rpm-python, python, cpio, sed, perl, wget, file +Requires: rpm-python +Requires: python +Requires: cpio +Requires: sed +Requires: perl +Requires: wget +Requires: file # Minimal RPM build requirements -Requires: rpm-build, gcc, gcc-c++, redhat-rpm-config, make, tar, patch -Requires: diffutils, gzip, bzip2, unzip +Requires: rpm-build +Requires: gcc +Requires: gcc-c++ +Requires: redhat-rpm-config +Requires: make +Requires: tar +Requires: patch +Requires: diffutils +Requires: gzip +Requires: bzip2 +Requires: unzip %description This package contains scripts and (X)Emacs support files to aid in @@ -116,10 +131,39 @@ fi %{_bindir}/* %{_prefix}/lib/rpm/check-* %ghost %{_datadir}/*emacs -%{_mandir}/man?/*.* +%{_mandir}/man[18]/rpm*.[18]* %changelog +* Sat Jul 7 2007 Ville Skyttä - 5.4-1 +- Fix Epoch handling in the 2-arg form of rpmdev-vercmp with yum < 3.1.2. +- The long form of the list option in rmdevelrpms is --list-only, not --list. + +* Thu Jul 5 2007 Ville Skyttä +- Add cmake and scons to default devel package list in rpmdev-rmdevelrpms. +- Add LSB comment block to init script template. + +* Wed Jun 27 2007 Ville Skyttä +- Add 2-argument form for comparing EVR strings to rpmdev-vercmp + (available only if rpmUtils.miscutils is available). + +* Sat Jun 16 2007 Ville Skyttä +- Include rpmls (#213778). + +* Fri Jun 15 2007 Ville Skyttä +- Update spectool to 1.0.9 (#243731). + +* Wed Apr 11 2007 Ville Skyttä +- Add --list-only option to rmdevelrpms (Thorsten Leemhuis). + +* Tue Mar 13 2007 Ville Skyttä +- BR perl(ExtUtils::MakeMaker) by default in perl spec template. +- Update URL. + +* Wed Nov 8 2006 Ville Skyttä +- Arch-qualify output of matched packages in rmdevelrpms and allow + arch-qualified packages in the config file. + * Wed Oct 25 2006 Ville Skyttä - 5.3-1 - Update spectool to 1.0.8, fixes #212108. diff --git a/sources b/sources index ddfa0e5..fdea5a1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -4d2cd5398dfe75f2bfd96e9ecd9b46c1 rpmdevtools-5.3.tar.bz2 -42534ac977cd85df810a4450152543ec spectool-1.0.8.tar.bz2 +fe7e91079b7a317f531881ce0f205594 rpmdevtools-5.4.tar.bz2 +b3563111a44656efd3a2d9b44b830562 spectool-1.0.9.tar.bz2