Hello community, here is the log from the commit of package rsvndump for openSUSE:Leap:15.2 checked in at 2020-02-19 18:47:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/rsvndump (Old) and /work/SRC/openSUSE:Leap:15.2/.rsvndump.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rsvndump" Wed Feb 19 18:47:45 2020 rev:1 rq:776044 version:0.6 Changes: -------- New Changes file: --- /dev/null 2019-12-19 10:12:34.003146842 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.rsvndump.new.26092/rsvndump.changes 2020-02-19 18:47:46.298968453 +0100 @@ -0,0 +1,121 @@ +------------------------------------------------------------------- +Tue Dec 10 08:56:59 UTC 2019 - Martin Pluskal <[email protected]> + +- Cleanup and modernise spec file + +------------------------------------------------------------------- +Wed May 16 12:07:01 UTC 2012 - [email protected] + +- update to 0.6: + * the version path and property storages have been redesigned, resulting in a + notable speedup for certain use cases + * an issue that could have led to unloadable dumps when dumping + subdirectories has been resolved + +------------------------------------------------------------------- +Thu Mar 15 18:50:55 UTC 2012 - [email protected] + +- update to 0.5.8: + * fixes bug which occurred when directories were copied that were once + created by a replace option + * fixes bug which occurred during copy operations that also involved + modifications on subdirectories in a single revision + +------------------------------------------------------------------- +Mon Nov 21 23:07:06 UTC 2011 - [email protected] + +- add patch to fix linking order on >= 12.1 +- update to 0.5.7: + * fixes possibly invalid dump output when run with --keep-revnums + * the --dry-run and --obfuscate command line flags have been added to ease + the submission of dumps for bug reports + +------------------------------------------------------------------- +Thu Jul 21 01:34:16 UTC 2011 - [email protected] + +- update to 0.5.6: + * performance improvements for revision range determination and path hash + calculations + * a bug that could cause unloadable dumps under certain conditions as well as + a possible segmentation fault have been fixed + +------------------------------------------------------------------- +Thu Mar 3 05:56:45 UTC 2011 - [email protected] + +- update to 0.5.5: + * fixes a bug introduced in 0.5.3 that could lead to crashes when dumping a + subdirectory + * fixes performance issues caused by unnecessary stats for copied revisions + +------------------------------------------------------------------- +Sun Feb 13 11:27:55 UTC 2011 - [email protected] + +- update to 0.5.4: + * add support for svn's --config-dir option + * fixed missing deltification when running with --deltas + * fixed crash when passing certain command line options multiple times + +------------------------------------------------------------------- +Sat Mar 13 02:06:17 UTC 2010 - [email protected] + +- update to 0.5.3: + * added detection for paths affected by a copy operation, which fixes + possibly invalid dumpfiles (sf#22898487) + * moved data output to the end of the delta editor run; fixes a bug that + could prevent properties from being dumped (sf#2898815) + * fixed dumping of root node modifications + * fixed missing construction of user prefix when dumping a subdirectory with + --keep-revnums + * fixed --disable-man and --disable-tests arguments for configure + (sf#2831432) + +------------------------------------------------------------------- +Fri Jul 17 00:00:00 UTC 2009 - [email protected] + +- update to 0.5.2: + * fixes possibly wrong Node-copyfrom-rev revision numbers + * fixes a possible segmentation fault that occurred when dumping in + incremental mode and starting at revision 1 + +------------------------------------------------------------------- +Sun Jul 12 00:00:00 UTC 2009 - [email protected] + +- update to 0.5.1 + +------------------------------------------------------------------- +Thu Apr 16 00:00:00 UTC 2009 - [email protected] + +- update to 0.4.4-1, fixes building against SVN 1.6 + +------------------------------------------------------------------- +Tue Mar 31 00:00:00 UTC 2009 - [email protected] + +- update to 0.4.4: + * minor feature enhancements + +------------------------------------------------------------------- +Fri Nov 21 00:00:00 UTC 2008 - [email protected] + +- update to 0.4.3: + * new features and bugfixes + * the command line option --dump-uuid has been added, which includes the + uuid of a repository in the dump + * a bug which could occur when dumping a sub-directory via a file:// URL has + been fixed + +------------------------------------------------------------------- +Wed Oct 8 00:00:00 UTC 2008 - [email protected] + +- update to 0.4.2: + * fix a segmentation fault that could occur when using --keep-revnums + +------------------------------------------------------------------- +Sun Oct 5 00:00:00 UTC 2008 - [email protected] + +- new package, version 0.4.1: + * added --keep-revnums flag to sync revision numbers with the source + repository + * automatically switch to online mode for file://-urls + * fixed bug that prevented switching to online mode when dumping a single + file and using little or less verbosity + New: ---- rsvndump-0.6.tar.gz rsvndump-fix_linking_order.patch rsvndump.changes rsvndump.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rsvndump.spec ++++++ # vim: set ts=4 sw=4 et: # # spec file for package rsvndump # # Copyright (c) 2019 SUSE LLC # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: rsvndump Version: 0.6 Release: 0 Summary: Remote Subversion Repository Dumping Tool License: GPL-3.0-only Group: Development/Tools/Version Control URL: http://rsvndump.sourceforge.net/ Source: http://prdownloads.sourceforge.net/rsvndump/rsvndump-%{version}.tar.gz # pbleser: fixes the linking order: Patch1: rsvndump-fix_linking_order.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: libapr-util1-devel BuildRequires: libapr1-devel BuildRequires: libtool BuildRequires: openldap2-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(libsvn_delta) BuildRequires: pkgconfig(libsvn_fs) BuildRequires: pkgconfig(libsvn_ra) BuildRequires: pkgconfig(libsvn_subr) %description rsvndump is a command line tool that is able to dump a subversion repository that resides on a remote server. All data is dumped in the format that can be read/written by svnadmin, so the data produced by rsvndump can easily be imported into a new subversion repository. %lang_package %prep %autosetup -p1 %build %configure %make_build %install %make_install %find_lang rsvndump %files %license COPYING %doc AUTHORS ChangeLog README %{_bindir}/rsvndump %files lang -f %{name}.lang %changelog ++++++ rsvndump-fix_linking_order.patch ++++++ Index: rsvndump-0.6/src/Makefile.in =================================================================== --- rsvndump-0.6.orig/src/Makefile.in +++ rsvndump-0.6/src/Makefile.in @@ -84,7 +84,7 @@ am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) -LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) -o $@ SOURCES = $(rsvndump_SOURCES) DIST_SOURCES = $(rsvndump_SOURCES) am__can_run_installinfo = \ @@ -318,7 +318,7 @@ clean-binPROGRAMS: -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) rsvndump$(EXEEXT): $(rsvndump_OBJECTS) $(rsvndump_DEPENDENCIES) $(EXTRA_rsvndump_DEPENDENCIES) @rm -f rsvndump$(EXEEXT) - $(LINK) $(rsvndump_OBJECTS) $(rsvndump_LDADD) $(LIBS) + $(LINK) $(rsvndump_OBJECTS) $(rsvndump_LDADD) $(LIBS) $(AM_LDFLAGS) $(LDFLAGS) mostlyclean-compile: -rm -f *.$(OBJEXT)
