Hello community,

here is the log from the commit of package svn2git for openSUSE:Factory checked 
in at 2015-05-02 21:38:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/svn2git (Old)
 and      /work/SRC/openSUSE:Factory/.svn2git.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "svn2git"

Changes:
--------
--- /work/SRC/openSUSE:Factory/svn2git/svn2git.changes  2014-11-24 
11:08:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.svn2git.new/svn2git.changes     2015-05-02 
21:38:52.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Apr 28 21:02:27 UTC 2015 - crrodrig...@opensuse.org
+
+- Use qt5 in Factory instead of qt4, no source code 
+  changes needed.
+- Do not call lrelease, no translations found.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ svn2git.spec ++++++
--- /var/tmp/diff_new_pack.KrgYvK/_old  2015-05-02 21:38:52.000000000 +0200
+++ /var/tmp/diff_new_pack.KrgYvK/_new  2015-05-02 21:38:52.000000000 +0200
@@ -25,7 +25,13 @@
 Group:          Development/Tools/Version Control
 Url:            http://gitorious.org/svn2git/svn2git
 Source0:        https://gitorious.org/%{name}/%{name}/archive/%{commit}.tar.gz
+%if 0%{?suse_version} > 1320
+%define qmake_bin qmake-qt5
+BuildRequires:  pkgconfig(Qt5Core)
+%else
 BuildRequires:  libqt4-devel
+%define qmake_bin qmake
+%endif
 BuildRequires:  subversion-devel
 Requires:       git
 Requires:       subversion
@@ -39,9 +45,8 @@
 %setup -q -n %{name}-%{name}
 
 %build
-qmake -o Makefile fast-export2.pro PREFIX=%{_prefix} CONFIG+=RELEASE 
QMAKE_CXXFLAGS="%{optflags}" QMAKE_CFLAGS="%{optflags}"
+%{qmake_bin} -o Makefile fast-export2.pro PREFIX=%{_prefix} CONFIG+=RELEASE 
QMAKE_CXXFLAGS="%{optflags}" QMAKE_CFLAGS="%{optflags}"
 make %{?_smp_mflags}
-lrelease fast-export2.pro
 
 %install
 install -Dm755 svn-all-fast-export %{buildroot}/%{_bindir}/svn-all-fast-export


Reply via email to