rpms/subversion/F-11 sources, 1.39, 1.40 subversion.spec, 1.142, 1.143 upstream, 1.24, 1.25

jorton jorton at fedoraproject.org
Fri Aug 7 07:35:02 UTC 2009


Author: jorton

Update of /cvs/extras/rpms/subversion/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30889

Modified Files:
	sources subversion.spec upstream 
Log Message:
* Fri Aug  7 2009 Joe Orton <jorton at redhat.com> 1.6.4-2
- update to 1.6.4



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/subversion/F-11/sources,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- sources	16 Jun 2009 14:29:46 -0000	1.39
+++ sources	7 Aug 2009 07:35:01 -0000	1.40
@@ -1 +1 @@
-93f128306b11e1a1c64ff51338777952  subversion-1.6.2.tar.gz
+9649be6c47b7d915dce75a1198900c25  subversion-1.6.4.tar.gz


Index: subversion.spec
===================================================================
RCS file: /cvs/extras/rpms/subversion/F-11/subversion.spec,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -p -r1.142 -r1.143
--- subversion.spec	16 Jun 2009 14:29:46 -0000	1.142
+++ subversion.spec	7 Aug 2009 07:35:01 -0000	1.143
@@ -14,8 +14,8 @@
 
 Summary: A Modern Concurrent Version Control System
 Name: subversion
-Version: 1.6.2
-Release: 3%{?dist}
+Version: 1.6.4
+Release: 2%{?dist}
 License: ASL 1.1
 Group: Development/Tools
 URL: http://subversion.tigris.org/
@@ -188,6 +188,13 @@ install -m 644 $RPM_SOURCE_DIR/subversio
 rm -rf ${RPM_BUILD_ROOT}%{_includedir}/subversion-*/*.txt \
        ${RPM_BUILD_ROOT}%{python_sitearch}/*/*.{a,la}
 
+# The SVN build system is broken w.r.t. DSO support; it treats
+# normal libraries as DSOs and puts them in $libdir, whereas they
+# should go in some subdir somewhere, and be linked using -module,
+# etc.  So, forcibly nuke the .so's for libsvn_auth_{gnome,kde},
+# since nothing should ever link against them directly.
+rm -f ${RPM_BUILD_ROOT}%{_libdir}/libsvn_auth_*.so
+
 # remove stuff produced with Perl modules
 find $RPM_BUILD_ROOT -type f \
     -a \( -name .packlist -o \( -name '*.bs' -a -empty \) \) \
@@ -318,6 +325,15 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Fri Aug  7 2009 Joe Orton <jorton at redhat.com> 1.6.4-2
+- update to 1.6.4
+
+* Thu Jul 23 2009 Joe Orton <jorton at redhat.com> 1.6.3-2
+- remove -devel dependency on -gnome, -kde (#513313)
+
+* Tue Jun 23 2009 Joe Orton <jorton at redhat.com> 1.6.3-1
+- update to 1.6.3
+
 * Sun Jun 14 2009 Joe Orton <jorton at redhat.com> 1.6.2-3
 - add -gnome, -kde subpackages
 
@@ -327,10 +343,6 @@ rm -rf ${RPM_BUILD_ROOT}
 * Fri May 15 2009 Joe Orton <jorton at redhat.com> 1.6.2-1
 - update to 1.6.2
 
-* Thu May 14 2009 Joe Orton <jorton at redhat.com> 1.6.1-5
-- fix libjavahl link (#496617)
-- fix RPATHs in binaries (#469524)
-
 * Wed Apr 15 2009 Joe Orton <jorton at redhat.com> 1.6.1-4
 - really disable PIE
 


Index: upstream
===================================================================
RCS file: /cvs/extras/rpms/subversion/F-11/upstream,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- upstream	14 Apr 2009 07:37:15 -0000	1.24
+++ upstream	7 Aug 2009 07:35:01 -0000	1.25
@@ -1 +1 @@
-subversion-1.6.1.tar.gz
+subversion-1.6.4.tar.gz




More information about the fedora-extras-commits mailing list