From 9d8839148a83c511775832e3848d5a082a799982 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Jun 14 2008 18:23:00 +0000 Subject: - 2.2b1. --- diff --git a/.cvsignore b/.cvsignore index 36b62c4..a566406 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cvsps-2.1.tar.gz +cvsps-2.2b1.tar.gz diff --git a/cvsps.spec b/cvsps.spec index 3482e74..35247af 100644 --- a/cvsps.spec +++ b/cvsps.spec @@ -1,12 +1,14 @@ +%define prever b1 + Name: cvsps -Version: 2.1 -Release: 6%{?dist} +Version: 2.2 +Release: 0.1.%{prever}%{?dist} Summary: Patchset tool for CVS Group: Development/Tools License: GPL+ URL: http://www.cobite.com/cvsps/ -Source0: http://www.cobite.com/cvsps/%{name}-%{version}.tar.gz +Source0: http://www.cobite.com/cvsps/%{name}-%{version}%{prever}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel @@ -25,7 +27,7 @@ changes were committed 'atomically' to the repository. %prep -%setup -q +%setup -q -n %{name}-%{version}%{prever} sed -i -e 's/diffs\\-opts/diff\\-opts/' cvsps.1 @@ -35,8 +37,7 @@ CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -install -Dpm 755 cvsps $RPM_BUILD_ROOT%{_bindir}/cvsps -install -Dpm 644 cvsps.1 $RPM_BUILD_ROOT%{_mandir}/man1/cvsps.1 +make install prefix=$RPM_BUILD_ROOT%{_prefix} %clean @@ -51,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jun 14 2008 Ville Skyttä - 2.2-0.1.b1 +- 2.2b1. + * Sat Feb 9 2008 Ville Skyttä - 2.1-6 - Change cvs dependency to a Requires(hint). - Fix typo in man page. diff --git a/sources b/sources index 7985a99..ea833b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bde2110ed9f5d14de8f8cb04e9d596fe cvsps-2.1.tar.gz +997580e8e283034995b9209076858c68 cvsps-2.2b1.tar.gz