Hello community, here is the log from the commit of package svn2git for openSUSE:Factory checked in at 2019-06-05 11:46:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/svn2git (Old) and /work/SRC/openSUSE:Factory/.svn2git.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "svn2git" Wed Jun 5 11:46:49 2019 rev:4 rq:707695 version:1.0.16 Changes: -------- --- /work/SRC/openSUSE:Factory/svn2git/svn2git.changes 2015-11-24 22:34:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.svn2git.new.5148/svn2git.changes 2019-06-05 11:46:53.418984860 +0200 @@ -1,0 +2,17 @@ +Tue Jun 4 21:09:58 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Update to 1.0.16. Changes since 1.0.13: + * Don't warn about branches created at revision 1 + * Fix a build error + +------------------------------------------------------------------- +Mon Apr 8 10:29:42 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Update to 1.0.13: + * Create annotated tags even when dealing with sub-paths + * *.pro: remove "Automatically generated by qmake…" header + * Allow compiling against SVN 1.8. +- Drop the Qt4 dependency +- Run spec-cleaner + +------------------------------------------------------------------- Old: ---- 1.0.10.tar.gz New: ---- svn2git-1.0.16.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ svn2git.spec ++++++ --- /var/tmp/diff_new_pack.OjnDJV/_old 2019-06-05 11:46:54.458984598 +0200 +++ /var/tmp/diff_new_pack.OjnDJV/_new 2019-06-05 11:46:54.466984596 +0200 @@ -1,7 +1,7 @@ # # spec file for package svn2git # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,29 +12,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: svn2git -Version: 1.0.10 +Version: 1.0.16 Release: 0 Summary: Importer for one time conversion from SVN to Git -License: GPL-3.0 +License: GPL-3.0-only Group: Development/Tools/Version Control -Url: http://github.com/svn-all-fast-export/svn2git -Source0: https://github.com/svn-all-fast-export/%{name}/archive/%{version}.tar.gz -%if 0%{?suse_version} > 1320 -%define qmake_bin qmake-qt5 -BuildRequires: pkgconfig(Qt5Core) -%else -BuildRequires: libqt4-devel -%define qmake_bin qmake -%endif +URL: http://github.com/svn-all-fast-export/svn2git +Source0: https://github.com/svn-all-fast-export/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: pkgconfig BuildRequires: subversion-devel +BuildRequires: pkgconfig(Qt5Core) Requires: git Requires: subversion -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Tool to convert an SVN repository to Git based on a custom written ruleset, in @@ -44,16 +38,16 @@ %setup -q %build -%{qmake_bin} -o Makefile fast-export2.pro PREFIX=%{_prefix} CONFIG+=RELEASE QMAKE_CXXFLAGS="%{optflags}" QMAKE_CFLAGS="%{optflags}" -make %{?_smp_mflags} +%qmake5 -o Makefile fast-export2.pro CONFIG+=RELEASE +%make_jobs %install install -Dm755 svn-all-fast-export %{buildroot}/%{_bindir}/svn-all-fast-export ln -s %{_bindir}/svn-all-fast-export %{buildroot}/%{_bindir}/%{name} %files -%defattr(-,root,root) -%doc samples +%license LICENSE +%doc samples README.md %{_bindir}/svn-all-fast-export %{_bindir}/%{name}
