rpms/subversion/F-9 subversion.spec,1.111,1.112

Joe Orton (jorton) fedora-extras-commits at redhat.com
Thu Jul 24 16:16:38 UTC 2008


Author: jorton

Update of /cvs/extras/rpms/subversion/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4790

Modified Files:
	subversion.spec 
Log Message:
* Thu Jul 24 2008 Joe Orton <jorton at redhat.com> 1.5.0-10.fc9
- rebuild to add ra_dav library thunk



Index: subversion.spec
===================================================================
RCS file: /cvs/extras/rpms/subversion/F-9/subversion.spec,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- subversion.spec	7 Jul 2008 18:59:06 -0000	1.111
+++ subversion.spec	24 Jul 2008 16:15:52 -0000	1.112
@@ -15,7 +15,7 @@
 Summary: Modern Version Control System designed to replace CVS
 Name: subversion
 Version: 1.5.0
-Release: 8%{?dist}
+Release: 10%{?dist}
 License: ASL 1.1
 Group: Development/Tools
 URL: http://subversion.tigris.org/
@@ -190,6 +190,15 @@
      s,%{_libdir}/lib[^sa][^vp][^nr].*.la, ,g;
      }"  $RPM_BUILD_ROOT%{_libdir}/*.la
 
+# Create thunk ra_dav library for broken apps which linked against it.
+> ra_dav-thunk.c
+make ra_dav-thunk.lo
+./libtool --mode=link %{__cc} $RPM_OPT_FLAGS \
+          -shared -rpath %{_libdir} -o libsvn_ra_dav-1.la \
+          ./subversion/libsvn_ra_neon/libsvn_ra_neon-1.la
+./libtool --mode=install %{__install} -c libsvn_ra_dav-1.la \
+          $RPM_BUILD_ROOT%{_libdir}/libsvn_ra_dav-1.la
+
 %find_lang %{name}
 
 %if %{make_check}
@@ -275,6 +284,9 @@
 %endif
 
 %changelog
+* Thu Jul 24 2008 Joe Orton <jorton at redhat.com> 1.5.0-10.fc9
+- rebuild to add ra_dav library thunk
+
 * Mon Jul  7 2008 Joe Orton <jorton at redhat.com> 1.5.0-9.fc9
 - rebuild for F9
 




More information about the scm-commits mailing list