Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gede for openSUSE:Factory checked in 
at 2022-02-17 00:30:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gede (Old)
 and      /work/SRC/openSUSE:Factory/.gede.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gede"

Thu Feb 17 00:30:35 2022 rev:2 rq:955238 version:2.18.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gede/gede.changes        2022-01-22 
08:20:50.209831225 +0100
+++ /work/SRC/openSUSE:Factory/.gede.new.1956/gede.changes      2022-02-17 
00:31:58.581418349 +0100
@@ -1,0 +2,4 @@
+Tue Feb 15 22:06:03 UTC 2022 - Bruno Pitrus <brunopit...@hotmail.com>
+- Use qmake rpm macros directly instead of calling build.py to set CFLAGS 
correctly.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gede.spec ++++++
--- /var/tmp/diff_new_pack.F2MZFm/_old  2022-02-17 00:31:59.285418227 +0100
+++ /var/tmp/diff_new_pack.F2MZFm/_new  2022-02-17 00:31:59.293418225 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package gede
 #
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2022 Bruno Pitrus <brunopit...@hotmail.com>
 #
 # All modifications and additions to the file contributed by third parties
@@ -25,9 +26,8 @@
 URL:            https://gede.dexar.se
 Source0:        https://gede.dexar.se/uploads/source/gede-%{version}.tar.xz
 Source1:        gede.desktop
-BuildRequires:  ctags
-BuildRequires:  libqt5-qtbase-common-devel
 BuildRequires:  libQt5Widgets-devel
+BuildRequires:  libqt5-qtbase-common-devel
 Requires:       ctags
 Recommends:     gdb
 
@@ -39,11 +39,14 @@
 %setup -q
 
 %build
-%make_build
+cd src
+%qmake5
+%make_jobs
 
 %install
-./build.py --prefix=%{buildroot}%{_prefix} install
+install -pvDm755 %{_builddir}/%{name}-%{version}/src/gede -t 
%{buildroot}%{_bindir}
 install -pvDm644 %{_sourcedir}/gede.desktop -t 
%{buildroot}%{_datadir}/applications
+
 %files
 %{_bindir}/gede
 %{_datadir}/applications/gede.desktop

Reply via email to