diff --git a/pedantic-compile.diff b/pedantic-compile.diff new file mode 100644 index 0000000..a3214da --- /dev/null +++ b/pedantic-compile.diff @@ -0,0 +1,11 @@ +--- subversion/include/svn_wc.h ++++ subversion/include/svn_wc.h +@@ -795,7 +795,7 @@ typedef enum svn_wc_notify_action_t + svn_wc_notify_foreign_merge_begin, + + /** Replace notification. @since New in 1.5. */ +- svn_wc_notify_update_replace, ++ svn_wc_notify_update_replace + + } svn_wc_notify_action_t; + diff --git a/subversion.changes b/subversion.changes index 651bb87..a300df4 100644 --- a/subversion.changes +++ b/subversion.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 24 11:27:47 CEST 2008 - dmueller@suse.de + +- fix headers to compile with -pedantic again + ------------------------------------------------------------------- Tue Apr 22 09:39:30 CEST 2008 - olh@suse.de diff --git a/subversion.spec b/subversion.spec index 8627273..d0b5383 100644 --- a/subversion.spec +++ b/subversion.spec @@ -20,7 +20,7 @@ BuildRequires: neon-devel openldap2-devel %endif BuildRequires: sqlite-devel Version: 1.5.0 -Release: 72 +Release: 74 # %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services # @@ -56,6 +56,7 @@ Patch33: subversion.header_wrappers.patch Patch34: subversion.allowed-neon.patch Patch35: subversion.java14.patch Patch36: subversion-1.5.x-no-neon-la.patch +Patch37: pedantic-compile.diff # %description @@ -162,6 +163,7 @@ esac %patch34 -p1 %patch35 -p1 %patch36 -p1 +%patch37 %build with_jdk=none @@ -419,6 +421,8 @@ rm -rf $RPM_BUILD_ROOT %{apache_libexecdir}/mod_authz_svn.* %changelog +* Thu Apr 24 2008 dmueller@suse.de +- fix headers to compile with -pedantic again * Tue Apr 22 2008 olh@suse.de - update to rev 30750, 1.5.0-rc3 * Thu Mar 20 2008 olh@suse.de