commit synnefo for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package synnefo for openSUSE:Factory checked 
in at 2019-09-23 12:34:37

Comparing /work/SRC/openSUSE:Factory/synnefo (Old)
 and  /work/SRC/openSUSE:Factory/.synnefo.new.7948 (New)


Package is "synnefo"

Mon Sep 23 12:34:37 2019 rev:3 rq:731999 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/synnefo/synnefo.changes  2017-02-07 
12:03:12.515819247 +0100
+++ /work/SRC/openSUSE:Factory/.synnefo.new.7948/synnefo.changes
2019-09-23 12:38:01.537603958 +0200
@@ -1,0 +2,7 @@
+Tue Sep 10 11:19:21 UTC 2019 - Christophe Giboudeaux 
+
+- Use -ffat-lto-objects when building static libraries.
+- Fix the package category
+- Run spec-cleaner
+
+---



Other differences:
--
++ synnefo.spec ++
--- /var/tmp/diff_new_pack.XwGWkJ/_old  2019-09-23 12:38:02.197603849 +0200
+++ /var/tmp/diff_new_pack.XwGWkJ/_new  2019-09-23 12:38:02.201603849 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package synnefo
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013-2016 Kai-Uwe Behrmann 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,30 +13,28 @@
 # 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/
 #
 
 
+%define desktopdir  %{_datadir}/applications
+Name:   synnefo
 Version:1.1.0
 Release:0
-Name:   synnefo
-Url:http://www.oyranos.org/synnefo
-Source: synnefo_%{version}.orig.tar.bz2
-%define desktopdir  /usr/share/applications
-
 Summary:Color Management Settings GUI
 License:BSD-2-Clause
 Group:  System/GUI/Other
-
-BuildRequires:  liboyranos-devel
-# we need the oyranos_logo.png icon
-Requires:   oyranos
+URL:https://www.oyranos.org/synnefo
+Source: synnefo_%{version}.orig.tar.bz2
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
+BuildRequires:  liboyranos-devel
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Widgets)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# we need the oyranos_logo.png icon
+Requires:   oyranos
 
 %package  -n libOyranosSynnefo1
 Summary:Oyranos Settings GUI
@@ -44,7 +42,7 @@
 
 %package  -n libOyranosSynnefo-devel
 Summary:Headers, configuration and documentation for synnefo
-Group:  Development/Libraries/C++
+Group:  Development/Languages/C and C++
 Requires:   libOyranosSynnefo1 = %{version}
 Requires:   liboyranos-devel
 
@@ -71,8 +69,9 @@
 %setup -q
 
 %build
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 %cmake
-make VERBOSE=1 %{_smp_mflags}
+make VERBOSE=1 %{?_smp_mflags}
 
 %install
 %if 0%{?suse_version} > 0
@@ -81,11 +80,9 @@
 %cmake_install
 
 %post -n libOyranosSynnefo1 -p /sbin/ldconfig
-
 %postun -n libOyranosSynnefo1 -p /sbin/ldconfig
 
 %files
-%defattr(-, root, root)
 %doc README.md
 %{_bindir}/*%{name}
 %{_mandir}/man1/*%{name}*
@@ -93,12 +90,10 @@
 %{desktopdir}/*%{name}.desktop
 
 %files -n libOyranosSynnefo1
-%defattr(-, root, root)
 %doc README.md
 %{_libdir}/libOyranosSynnefo*.so.*
 
 %files -n libOyranosSynnefo-devel
-%defattr(-, root, root)
 %doc README.md
 %dir %{_includedir}/synnefo/
 %{_includedir}/synnefo/*
@@ -108,7 +103,6 @@
 %{_libdir}/libOyranosSynnefo*.so
 
 %files -n libOyranosSynnefo-devel-static
-%defattr(-,root,root)
 %{_libdir}/libOyranosSynnefo*-static.a
 
 %changelog




commit synnefo for openSUSE:Factory

2017-02-07 Thread root
Hello community,

here is the log from the commit of package synnefo for openSUSE:Factory checked 
in at 2017-02-07 12:03:11

Comparing /work/SRC/openSUSE:Factory/synnefo (Old)
 and  /work/SRC/openSUSE:Factory/.synnefo.new (New)


Package is "synnefo"

Changes:

--- /work/SRC/openSUSE:Factory/synnefo/synnefo.changes  2017-02-03 
20:02:44.882287742 +0100
+++ /work/SRC/openSUSE:Factory/.synnefo.new/synnefo.changes 2017-02-07 
12:03:12.515819247 +0100
@@ -1,0 +2,5 @@
+Sat Dec 31 12:19:30 UTC 2016 - jeng...@inai.de
+
+- Set RPM groups and split static library
+
+---



Other differences:
--
++ synnefo.spec ++
--- /var/tmp/diff_new_pack.hiosLH/_old  2017-02-07 12:03:12.995751352 +0100
+++ /var/tmp/diff_new_pack.hiosLH/_new  2017-02-07 12:03:12.999750787 +0100
@@ -40,11 +40,11 @@
 
 %package  -n libOyranosSynnefo1
 Summary:Oyranos Settings GUI
-Group:  Development/Libraries/Other
+Group:  System/Libraries
 
 %package  -n libOyranosSynnefo-devel
-Summary:Headers, Configuration and static Libs + Documentation
-Group:  Development/Libraries/Other
+Summary:Headers, configuration and documentation for synnefo
+Group:  Development/Libraries/C++
 Requires:   libOyranosSynnefo1 = %{version}
 Requires:   liboyranos-devel
 
@@ -57,14 +57,22 @@
 Core library for Oyranos Settings widgets.
 
 %description   -n libOyranosSynnefo-devel
-Headers, Configuration and static Libs for Oyranos/Qt based Synnefo.
+Headers, configuration and static Libs for Oyranos/Qt based Synnefo.
+
+%package -n libOyranosSynnefo-devel-static
+Summary:Static library for synnefo
+Group:  Development/Libraries/C and C++
+Requires:   libOyranosSynnefo-devel = %{version}
+
+%description -n libOyranosSynnefo-devel-static
+Contains the static libraries for developing with synnefo.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
 %cmake
-%{__make} VERBOSE=1 %{_smp_mflags}
+make VERBOSE=1 %{_smp_mflags}
 
 %install
 %if 0%{?suse_version} > 0
@@ -98,6 +106,9 @@
 %dir %{_libdir}/cmake/synnefo/
 %{_libdir}/cmake/synnefo/*
 %{_libdir}/libOyranosSynnefo*.so
+
+%files -n libOyranosSynnefo-devel-static
+%defattr(-,root,root)
 %{_libdir}/libOyranosSynnefo*-static.a
 
 %changelog