Hello community,

here is the log from the commit of package agenda for openSUSE:Factory checked 
in at 2019-04-09 20:19:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/agenda (Old)
 and      /work/SRC/openSUSE:Factory/.agenda.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "agenda"

Tue Apr  9 20:19:15 2019 rev:4 rq:692572 version:1.0.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/agenda/agenda.changes    2018-09-25 
15:43:18.937233288 +0200
+++ /work/SRC/openSUSE:Factory/.agenda.new.3908/agenda.changes  2019-04-09 
20:19:16.477890575 +0200
@@ -1,0 +2,6 @@
+Mon Apr  8 19:52:06 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Add fix-build.patch. With recent vala versions, --thread is 
+  ignored but that also causes a build issue on openSUSE Factory.
+
+-------------------------------------------------------------------

New:
----
  fix-build.patch

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

Other differences:
------------------
++++++ agenda.spec ++++++
--- /var/tmp/diff_new_pack.1szsLq/_old  2019-04-09 20:19:17.157891502 +0200
+++ /var/tmp/diff_new_pack.1szsLq/_new  2019-04-09 20:19:17.157891502 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package agenda
 #
-# Copyright (c) 2018 SUSE LINUX 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -24,6 +24,7 @@
 Group:          Productivity/Office/Organizers
 URL:            https://github.com/dahenson/agenda
 Source:         
https://github.com/dahenson/agenda/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch0:         fix-build.patch
 BuildRequires:  cmake >= 2.8
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -46,6 +47,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %cmake -DGSETTINGS_COMPILE=OFF

++++++ fix-build.patch ++++++
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a5ca87b..e3ff699 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -89,8 +89,6 @@ PACKAGES
         glib-2.0
 CUSTOM_VAPIS
         vapi/config.vapi
-OPTIONS
-        --thread
 )
 
 include (GResource)

Reply via email to