diff --git a/subversion.changes b/subversion.changes index 358ebe0..94c6f7f 100644 --- a/subversion.changes +++ b/subversion.changes @@ -126,6 +126,13 @@ Wed Jun 4 07:23:25 CEST 2008 - olh@suse.de - update to rev 31577, 1.5.0-rc9 translation update, two small bugfixes +------------------------------------------------------------------- +Tue Jun 3 20:47:56 CEST 2008 - poeml@suse.de + +- fix changelog, which wasn't in chronological order anymore, after + new upstream changes from Factory, by setting my changelog entry + (from the 28th) to the 25th of May + ------------------------------------------------------------------- Thu May 29 11:55:40 CEST 2008 - olh@suse.de @@ -138,6 +145,29 @@ Mon May 26 09:24:31 CEST 2008 - olh@suse.de - update to rev 31448, 1.5.0-rc7 fix API for bindings, translation update +------------------------------------------------------------------- +Wed May 25 23:01:54 CEST 2008 - poeml@suse.de + +- build the Build Service package from openSUSE:Factory again -- + thereby updating to subversion 1.5 release candidate (r31325) + + *** installations that have been running earlier pre-1.5 *** + *** versions may need to dump/reload. This can still be *** + *** done after upgrading to 1.5. *** + +- build fixes to get the Factory package building in the Build + Service again: + * change BuildRequires java2-devel-packages to java-devel, which + seems to be more universally defined + * don't build javahl bindings on 10.1/SLE10 or older -- build + doesn't work with that currently. + * fix build on SLES9 -- by not applying + subversion.libtool-pie-flags.patch there and + fixing LDFLAGS in the Makefile to use the correct libdir + * add workaround for bug 395110 -- build error on 10.1/sle10 on + x86_64: add update-alternatives to BuildRequires (but not on + sles9 where the package didn't exist) + ------------------------------------------------------------------- Wed May 21 18:42:46 CEST 2008 - olh@suse.de diff --git a/subversion.spec b/subversion.spec index 428c80d..9eeffb5 100644 --- a/subversion.spec +++ b/subversion.spec @@ -30,7 +30,7 @@ BuildRequires: neon-devel openldap2-devel %endif BuildRequires: sqlite-devel Version: 1.5.2 -Release: 1 +Release: 9 # %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services # @@ -539,12 +539,34 @@ rm -rf $RPM_BUILD_ROOT * Wed Jun 04 2008 olh@suse.de - update to rev 31577, 1.5.0-rc9 translation update, two small bugfixes +* Tue Jun 03 2008 poeml@suse.de +- fix changelog, which wasn't in chronological order anymore, after + new upstream changes from Factory, by setting my changelog entry + (from the 28th) to the 25th of May * Thu May 29 2008 olh@suse.de - update to rev 31507, 1.5.0-rc8 translation update, handle NULL pointers in ra_loader * Mon May 26 2008 olh@suse.de - update to rev 31448, 1.5.0-rc7 fix API for bindings, translation update +* Mon May 26 2008 poeml@suse.de +- build the Build Service package from openSUSE:Factory again -- + thereby updating to subversion 1.5 release candidate (r31325) + *** installations that have been running earlier pre-1.5 *** + *** versions may need to dump/reload. This can still be *** + *** done after upgrading to 1.5. *** +- build fixes to get the Factory package building in the Build + Service again: + * change BuildRequires java2-devel-packages to java-devel, which + seems to be more universally defined + * don't build javahl bindings on 10.1/SLE10 or older -- build + doesn't work with that currently. + * fix build on SLES9 -- by not applying + subversion.libtool-pie-flags.patch there and + fixing LDFLAGS in the Makefile to use the correct libdir + * add workaround for bug 395110 -- build error on 10.1/sle10 on + x86_64: add update-alternatives to BuildRequires (but not on + sles9 where the package didn't exist) * Wed May 21 2008 olh@suse.de - update to rev 31325 various minor bugfixes, translation updates