Hello community,

here is the log from the commit of package libArcus for openSUSE:Factory 
checked in at 2018-07-28 12:44:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libArcus (Old)
 and      /work/SRC/openSUSE:Factory/.libArcus.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libArcus"

Sat Jul 28 12:44:06 2018 rev:2 rq:625710 version:3.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libArcus/libArcus.changes        2018-07-25 
16:14:56.634138489 +0200
+++ /work/SRC/openSUSE:Factory/.libArcus.new/libArcus.changes   2018-07-28 
12:44:08.820853080 +0200
@@ -1,0 +2,6 @@
+Fri Jul 27 07:16:07 UTC 2018 - [email protected]
+
+- Rename %soname to %sover to better reflect its use.
+- Fix RPM groups.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libArcus.spec ++++++
--- /var/tmp/diff_new_pack.y88Aas/_old  2018-07-28 12:44:09.272853900 +0200
+++ /var/tmp/diff_new_pack.y88Aas/_new  2018-07-28 12:44:09.276853908 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package CuraEngine
+# spec file for package libArcus
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -15,34 +15,35 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define soname 3
+
+%define sover 3
 Name:           libArcus
 Version:        3.4.1
 Release:        0
 Summary:        3D printer control software
-License:        LGPL-3.0
-Group:          System/Libraries
+License:        LGPL-3.0-only
+Group:          Development/Libraries/C and C++
 Url:            http://github.com/Ultimaker/%name
 Source:         %name-%{version}.tar.xz
-BuildRequires:  gcc-c++
 BuildRequires:  cmake
+BuildRequires:  gcc-c++
 BuildRequires:  protobuf-devel >= 3.0.0
 BuildRequires:  python3-sip-devel
 
 %description
 Communication library between internal components for Ultimaker software
 
-%package -n %name%{soname}
+%package -n %name%{sover}
 Summary:        3D printer control software
-Group:          Development/Libraries/C and C++
+Group:          System/Libraries
 
-%description -n %name%{soname}
+%description -n %name%{sover}
 Communication library between internal components for Ultimaker software
 
 %package devel
 Summary:        Header files for libArcus
 Group:          Development/Libraries/C and C++
-Requires:       libArcus%{soname} = %{version}
+Requires:       libArcus%{sover} = %{version}
 Requires:       protobuf-devel >= 3.0.0
 Requires:       python3-sip-devel
 
@@ -57,14 +58,12 @@
 %cmake
 make %{?_smp_mflags}
 
-
 %install
-cd build
-%make_install
+%cmake_install
 
-%post   -n %name%{soname} -p /sbin/ldconfig
+%post   -n %name%{sover} -p /sbin/ldconfig
 
-%postun -n %name%{soname} -p /sbin/ldconfig
+%postun -n %name%{sover} -p /sbin/ldconfig
 
 %files devel
 %doc TODO.md
@@ -72,9 +71,10 @@
 %{_libdir}/cmake/Arcus
 %{_libdir}/libArcus.so
 
-%files -n %name%{soname}
+%files -n %name%{sover}
 %license LICENSE
 %doc README.md
 %{python3_sitearch}/Arcus.so
 %{_libdir}/libArcus.so.*
 
+%changelog


Reply via email to