Author: draenog Date: Sun Jun 17 22:43:39 2012 GMT Module: packages Tag: HEAD ---- Log message: - up to 1.7.11 - switch on git-svn tests
---- Files affected: packages/git-core: git-core.spec (1.281 -> 1.282) ---- Diffs: ================================================================ Index: packages/git-core/git-core.spec diff -u packages/git-core/git-core.spec:1.281 packages/git-core/git-core.spec:1.282 --- packages/git-core/git-core.spec:1.281 Mon Jun 4 15:50:52 2012 +++ packages/git-core/git-core.spec Mon Jun 18 00:43:33 2012 @@ -3,20 +3,20 @@ # Conditional build: %bcond_without tests # don't perform make test %bcond_with tests_cvs # perform tests which use CVS -%bcond_with tests_svn # perform tests which use subversion +%bcond_without tests_svn # perform tests which use subversion %bcond_without doc # skip building/packaging docs/manuals (takes some time) %include /usr/lib/rpm/macros.perl Summary: Distributed version control system focused on speed, effectivity and usability Summary(pl.UTF-8): Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności Name: git-core -Version: 1.7.10.4 +Version: 1.7.11 Release: 1 License: GPL v2 Group: Development/Tools # Source0: http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2 Source0: http://git-core.googlecode.com/files/git-%{version}.tar.gz -# Source0-md5: 68319d593d051ef76c26e945bbd2d7ac +# Source0-md5: 0beee35ec7d11756f51ca1d3ec5c0e16 Source1: %{name}-gitweb.conf Source2: %{name}-gitweb-httpd.conf Source3: %{name}-gitweb-lighttpd.conf @@ -670,6 +670,7 @@ %files svn %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/%{name}/git-svn +%{perl_vendorlib}/Git/SVN %if %{with doc} %{_mandir}/man1/git-svn.1* %endif @@ -704,7 +705,8 @@ %files -n perl-Git %defattr(644,root,root,755) %{perl_vendorlib}/Git.pm -%{perl_vendorlib}/Git +%dir %{perl_vendorlib}/Git +%{perl_vendorlib}/Git/I18N.pm %{_mandir}/man3/Git*.3pm* %files -n python-Git @@ -732,6 +734,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.282 2012/06/17 22:43:33 draenog +- up to 1.7.11 +- switch on git-svn tests + Revision 1.281 2012/06/04 13:50:52 pluto - updated to 1.7.10.4 (memory corruption bugfixes). ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/git-core/git-core.spec?r1=1.281&r2=1.282 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
