Hello community,

here is the log from the commit of package libArcus for openSUSE:Factory 
checked in at 2018-07-25 16:14:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libArcus (Old)
 and      /work/SRC/openSUSE:Factory/.libArcus.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libArcus"

Wed Jul 25 16:14:50 2018 rev:1 rq:625259 version:3.4.1

Changes:
--------
New Changes file:

--- /dev/null   2018-07-14 11:19:38.193360615 +0200
+++ /work/SRC/openSUSE:Factory/.libArcus.new/libArcus.changes   2018-07-25 
16:14:56.634138489 +0200
@@ -0,0 +1,60 @@
+-------------------------------------------------------------------
+Mon Jul 16 06:24:20 UTC 2018 - [email protected]
+
+- update to version 3.4.1
+  * version update only
+
+-------------------------------------------------------------------
+Mon Jul  9 12:52:57 UTC 2018 - [email protected]
+
+- update to version 3.3.0
+  * no release notes
+
+-------------------------------------------------------------------
+Sat Jan 27 18:04:40 UTC 2018 - [email protected]
+
+- adapt directories, the binary python module is installed in the
+  correct location now, i.e. %{python_sitearch}
+
+-------------------------------------------------------------------
+Thu Jan 25 08:28:56 UTC 2018 - [email protected]
+
+- update to 3.1.0
+
+-------------------------------------------------------------------
+Fri Dec  8 17:47:20 UTC 2017 - [email protected]
+
+- Fix License, Cura 3.0 and libraries are LGPL-3.0 now
+
+-------------------------------------------------------------------
+Thu Dec  7 02:27:51 UTC 2017 - [email protected]
+
+- Revert majority of previos changes, which not only updated the
+  version, but reverted the previous cleanup
+
+-------------------------------------------------------------------
+Fri Nov  3 07:21:31 UTC 2017 - [email protected]
+
+- update to version 3.0.3
+
+-------------------------------------------------------------------
+Tue Sep 12 16:45:11 UTC 2017 - [email protected]
+
+- Cleanup spec file
+
+-------------------------------------------------------------------
+Mon Sep  4 07:09:11 UTC 2017 - [email protected]
+
+- update to version 2.7.0
+
+-------------------------------------------------------------------
+Mon Jun 26 07:00:52 UTC 2017 - [email protected]
+
+- switch to stable version 2.6.0
+
+-------------------------------------------------------------------
+Mon Jun 20 07:38:38 UTC 2016 - [email protected]
+
+- initial package of git master version
+  (stable ones need old development snapshots for protobuf)
+

New:
----
  _service
  libArcus-3.4.1.obscpio
  libArcus.changes
  libArcus.obsinfo
  libArcus.spec

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

Other differences:
------------------
++++++ libArcus.spec ++++++
#
# spec file for package CuraEngine
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#

%define soname 3
Name:           libArcus
Version:        3.4.1
Release:        0
Summary:        3D printer control software
License:        LGPL-3.0
Group:          System/Libraries
Url:            http://github.com/Ultimaker/%name
Source:         %name-%{version}.tar.xz
BuildRequires:  gcc-c++
BuildRequires:  cmake
BuildRequires:  protobuf-devel >= 3.0.0
BuildRequires:  python3-sip-devel

%description
Communication library between internal components for Ultimaker software

%package -n %name%{soname}
Summary:        3D printer control software
Group:          Development/Libraries/C and C++

%description -n %name%{soname}
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:       protobuf-devel >= 3.0.0
Requires:       python3-sip-devel

%description devel
The %{name}-devel package includes the header files, libraries and development
tools necessary for compiling and linking programs which use %{name}.

%prep
%setup

%build
%cmake
make %{?_smp_mflags}


%install
cd build
%make_install

%post   -n %name%{soname} -p /sbin/ldconfig

%postun -n %name%{soname} -p /sbin/ldconfig

%files devel
%doc TODO.md
%{_includedir}/Arcus
%{_libdir}/cmake/Arcus
%{_libdir}/libArcus.so

%files -n %name%{soname}
%license LICENSE
%doc README.md
%{python3_sitearch}/Arcus.so
%{_libdir}/libArcus.so.*

++++++ _service ++++++
<services>
  <service name="obs_scm" mode="disabled">
    <param name="url">https://github.com/Ultimaker/libArcus</param>
    <param name="scm">git</param>
    <param name="revision">3.4.1</param>
    <param name="version">3.4.1</param>
    <param name="submodules">disable</param>
  </service>
  <service mode="disabled" name="set_version" />

  <service mode="buildtime" name="tar" />
  <service mode="buildtime" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
</services>
++++++ libArcus.obsinfo ++++++
name: libArcus
version: 3.4.1
mtime: 1509229719
commit: e6cb33bc528e1422f81ab0f7a24041168f4cd05b


Reply via email to