packages: subversion/subversion.spec - rel 4 - more TODO - added missing sc...

baggins baggins at pld-linux.org
Wed Mar 31 16:54:48 CEST 2010


Author: baggins                      Date: Wed Mar 31 14:54:48 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 4
- more TODO
- added missing scriptlets for apache-mod_authz_svn

---- Files affected:
packages/subversion:
   subversion.spec (1.273 -> 1.274) 

---- Diffs:

================================================================
Index: packages/subversion/subversion.spec
diff -u packages/subversion/subversion.spec:1.273 packages/subversion/subversion.spec:1.274
--- packages/subversion/subversion.spec:1.273	Tue Mar  2 15:25:28 2010
+++ packages/subversion/subversion.spec	Wed Mar 31 16:54:42 2010
@@ -4,6 +4,7 @@
 # - remove net_client_only and add db bcond (then without apache and
 #   without db => net_client_only - spec will be more simpler, I think)
 # - finish ruby
+# - http://subversion.tigris.org/issues/show_bug.cgi?id=2753
 #
 # Conditional build:
 %bcond_with	net_client_only		# build only net client
@@ -37,7 +38,7 @@
 Summary(pt_BR.UTF-8):	Sistema de versionamento concorrente
 Name:		subversion
 Version:	1.6.9
-Release:	3
+Release:	4
 License:	Apache/BSD-like
 Group:		Development/Version Control
 Source0:	http://subversion.tigris.org/downloads/%{name}-%{version}.tar.bz2
@@ -603,6 +604,14 @@
 	%service -q httpd restart
 fi
 
+%post -n apache-mod_authz_svn
+%service -q httpd restart
+
+%preun -n apache-mod_authz_svn
+if [ "$1" = "0" ]; then
+	%service -q httpd restart
+fi
+
 %files
 %defattr(644,root,root,755)
 %doc BUGS CHANGES COPYING INSTALL README
@@ -824,6 +833,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.274  2010/03/31 14:54:42  baggins
+- rel 4
+- more TODO
+- added missing scriptlets for apache-mod_authz_svn
+
 Revision 1.273  2010/03/02 14:25:28  baggins
 - rel 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/subversion/subversion.spec?r1=1.273&r2=1.274&f=u



More information about the pld-cvs-commit mailing list