Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libArcus for openSUSE:Factory checked in at 2021-04-29 22:46:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libArcus (Old) and /work/SRC/openSUSE:Factory/.libArcus.new.1947 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libArcus" Thu Apr 29 22:46:09 2021 rev:15 rq:889137 version:4.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libArcus/libArcus.changes 2020-12-22 13:35:47.070467033 +0100 +++ /work/SRC/openSUSE:Factory/.libArcus.new.1947/libArcus.changes 2021-04-29 22:52:48.430052978 +0200 @@ -1,0 +2,7 @@ +Mon Apr 26 19:31:52 UTC 2021 - Stefan Br??ns <stefan.bru...@rwth-aachen.de> + +- update to 4.9.0 + Release notes: + * https://github.com/Ultimaker/Cura/releases/tag/4.9 + +------------------------------------------------------------------- Old: ---- libArcus-4.8.0.tar.gz New: ---- libArcus-4.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libArcus.spec ++++++ --- /var/tmp/diff_new_pack.TrR4oJ/_old 2021-04-29 22:52:48.922050787 +0200 +++ /var/tmp/diff_new_pack.TrR4oJ/_new 2021-04-29 22:52:48.926050770 +0200 @@ -1,7 +1,7 @@ # # spec file for package libArcus # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,8 +18,8 @@ %define sover 3 Name: libArcus -%define sversion 4.8 -Version: 4.8.0 +%define sversion 4.9 +Version: 4.9.0 Release: 0 Summary: 3D printer control software License: LGPL-3.0-only @@ -77,9 +77,7 @@ Python bindings for the Arcus communication library. %prep -%setup -n %{name}-%{sversion} -%patch0 -p1 -%patch1 -p1 +%autosetup -n %{name}-%{sversion} -p1 %build %cmake ++++++ libArcus-4.8.0.tar.gz -> libArcus-4.9.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libArcus-4.8/README.md new/libArcus-4.9/README.md --- old/libArcus-4.8/README.md 2020-10-09 18:43:28.000000000 +0200 +++ new/libArcus-4.9/README.md 2020-10-16 13:53:08.000000000 +0200 @@ -16,6 +16,12 @@ * python3-dev (3.4+) * python3-sip-dev (4.16+) +On Ubuntu 20.04 this can be achieved with: + +``` +sudo apt install build-essentials cmake python3-dev python3-sip-dev protobuf-compiler libprotoc-dev libprotobuf-dev +``` + Building the library can be done with: - ```$ mkdir build && cd build```