[perl-Test-AutoBuild/f16] Update to 1.2.3 release

Daniel P. Berrange berrange at fedoraproject.org
Mon Aug 8 19:39:40 UTC 2011


commit 732da5035fa804ef2e1a591094af01462bbff7ea
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Mon Aug 8 20:37:49 2011 +0100

    Update to 1.2.3 release

 .gitignore                                  |    2 +-
 perl-Test-AutoBuild-1.2.2-bzr-fixes.patch   |  111 ---------------------------
 perl-Test-AutoBuild-1.2.2-cvs-sticky.patch  |   12 ---
 perl-Test-AutoBuild-1.2.2-git-output.patch  |   73 ------------------
 perl-Test-AutoBuild-1.2.2-mtn-migrate.patch |   12 ---
 perl-Test-AutoBuild.spec                    |   23 +++---
 sources                                     |    2 +-
 7 files changed, 12 insertions(+), 223 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 095de29..21c4753 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
 .build*
 noarch
 perl-Test-AutoBuild-*.rpm
-Test-AutoBuild-1.2.2.tar.gz
+Test-AutoBuild-*.tar.gz
diff --git a/perl-Test-AutoBuild.spec b/perl-Test-AutoBuild.spec
index 272f127..fe3e805 100644
--- a/perl-Test-AutoBuild.spec
+++ b/perl-Test-AutoBuild.spec
@@ -3,7 +3,7 @@
 %define appname Test-AutoBuild
 %define with_selinux 0
 
-%define with_monotone 0
+%define with_monotone 1
 %define with_tla 0
 %define with_perforce 0
 
@@ -18,16 +18,12 @@
 
 Summary: Framework for performing continuous, unattended, automated software builds
 Name: perl-%{appname}
-Version: 1.2.2
-Release: 16%{_extra_release}
+Version: 1.2.3
+Release: 1%{_extra_release}
 License: GPLv2+
 Group: Development/Tools
 Url: http://autobuild.org/
 Source: http://www.cpan.org/authors/id/D/DA/DANBERR/%{appname}-%{version}.tar.gz
-Patch1: %{name}-%{version}-git-output.patch
-Patch2: %{name}-%{version}-cvs-sticky.patch
-Patch3: %{name}-%{version}-mtn-migrate.patch
-Patch4: %{name}-%{version}-bzr-fixes.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # Technically this is a noarch package, but due to lack of ghc
 # on ppc/sparc we need to use arch specific conditionals to kill
@@ -272,10 +268,6 @@ control system
 
 %prep
 %setup -q -n %{appname}-%{version}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 %if %{with_monotone} == 0
 rm -f lib/Test/AutoBuild/Repository/Monotone.pm
 rm -f t/110-Repository-Monotone.t
@@ -300,8 +292,9 @@ rm -f t/110-Repository-Perforce.t
 %__make install \
   WITH_SELINUX=%{with_selinux} \
   PERL_INSTALL_ROOT=$RPM_BUILD_ROOT \
-  sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir} \
-  INSTALLVENDORMAN5DIR=$RPM_BUILD_ROOT%{_mandir}/man5
+  INSTALLSYSCONF=%{_sysconfdir} \
+  INSTALLSELINUX=%{_datadir}/selinux \
+  INSTALLVENDORMAN5DIR=%{_mandir}/man5
 find $RPM_BUILD_ROOT -name perllocal.pod -exec rm -f {} \;
 find $RPM_BUILD_ROOT -name .packlist -exec rm -f {} \;
 %__cp $RPM_BUILD_ROOT%{_sysconfdir}/auto-build.d/auto-build.conf \
@@ -489,6 +482,10 @@ fi
 %config(noreplace) %attr(-,builder,builder) %{_localstatedir}/lib/builder/.cvspass
 
 %changelog
+* Mon Aug  8 2011 Daniel P. Berrange <berrange at redhat.com> - 1.2.3-1
+- Update to 1.2.3 release
+- Re-enable monotone module
+
 * Thu Aug  4 2011 Daniel P. Berrange <berrange at redhat.com> - 1.2.2-16
 - Disable GNU Arch & Perforce since they are not in Fedora
 
diff --git a/sources b/sources
index bf162fa..95f07f9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-853f981d37af29d55644162d461c1e5b  Test-AutoBuild-1.2.2.tar.gz
+0fa14d6392bec3c6e82858d193ca3bbf  Test-AutoBuild-1.2.3.tar.gz


More information about the scm-commits mailing list