OBS User unknown 2008-01-21 00:18:44 +00:00 committed by Git OBS Bridge
parent 80f8cfec47
commit bc4f4245fb
4 changed files with 192 additions and 158 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78a98924a173af31f371409fc356d1ecfca0730023d87b8fd6b32e676ff5437c
size 8690925
oid sha256:b441645960a9637a255f4aff385381a0d3a5f01b6f7812419f6b31e27c395dc6
size 8723273

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 21 01:09:13 CET 2008 - ro@suse.de
- fix wrong requires for python2.2
-------------------------------------------------------------------
Sat Jan 19 10:58:35 CET 2008 - olh@suse.de
- update to rev 28963
various bugfixes
-------------------------------------------------------------------
Wed Jan 9 11:26:54 CET 2008 - olh@suse.de

16
subversion.py_req.patch Normal file
View File

@ -0,0 +1,16 @@
--- tools/server-side/svn_dav_log_parse.py
+++ tools/server-side/svn_dav_log_parse.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.2
+#!/usr/bin/python
# ====================================================================
# Copyright (c) 2008 CollabNet. All rights reserved.
--- tools/server-side/test_svn_dav_log_parse.py
+++ tools/server-side/test_svn_dav_log_parse.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.2
+#!/usr/bin/python
# ====================================================================
# Copyright (c) 2008 CollabNet. All rights reserved.

View File

