rpms/perl-SVK/devel .cvsignore, 1.6, 1.7 perl-SVK.spec, 1.17, 1.18 sources, 1.6, 1.7

Petr Pisar ppisar at fedoraproject.org
Wed Jun 23 13:15:08 UTC 2010


Author: ppisar

Update of /cvs/pkgs/rpms/perl-SVK/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19006

Modified Files:
	.cvsignore perl-SVK.spec sources 
Log Message:
2.2.3 bump


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-SVK/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	17 Jan 2009 22:24:14 -0000	1.6
+++ .cvsignore	23 Jun 2010 13:15:06 -0000	1.7
@@ -1 +1 @@
-SVK-v2.2.1.tar.gz
+SVK-v2.2.3.tar.gz


Index: perl-SVK.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-SVK/devel/perl-SVK.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- perl-SVK.spec	6 May 2010 15:54:39 -0000	1.17
+++ perl-SVK.spec	23 Jun 2010 13:15:07 -0000	1.18
@@ -1,6 +1,6 @@
 Name:           perl-SVK
-Version:        2.2.1
-Release:        6%{?dist}
+Version:        2.2.3
+Release:        1%{?dist}
 Summary:        A Distributed Version Control System
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,7 +8,7 @@ URL:            http://search.cpan.org/d
 Source0:        http://www.cpan.org/modules/by-authors/id/C/CL/CLKAO/SVK-v%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Algorithm::Annotate)
 BuildRequires:  perl(Algorithm::Diff) >= 1.19
@@ -32,7 +32,7 @@ BuildRequires:  perl(PerlIO::via::dynami
 BuildRequires:  perl(PerlIO::via::symlink) >= 0.02
 BuildRequires:  perl(Pod::Escapes)
 BuildRequires:  perl(Pod::Simple)
-BuildRequires:  perl(SVN::Mirror) >= 0.71
+#BuildRequires:  perl(SVN::Mirror) >= 0.71
 BuildRequires:  perl(SVN::Simple::Edit) >= 0.27
 BuildRequires:  perl(Term::ReadKey)
 BuildRequires:  perl(UNIVERSAL::require)
@@ -45,7 +45,7 @@ Requires:  perl(Class::Accessor::Fast)
 Requires:  perl(Class::Data::Inheritable)
 Requires:  perl(Pod::Escapes)
 Requires:  perl(Pod::Simple)
-Requires:  perl(SVN::Mirror) >= 0.71
+#Requires:  perl(SVN::Mirror) >= 0.71
 Requires:  perl(Term::ReadKey)
 Requires:  perl(Time::Progress)
 Requires:  perl(URI)
@@ -58,9 +58,9 @@ Source98:  SVK-filter-requires.sh
 
 %description
 SVK is a decentralized version control system written in Perl. It uses
-the Subversion filesystem but provides additional features:
+the Subversion file system but provides additional features:
 
-    * Offline operations like checkin, log, merge.
+    * Offline operations like check-in, log, merge.
     * Distributed branches.
     * Lightweight checkout copy management (no .svn directories).
     * Advanced merge algorithms, like star-merge and cherry picking.
@@ -90,7 +90,8 @@ chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROO
 %check
 # The tests are a bit hosed. Revisit at some point.
 #make test
-chmod -R u+w t
+# Some tests fail: <https://rt.cpan.org/Public/Bug/Display.html?id=58633>
+#chmod -R u+w t
 
 %clean
 rm -rf $RPM_BUILD_ROOT %{__perl_requires}
@@ -104,6 +105,11 @@ rm -rf $RPM_BUILD_ROOT %{__perl_requires
 %{_bindir}/svk
 
 %changelog
+* Wed Jun 23 2010 Petr Pisar <ppisar at redhat.com> - 2.2.3-1
+- 2.2.3 bump
+- Remove SVN::Mirror dependency because perl-SVN-Mirror has been retired
+- Fix spelling in description
+
 * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 2.2.1-6
 - Mass rebuild with perl-5.12.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-SVK/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	17 Jan 2009 22:24:14 -0000	1.6
+++ sources	23 Jun 2010 13:15:07 -0000	1.7
@@ -1 +1 @@
-5778f876a744acebde5c9bff0bb865ce  SVK-v2.2.1.tar.gz
+86ad8796345400b7b0338dab7a4ca977  SVK-v2.2.3.tar.gz




More information about the perl-devel mailing list