rpms/subversion/devel subversion.spec,1.131,1.132

Joe Orton jorton at fedoraproject.org
Mon Mar 9 14:18:58 UTC 2009


Author: jorton

Update of /cvs/extras/rpms/subversion/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5082

Modified Files:
	subversion.spec 
Log Message:
* Mon Mar  9 2009 Joe Orton <jorton at redhat.com> 1.5.6-2
- update to 1.5.6
- autoload psvn (#238491, Tom Tromey)
- regenerate swig bindings (#480503)



Index: subversion.spec
===================================================================
RCS file: /cvs/extras/rpms/subversion/devel/subversion.spec,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- subversion.spec	9 Mar 2009 14:03:55 -0000	1.131
+++ subversion.spec	9 Mar 2009 14:18:28 -0000	1.132
@@ -15,7 +15,7 @@
 Summary: A Modern Concurrent Version Control System
 Name: subversion
 Version: 1.5.6
-Release: 1
+Release: 2
 License: ASL 1.1
 Group: Development/Tools
 URL: http://subversion.tigris.org/
@@ -112,8 +112,10 @@
 %endif
 
 %build
-# Regenerate after patches to build.conf et al
-autoheader && autoconf && ./gen-make.py --reload
+# Regenerate the buildsystem, so that:
+#  1) patches applied to configure.in take effect
+#  2) the swig bindings are regenerated using the system swig
+./autogen.sh --release
 
 # fix shebang lines, #111498
 perl -pi -e 's|/usr/bin/env perl -w|/usr/bin/perl -w|' tools/hook-scripts/*.pl.in
@@ -183,7 +185,7 @@
 done
 
 install -m 644 $RPM_SOURCE_DIR/psvn-init.el \
-        ${RPM_BUILD_ROOT}%{_datadir}/%{_datadir}/emacs/site-lisp
+        ${RPM_BUILD_ROOT}%{_datadir}/emacs/site-lisp
 
 # Rename authz_svn INSTALL doc for docdir
 ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
@@ -279,9 +281,10 @@
 %endif
 
 %changelog
-* Mon Mar  9 2009 Joe Orton <jorton at redhat.com> 1.5.6-1
+* Mon Mar  9 2009 Joe Orton <jorton at redhat.com> 1.5.6-2
 - update to 1.5.6
 - autoload psvn (#238491, Tom Tromey)
+- regenerate swig bindings (#480503)
 
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.5-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild




More information about the fedora-extras-commits mailing list