@ -19,7 +19,7 @@ BuildRequires: neon-devel openldap2-devel
%endif
BuildRequires: sqlite-devel
Version: 1.5.0
Release: 28
Release: 31
#
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
#
@ -60,6 +60,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: subversion.py_req.patch
#
%description
@ -166,6 +167,7 @@ esac
%patch34 -p1
%patch35 -p1
%patch36
%patch37
%build
with_jdk=none
@ -419,56 +421,61 @@ rm -rf $RPM_BUILD_ROOT
%{apache_libexecdir}/mod_authz_svn.*
%changelog
* Wed Jan 09 2008 - olh@suse.de
* Mon Jan 21 2008 ro@suse.de
- fix wrong requires for python2.2
* Sat Jan 19 2008 olh@suse.de
- update to rev 28963
various bugfixes
* Wed Jan 09 2008 olh@suse.de
- update to rev 28821
various bugfixes
* Thu Dec 13 2007 - mrueckert@suse.de
* Thu Dec 13 2007 mrueckert@suse.de
- remove openldap2-devel from the buildrequires:
subversion itself does not use openldap. the missing dependency
in libapr-util1 was added there.
* Tue Nov 27 2007 - crrodriguez@suse.de
* Tue Nov 27 2007 crrodriguez@suse.de
- neon-config should be called with --libs instead of --la-file
in order to fix build with recent neon package
- fix -devel package dependencies
* Mon Nov 26 2007 - olh@suse.de
* Mon Nov 26 2007 olh@suse.de
- update to rev 28023
various bugfixes
handle empty error_stream in svn_cmdline_init() (343706)
* Fri Nov 23 2007 - olh@suse.de
* Fri Nov 23 2007 olh@suse.de
- update to rev 27987
various bugfixes
* Sat Nov 17 2007 - olh@suse.de
* Sat Nov 17 2007 olh@suse.de
- update to rev 27900
various bugfixes
* Sat Nov 10 2007 - olh@suse.de
* Sat Nov 10 2007 olh@suse.de
- update to rev 27753
various bugfixes
* Mon Nov 05 2007 - olh@suse.de
* Mon Nov 05 2007 olh@suse.de
- update to rev 27593
allow upcoming neon versions
fix return value in svn_swig_pl_info_receiver()
* Mon Oct 29 2007 - olh@suse.de
* Mon Oct 29 2007 olh@suse.de
- update to rev 27452
reenable javahl
* Thu Oct 25 2007 - dmueller@suse.de
* Thu Oct 25 2007 dmueller@suse.de
- fix subversion headers to be compileable with -pedantic
* Mon Oct 15 2007 - olh@suse.de
* Mon Oct 15 2007 olh@suse.de
- update to 1.5.x branch, to allow build with new neon
build also with sqlite-devel
disable javahl until build is fixed
* Mon Oct 15 2007 - dmueller@suse.de
* Mon Oct 15 2007 dmueller@suse.de
- update to 1.4.5:
* Security fix (for w32 only)
* no other changelog available
- fix build
* Fri Oct 12 2007 - olh@suse.de
* Fri Oct 12 2007 olh@suse.de
- allow neon 0.27
* Thu Jun 21 2007 - olh@suse.de
* Thu Jun 21 2007 olh@suse.de
- add /etc/xinetd.d/svnserve (271726)
* Wed Jun 20 2007 - olh@suse.de
* Wed Jun 20 2007 olh@suse.de
- remove X-UnitedLinux-Should-Stop from runlevel script
change Required-Start to Should-Start
* Wed Jun 20 2007 - olh@suse.de
* Wed Jun 20 2007 olh@suse.de
- Version 1.4.4
User-visible changes:
- Client:
@ -501,23 +508,23 @@ rm -rf $RPM_BUILD_ROOT
(r20667, r22311)
* SWIG/python bindings:
- fixed: memory leak whenever C APIs returned errors (r21453, r23468)
* Tue May 22 2007 - olh@suse.de
* Tue May 22 2007 olh@suse.de
- silence some lint warnings
run ldconfig in subversion-perl/python post install
remove development related files from subversion-tools
do not rerference RPM_SOURCE_DIR
no static linking anymore
* Thu May 03 2007 - prusnak@suse.cz
* Thu May 03 2007 prusnak@suse.cz
- changed expat to libexpat-devel in Requires of devel subpackage
* Sat Apr 28 2007 - olh@suse.de
* Sat Apr 28 2007 olh@suse.de
- move cvs2svn and viewvc to separate specfile
* Sat Apr 28 2007 - olh@suse.de
* Sat Apr 28 2007 olh@suse.de
- add sysconfig settings for remote access (247372)
* Sat Apr 28 2007 - olh@suse.de
* Sat Apr 28 2007 olh@suse.de
- add an example to host svn on / to subversion.conf (179404)
* Thu Mar 29 2007 - olh@suse.de
* Thu Mar 29 2007 olh@suse.de
- add /usr/share/emacs to filelist
* Sun Feb 25 2007 - olh@suse.de
* Sun Feb 25 2007 olh@suse.de
- update viewvc to 1.0.3
* fix bug in path shown for Subversion deleted-under-copy items (issue #265)
* minor documentation fixes
@ -542,7 +549,7 @@ rm -rf $RPM_BUILD_ROOT
* Further reduce conversion time and temporary space requirements.
Miscellaneous:
* Deprecate the --dump-only option (it is now implied by --dumpfile).
* Sat Feb 24 2007 - olh@suse.de
* Sat Feb 24 2007 olh@suse.de
- Version 1.4.3
User-visible-changes:
- Client:
@ -597,13 +604,13 @@ rm -rf $RPM_BUILD_ROOT
- fixed: ra_replay works with Perl delta editors (r20666)
* SWIG/python bindings:
- fixed: crash when using an apr_hash_t typemap (issue #2606)
* Thu Jan 25 2007 - olh@suse.de
* Thu Jan 25 2007 olh@suse.de
- add svnmerge.py to subversion-tools (236700)
* Sun Oct 29 2006 - meissner@suse.de
* Sun Oct 29 2006 meissner@suse.de
- use RPM_OPT_FLAGS also for C++
* Thu Sep 28 2006 - ro@suse.de
* Thu Sep 28 2006 ro@suse.de
- use source=1.4 for java compilation
* Mon Sep 25 2006 - olh@suse.de
* Mon Sep 25 2006 olh@suse.de
- update cvs2svn to 1.4.0
New features:
* Support multicomponent --trunk, --tags, and --branches paths (issue #7).
@ -624,20 +631,20 @@ rm -rf $RPM_BUILD_ROOT
Miscellaneous:
* cvs2svn now requires Python version 2.2 or later.
* cvs2svn has been broken up into many smaller python modules for clarity.
* Sat Sep 23 2006 - olh@suse.de
* Sat Sep 23 2006 olh@suse.de
- force javac 1.4 bytecode
* Thu Sep 21 2006 - olh@suse.de
* Thu Sep 21 2006 olh@suse.de
- rename viewcvs to viewvc, with no upgrade path for config files
- use the official viewvc-1.0.1 to get rid of the -dev string
add patches for https and path handling from 1.0.x branch
* Thu Sep 21 2006 - olh@suse.de
* Thu Sep 21 2006 olh@suse.de
- fix build when java is unavailable
* Thu Sep 21 2006 - olh@suse.de
* Thu Sep 21 2006 olh@suse.de
- update cvs2svn filelist for python 2.5
* Fri Sep 15 2006 - poeml@suse.de
* Fri Sep 15 2006 poeml@suse.de
- remove unused pcre-devel and redundant libapr-util1-devel from
BuildRequires
* Wed Sep 13 2006 - olh@suse.de
* Wed Sep 13 2006 olh@suse.de
- Version 1.4.0
User-visible-changes:
- Client:
@ -784,11 +791,11 @@ rm -rf $RPM_BUILD_ROOT
- fixed: handle possible errors from date/time conversions (r17213)
- fixed: SVNClient username/password JVM crash on null input (r19803 -13)
- fixed: specify default UUID load action (r18030)
* Sun Jul 23 2006 - olh@suse.de
* Sun Jul 23 2006 olh@suse.de
- tolerate neon 0.24.4 and 0.26.*
* Wed Jul 19 2006 - olh@suse.de
* Wed Jul 19 2006 olh@suse.de
- quick fix to try also an ipv4 connect if ipv6 fails (#193350)
* Sat Jul 15 2006 - olh@suse.de
* Sat Jul 15 2006 olh@suse.de
- update cvs2svn to 1.3.1
- update viewcvs to 1.0.x branch
* fix exception on log page when use_pagesize is enabled
@ -811,14 +818,14 @@ rm -rf $RPM_BUILD_ROOT
* mailer.py: add Content-Transfer-Encoding header (r19319)
* mailer.py: fixed: named substitutions incorrectly ignored (r18114, -681)
* fixed: authz requires read access for root for writes (issue #2486)
* Mon Jun 12 2006 - poeml@suse.de
* Mon Jun 12 2006 poeml@suse.de
- fix build on SUSE Linux 9.3 to 10.1 and SLES9
- remove X11 libs from BuildRequires -- they don't seem to be
required at all
* Sun Jun 11 2006 - olh@suse.de
* Sun Jun 11 2006 olh@suse.de
- update subversion.viewcvs.conf
viewcvs was renamed to viewvc, all files were renamed
* Mon May 08 2006 - olh@suse.de
* Mon May 08 2006 olh@suse.de
- update viewcvs to final release version 1.0.0
- update to 1.3.1
User-visible-changes:
@ -849,13 +856,13 @@ rm -rf $RPM_BUILD_ROOT
* python bindings: pool lifetime bug (r17992)
* python bindings: memory leak (r18230)
* python bindings: race condition during application pool initialization (r18721)
* Wed Apr 12 2006 - olh@suse.de
* Wed Apr 12 2006 olh@suse.de
- add svn_load_dirs.pl to subversion-tools package
* Tue Apr 04 2006 - olh@suse.de
* Tue Apr 04 2006 olh@suse.de
- add svn-config to subversion-devel package (#163289)
* Fri Mar 10 2006 - poeml@suse.de
* Fri Mar 10 2006 poeml@suse.de
- fix instructions in README.SuSE
* Sun Mar 05 2006 - olh@suse.de
* Sun Mar 05 2006 olh@suse.de
- pass prefix=/usr to cvs2svn install (#149809)
- update viewcvs to todays status
Improve error reporting when svn blame fails.
@ -880,36 +887,36 @@ rm -rf $RPM_BUILD_ROOT
Restore highlight "line-number-start" option.
set 'commits.log' template var instead of 'commits.desc'
Make vhost configuration work under mod_python.
* Mon Feb 27 2006 - olh@suse.de
* Mon Feb 27 2006 olh@suse.de
- fix viewcvs buglink patch
* Mon Feb 27 2006 - olh@suse.de
* Mon Feb 27 2006 olh@suse.de
- update viewcvs to todays status
correct subversion.viewcvs.conf defaults for mod_python
fix the python exceptions in viewcvs
* Sun Feb 26 2006 - olh@suse.de
* Sun Feb 26 2006 olh@suse.de
- add build dependency handling for swig bindings
* Thu Feb 23 2006 - olh@suse.de
* Thu Feb 23 2006 olh@suse.de
- update viewcvs to todays status
remove Requires: swig (#153013)
Require libapr-util1-devel libapr1-devel python-devel openldap2-devel
cvs2svn requires svnadmin from subversion
* Sun Jan 29 2006 - olh@suse.de
* Sun Jan 29 2006 olh@suse.de
- update viewcvs to todays status
update cvs2svn to current svn status
update viewcvs bugurl patch
build with -fstack-protector
disable java on ppc
* Mon Jan 23 2006 - olh@suse.de
* Mon Jan 23 2006 olh@suse.de
- update de and nb po files for subversion
update viewcvs to todays status
update cvs2svn to current svn status
* Mon Jan 09 2006 - olh@suse.de
* Mon Jan 09 2006 olh@suse.de
- fix CFLAGS usage in specfile
update viewcvs to todays status
update cvs2svn to current svn status
* Mon Jan 02 2006 - dmueller@suse.de
* Mon Jan 02 2006 dmueller@suse.de
- build against apache 2.2.x
* Sun Jan 01 2006 - olh@suse.de
* Sun Jan 01 2006 olh@suse.de
- update viewcvs to todays status
- update to 1.3.0
User-visible-changes:
@ -1000,48 +1007,48 @@ rm -rf $RPM_BUILD_ROOT
- fixed: let tests run before bindings are installed (issue #2040)
- fixed: lock command not raising errors properly (issue #2394)
- fixed: ignored errors from svn_client_blame2() (r16434)
* Wed Dec 21 2005 - olh@suse.de
* Wed Dec 21 2005 olh@suse.de
- update svn to current svn-1.3.x branch
update cvs2svn to current svn status
update viewcvs to todays status
* Fri Dec 09 2005 - olh@suse.de
* Fri Dec 09 2005 olh@suse.de
- update svn to current svn-1.3.x branch
update cvs2svn to current svn status
update viewcvs to todays status, adapt a few path names
remove libapr0 from nfb, comes from apache2-devel-packages
update svndiff script to pass more options to svn
* Sat Dec 03 2005 - olh@suse.de
* Sat Dec 03 2005 olh@suse.de
- clear LD_RUN_PATH in perl bindings
allow building with older distributions, requires swig > 1.3.21
* Sat Dec 03 2005 - olh@suse.de
* Sat Dec 03 2005 olh@suse.de
- update svn to current svn-1.3.x branch
update cvs2svn to current svn status
update svndiff script to take $rev and r$rev as arguments
* Fri Nov 25 2005 - olh@suse.de
* Fri Nov 25 2005 olh@suse.de
- update svn to current svn-1.3.x branch
update cvs2svn to current svn status
update viewcvs to todays status, it is now viewvc
* Tue Nov 08 2005 - olh@suse.de
* Tue Nov 08 2005 olh@suse.de
- update svngrep to ignore quilt metadata
* Tue Nov 08 2005 - olh@suse.de
* Tue Nov 08 2005 olh@suse.de
- update svn to current svn-1.3.x branch
update cvs2svn to current svn status
update viewcvs to todays status
* Tue Nov 08 2005 - olh@suse.de
* Tue Nov 08 2005 olh@suse.de
- remove old extra po and pt_BR locale files
* Sun Oct 30 2005 - olh@suse.de
* Sun Oct 30 2005 olh@suse.de
- update to 1.3.0rc2
update cvs2svn to current svn status
build bindings parallel
* Fri Oct 28 2005 - olh@suse.de
* Fri Oct 28 2005 olh@suse.de
- update to 1.3.0rc1
* Thu Oct 27 2005 - olh@suse.de
* Thu Oct 27 2005 olh@suse.de
- move subversion-doc to a noarch package
update cvs2svn to current svn status
update viewcvs to todays status
* Wed Sep 21 2005 - olh@suse.de
* Wed Sep 21 2005 olh@suse.de
- cvs2svn requires /usr/bin/co (#118017)
* Fri Aug 26 2005 - olh@suse.de
* Fri Aug 26 2005 olh@suse.de
- update viewcvs, more permission fixes
- update svnbook
- update po and pt_BR locale file
@ -1078,22 +1085,22 @@ rm -rf $RPM_BUILD_ROOT
- fixed: bug in SVN::Core::Stream's read function (r15698, r15700)
* ruby bindings:
- now compatible with SWIG 1.3.25 (r14980, r15361)
* Fri Aug 19 2005 - olh@suse.de
* Fri Aug 19 2005 olh@suse.de
- hide SVN_VIEWCVS_MODPYTHON section in IfModule mod_python.c
update viewcvs, more permission fixes
update svnbook
* Tue Aug 02 2005 - olh@suse.de
* Tue Aug 02 2005 olh@suse.de
- provide libsvnjavahl-1.so in main svn package, for subclipse
- update svnbook
* Tue Jul 12 2005 - olh@suse.de
* Tue Jul 12 2005 olh@suse.de
- remove --silent from libtool calls
all object files are compiled with the same CFLAGS
-fpie cant be used for shared objects, pass -fno-pie to libtool
as a quick hack
- update svnbook
* Tue Jul 12 2005 - poeml@suse.de
* Tue Jul 12 2005 poeml@suse.de
- double check that all repository access schemes are compiled
* Sun Jul 03 2005 - olh@suse.de
* Sun Jul 03 2005 olh@suse.de
- update svnbook
- build with expat instead of libxml2 (#94606)
- update buildrequires for subversion-devel
@ -1120,15 +1127,15 @@ rm -rf $RPM_BUILD_ROOT
- accessors for svn_lock_t (r15082)
- call utf_initialize, adjust global pool usage (r15076, r15080,
r15081, r15117)
* Thu Jun 16 2005 - olh@suse.de
* Thu Jun 16 2005 olh@suse.de
- update svnbook, add -fpie to CFLAGS, -pie to LDFLAGS
* Thu May 26 2005 - olh@suse.de
* Thu May 26 2005 olh@suse.de
- Fix svn-push, which was segfaulting all the time
* Thu May 26 2005 - olh@suse.de
* Thu May 26 2005 olh@suse.de
- add simple svndiff to operate on a single commit, update svnbook
* Mon May 23 2005 - olh@suse.de
* Mon May 23 2005 olh@suse.de
- switch to 1.2.0 tag, add cvs2svn faq, update svnbook
* Sat May 21 2005 - olh@suse.de
* Sat May 21 2005 olh@suse.de
- update to 1.2.0
User-visible-changes:
- Client:
@ -1232,12 +1239,12 @@ rm -rf $RPM_BUILD_ROOT
- new hook scripts: pre-lock, pre-unlock, post-lock, post-unlock
* speedups for 'svn blame' and other commands (see xdelta in release notes)
* fixed: make both svnserve and svn:// urls work with IPv6 (r13235-6)
* Sun May 01 2005 - olh@suse.de
* Sun May 01 2005 olh@suse.de
- add a simple svngrep script to simplify grep -r in repositories
* Sun May 01 2005 - olh@suse.de
* Sun May 01 2005 olh@suse.de
- rcsvnserve had a hardcoded requirement for userid/groupid svn
this is now tuneable via a sysconfig variable
* Sun May 01 2005 - olh@suse.de
* Sun May 01 2005 olh@suse.de
- update to docbook-xsl-1.68.1.tar.gz
- update to 1.1.4
User-visible-changes:
@ -1255,38 +1262,38 @@ rm -rf $RPM_BUILD_ROOT
* fixed: two dataloss bugs in svndumpfilter (r12630, r12636)
* fixed: wasteful memory usage in svndumpfilter (r12637, r12640)
* fixed: mod_dav_svn segfaults when client sends bogus paths (issue #2199)
* Wed Apr 20 2005 - ro@suse.de
* Wed Apr 20 2005 ro@suse.de
- accept swig 1.3.24
* Tue Mar 29 2005 - poeml@suse.de
* Tue Mar 29 2005 poeml@suse.de
- subversion-doc apache configuration: fix invalid mixing of +/-
with non-+/- syntax in Options directive
* Fri Mar 04 2005 - olh@suse.de
* Fri Mar 04 2005 olh@suse.de
- restore old java checks
* Thu Mar 03 2005 - olh@suse.de
* Thu Mar 03 2005 olh@suse.de
- update cvs2svn to version 1.2.1, rev r1422
* Fix cvs2svn's dumpfile output to work after Subversion's r12645.
will also improve conversion speed
* Wed Feb 23 2005 - olh@suse.de
* Wed Feb 23 2005 olh@suse.de
- build swig-pl without make -jN to avoid broken dependencies
* Tue Feb 22 2005 - ro@suse.de
* Tue Feb 22 2005 ro@suse.de
- search also for "other" java on a biarch platform
* Sat Feb 19 2005 - olh@suse.de
* Sat Feb 19 2005 olh@suse.de
- use lib macro to find java package
* Wed Feb 16 2005 - schwab@suse.de
* Wed Feb 16 2005 schwab@suse.de
- Don't override $EDITOR.
* Tue Feb 15 2005 - uli@suse.de
* Tue Feb 15 2005 uli@suse.de
- cope with jpackage-compliant IBMJava2 (fixes s390*)
* Sun Jan 23 2005 - olh@suse.de
* Sun Jan 23 2005 olh@suse.de
- set docroot=/viewcvs-docroot in viewcvs.conf
handle SVN_VIEWCVS_MODPYTHON in apache2 subversion.viewcvs.conf
* Mon Jan 17 2005 - olh@suse.de
* Mon Jan 17 2005 olh@suse.de
- update to 1.1.3
- update viewcvs and cvs2svn to current cvs/svn status
* Sat Jan 08 2005 - olh@suse.de
* Sat Jan 08 2005 olh@suse.de
- update viewcvs, includes the DESTDIR patch
* Fri Jan 07 2005 - olh@suse.de
* Fri Jan 07 2005 olh@suse.de
- build java bindings
* Thu Jan 06 2005 - olh@suse.de
* Thu Jan 06 2005 olh@suse.de
- update to 1.1.2
drop subversion-keywords_on_add.patch
http://svnbook.red-bean.com/svnbook-1.1/ch07s02.html#svn-ch-7-sect-2.4
@ -1297,15 +1304,15 @@ rm -rf $RPM_BUILD_ROOT
- update viewcvs and cvs2svn to current cvs/svn status
- rename subversion-cvs2svn to cvs2svn
- rename subversion-viewcvs to viewcvs
* Thu Oct 14 2004 - olh@suse.de
* Thu Oct 14 2004 olh@suse.de
- update to 1.0.9
User-visible-changes:
- Server:
* fixed: 'svn ls' HTTP performance regression
* fixed: 'svn log -v' hiding too much info on 'empty' revisions.
* Thu Oct 14 2004 - ro@suse.de
* Thu Oct 14 2004 ro@suse.de
- added libgcrypt, libgpg-error to neededforbuild
* Fri Sep 24 2004 - olh@suse.de
* Fri Sep 24 2004 olh@suse.de
- update to 1.0.8
CAN-2004-0749: mod_authz_svn fails to protect metadata (#45610)
Version 1.0.8
@ -1322,169 +1329,169 @@ rm -rf $RPM_BUILD_ROOT
Developer-visible changes:
* fix library dependencies for bindings
* perl bindings: various fixes
* Wed Sep 01 2004 - olh@suse.de
* Wed Sep 01 2004 olh@suse.de
- add psvn.el
* Fri Aug 27 2004 - olh@suse.de
* Fri Aug 27 2004 olh@suse.de
- update cvs2svn to 1.0.0 status, rev 1368
update viewcvs to todays status
* Mon Aug 09 2004 - olh@suse.de
* Mon Aug 09 2004 olh@suse.de
- update cvs2svn to 1.0rc4 status, rev 1322
update viewcvs to todays status
update to docbook-xsl-1.65.1.tar.gz
* Tue Aug 03 2004 - olh@suse.de
* Tue Aug 03 2004 olh@suse.de
- build perl bindings, allow make -jN
* Thu Jul 29 2004 - poeml@suse.de
* Thu Jul 29 2004 poeml@suse.de
- fix path in README.SuSE
- fix fillup of /etc/sysconfig/svnserve
* Tue Jul 27 2004 - olh@suse.de
* Tue Jul 27 2004 olh@suse.de
- update to rev 10424 from 1.0.x branch, 1.0.6 status
* Tue Jul 06 2004 - poeml@suse.de
* Tue Jul 06 2004 poeml@suse.de
- add subversion.viewcvs-buglink.patch from James Henstridge, plus
re.I modifier to match case insensitively
* Tue Jul 06 2004 - poeml@suse.de
* Tue Jul 06 2004 poeml@suse.de
- update cvs2svn to r1214
- update viewcvs to current CVS snapshot
* Mon Jul 05 2004 - poeml@suse.de
* Mon Jul 05 2004 poeml@suse.de
- fix "select for diff" in viewcvs (patch by Heinrich
Stamerjohanns)
* Mon Jun 14 2004 - olh@suse.de
* Mon Jun 14 2004 olh@suse.de
- update to rev 9955 from 1.0.x branch, 1.0.5 status
* Mon May 10 2004 - olh@suse.de
* Mon May 10 2004 olh@suse.de
- remove Requires: -<release> (#40278)
* Sun May 09 2004 - olh@suse.de
* Sun May 09 2004 olh@suse.de
- add subversion-1.0.1-exploit-old_timestamp_format.patch (#39774)
* Mon Apr 19 2004 - olh@suse.de
* Mon Apr 19 2004 olh@suse.de
- update to rev 9429 from 1.0.x branch, 1.0.2 status
* Mon Mar 08 2004 - olh@suse.de
* Mon Mar 08 2004 olh@suse.de
- update to rev 8925 from 1.0.x brancht, almost 1.0.1 status
* Thu Mar 04 2004 - poeml@suse.de
* Thu Mar 04 2004 poeml@suse.de
- add patch for ViewCVS
http://cvs.sourceforge.net/viewcvs.py/viewcvs/viewcvs/lib/ezt.py?r1=1.22&r2=1.23
* Mon Mar 01 2004 - olh@suse.de
* Mon Mar 01 2004 olh@suse.de
- update to rev 8871 from 1.0.x branch
* Sun Feb 22 2004 - olh@suse.de
* Sun Feb 22 2004 olh@suse.de
- update to 0.99.0 (1.0.0-beta1), from 1.0.x branch, rev 8806
* Sat Jan 24 2004 - olh@suse.de
* Sat Jan 24 2004 olh@suse.de
- update to 0.37.0 from 1.0-stabilization branch
allow swig 1.3.21
* Mon Sep 08 2003 - poeml@suse.de
* Mon Sep 08 2003 poeml@suse.de
- subversion-viewcvs: explicitely allow access to the
/srv/viewcvs/www/cgi directory, because we can not take it for
granted that apache2 allows it by default [#29729]
* Fri Aug 29 2003 - poeml@suse.de
* Fri Aug 29 2003 poeml@suse.de
- README.SuSE: add documentation on file permissions; fold in
feedback from Heinrich Stamerjohanns
* Fri Aug 29 2003 - mcihar@suse.cz
* Fri Aug 29 2003 mcihar@suse.cz
- subversion-cvs2svn requires python
* Wed Aug 27 2003 - olh@suse.de
* Wed Aug 27 2003 olh@suse.de
- do not install the book.pdf
* Mon Aug 18 2003 - olh@suse.de
* Mon Aug 18 2003 olh@suse.de
- update to 0.27.0, revision 6740
update viewcvs to todays cvs status
* Sun Aug 10 2003 - olh@suse.de
* Sun Aug 10 2003 olh@suse.de
- update to pre 0.27, revision 6695
* Sun Aug 10 2003 - olh@suse.de
* Sun Aug 10 2003 olh@suse.de
- add rcsvnserve
update hook template, svnlook is in /usr/bin
update viewcvs to todays cvs status
* Wed Jul 30 2003 - poeml@suse.de
* Wed Jul 30 2003 poeml@suse.de
- get CFLAGS from apxs, so they match the ones that apr and apache2
were built with
- "make external-install local-install" targets instead of make
install, to work avoid hard coded pulling of the revision number
from the svn working copy in the revision-install target
* Fri Jul 25 2003 - olh@suse.de
* Fri Jul 25 2003 olh@suse.de
- update to 0.26.0, revision 6576
* Sun Jul 20 2003 - olh@suse.de
* Sun Jul 20 2003 olh@suse.de
- split packages subversion-doc and subversion-viewcvs
use SVN_DOC instead of SVN_DOCU
use SVN_VIEWCVS to enable the scriptalias
* Sat Jul 12 2003 - olh@suse.de
* Sat Jul 12 2003 olh@suse.de
- update to 0.25.0, revision 6456
use SVN_DOCU to provide html documentation via apache2
* Sat Jul 05 2003 - olh@suse.de
* Sat Jul 05 2003 olh@suse.de
- add subversion-python_bytecode-path-pr1131.patch
do not compile in RPM_BUILD_ROOT, use builddir instead
* Tue Jun 17 2003 - olh@suse.de
* Tue Jun 17 2003 olh@suse.de
- update to 0.24.1 final, revision 6254
update svnbook.red-bean.com/book.pdf
* Tue Jun 17 2003 - kukuk@suse.de
* Tue Jun 17 2003 kukuk@suse.de
- Add missing directory to filelist
* Mon May 19 2003 - olh@suse.de
* Mon May 19 2003 olh@suse.de
- update to 0.23.0 final, revision 5981
add subversion-infopages.patch
* Sat May 10 2003 - olh@suse.de
* Sat May 10 2003 olh@suse.de
- update to 0.22.1 final, revision 5877
use apache-2.0.45 apr
* Fri May 02 2003 - olh@suse.de
* Fri May 02 2003 olh@suse.de
- update to 0.22.0 , revision 5780
build with newer apr
* Fri Apr 11 2003 - ro@suse.de
* Fri Apr 11 2003 ro@suse.de
- fix deprecated head/tail calling syntax (-1)
* Wed Mar 19 2003 - olh@suse.de
* Wed Mar 19 2003 olh@suse.de
- update to 0.19.1 , revision 5394
* Sun Mar 16 2003 - olh@suse.de
* Sun Mar 16 2003 olh@suse.de
- update to 0.19.1 , revision 5349
update book.pdf
* Tue Feb 18 2003 - poeml@suse.de
* Tue Feb 18 2003 poeml@suse.de
- python might live below /usr/lib64
* Thu Feb 13 2003 - olh@suse.de
* Thu Feb 13 2003 olh@suse.de
- update to 0.17.1 , revision 4877
finally a working cvs2svn version, use the cvs2svn-mmacek branch
* Mon Feb 10 2003 - poeml@suse.de
* Mon Feb 10 2003 poeml@suse.de
- remove hints about SuSEconfig, it's not needed. Add README.SuSE
about server configuration
- drop /etc/apache2/modules/subversion, it is no longer needed
- MPM specific links to mod_dav_svn.so are no longer needed
- server requires apache2, and a Require on apr is no longer valid
* Mon Feb 10 2003 - olh@suse.de
* Mon Feb 10 2003 olh@suse.de
- split packages cvs2svn and tools
* Thu Feb 06 2003 - olh@suse.de
* Thu Feb 06 2003 olh@suse.de
- add hint about SuSEconfig run in subversion.conf example
* Sun Feb 02 2003 - olh@suse.de
* Sun Feb 02 2003 olh@suse.de
- add subversion-0.17.1-editor.diff
subversion-0.17.1-keywords_on_add.diff
* Tue Jan 28 2003 - olh@suse.de
* Tue Jan 28 2003 olh@suse.de
- add subversion book.pdf from the website
add svnserve and svnversion
remove outdated info docu
build and add html documentation
new apache2 config file format, extend example in subversion.conf
* Wed Jan 22 2003 - olh@suse.de
* Wed Jan 22 2003 olh@suse.de
- update to 0.17.1 , revision 4508
* Tue Jan 21 2003 - olh@suse.de
* Tue Jan 21 2003 olh@suse.de
- update to 0.17.0 , revision 4474
* Thu Dec 05 2002 - poeml@suse.de
* Thu Dec 05 2002 poeml@suse.de
- update to 0.16.0 , revision 3987
- use macro <apache2-devel-packages> in #neededforbuild
- get rid of hardcoded MPM names
* Wed Dec 04 2002 - olh@suse.de
* Wed Dec 04 2002 olh@suse.de
- update to 0.15.0 , revision 3985
* Mon Nov 11 2002 - ro@suse.de
* Mon Nov 11 2002 ro@suse.de
- changed neededforbuild <xshared> to <x-devel-packages>
- changed neededforbuild <xdevel> to <>
* Sun Oct 13 2002 - olh@suse.de
* Sun Oct 13 2002 olh@suse.de
- update to 0.14.3 , revision 3360
add subversion configfiles for apache2
* Sat Oct 12 2002 - olh@suse.de
* Sat Oct 12 2002 olh@suse.de
- update to 0.14.3 , revision 3353
add more dir path to file list, add more docu
apxs is in /usr/sbin
* Thu Sep 19 2002 - olh@suse.de
* Thu Sep 19 2002 olh@suse.de
- update to 0.14.3 , revision 3188
use python-imaging instead of python-tkinter
* Sat Aug 31 2002 - poeml@suse.de
* Sat Aug 31 2002 poeml@suse.de
- update to last release 0.14.2 (svn update was broken when
repositories contained renames)
* Tue Aug 27 2002 - poeml@suse.de
* Tue Aug 27 2002 poeml@suse.de
- use apxs2, building a common mod_dav_svn.so for all three MPMs
- don't let apxs add an entry for mod_dav_svn.so into httpd.conf
* Sun Aug 11 2002 - olh@suse.de
* Sun Aug 11 2002 olh@suse.de
- update to 0.14.1, rev 2935, build html docs
* Thu Aug 01 2002 - olh@suse.de
* Thu Aug 01 2002 olh@suse.de
- update to 2840, add svnadmin and svnlock
* Tue Jul 30 2002 - olh@suse.de
* Tue Jul 30 2002 olh@suse.de
- remove apr, use apache2 instead, update to 2787
* Fri Jul 26 2002 - olh@suse.de
* Fri Jul 26 2002 olh@suse.de
- initial SuSE release with version 0.14.0.2720
built with apr_20020725163531 and apr-util-20020725