Hello community,

here is the log from the commit of package mraa for openSUSE:Factory checked in 
at 2020-04-28 22:30:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mraa (Old)
 and      /work/SRC/openSUSE:Factory/.mraa.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mraa"

Tue Apr 28 22:30:36 2020 rev:11 rq:798509 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mraa/mraa.changes        2019-03-11 
11:17:53.229285978 +0100
+++ /work/SRC/openSUSE:Factory/.mraa.new.2738/mraa.changes      2020-04-28 
22:31:53.061699349 +0200
@@ -1,0 +2,16 @@
+Tue Apr 28 05:53:58 UTC 2020 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 2.1.0:
+  * New platforms UP Xtreme, IPi SMARC, ROCK PI 4, Raspberry Pi 4,
+    Ultra96
+  * Added support for chardev GPIO devices on Rock960
+  * Introduced APIs to initialize GPIOs by name
+  * Multiple fixes to address static tool scans and user submitted
+    bug reports
+  * Revised documentation to reflect project transfer to the
+    Eclipse Foundation
+  * Updated installation instructions for multiple distribution
+    channels
+- Drop python2 bindings
+
+-------------------------------------------------------------------

Old:
----
  mraa-2.0.0.tar.gz

New:
----
  mraa-2.1.0.tar.gz

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

Other differences:
------------------
++++++ mraa.spec ++++++
--- /var/tmp/diff_new_pack.eGSsjp/_old  2020-04-28 22:31:54.045701186 +0200
+++ /var/tmp/diff_new_pack.eGSsjp/_new  2020-04-28 22:31:54.049701193 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mraa
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define         sover 2
 Name:           mraa
-Version:        2.0.0
+Version:        2.1.0
 Release:        0
 Summary:        Low Level Skeleton Library for IO Communication
 License:        MIT
@@ -34,7 +34,6 @@
 BuildRequires:  swig
 BuildRequires:  pkgconfig(json-c)
 BuildRequires:  pkgconfig(libudev)
-BuildRequires:  pkgconfig(python2)
 BuildRequires:  pkgconfig(python3)
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64
 
@@ -80,23 +79,6 @@
 
 This package contains development files for %{name}.
 
-%package -n python2-%{name}
-Summary:        Python bindings for %{name}
-Group:          Development/Languages/Python
-Requires:       lib%{name}%{sover} = %{version}
-Provides:       python-%{name} = %{version}-%{release}
-Obsoletes:      python-%{name} < %{version}-%{release}
-
-%description -n python2-%{name}
-libmraa is a C/C++ library with bindings to Java, Python and JavaScript to
-interface with the IO on Galileo, Edison & other platforms, with a
-structured API where port names/numbering matches the board that
-you are on. Use of libmraa does not tie you to specific hardware. With board
-detection done at runtime, you can create portable code that will work
-across the supported platforms.
-
-This package contains python bindings for %{name}.
-
 %package -n python3-%{name}
 Summary:        Python3 bindings for %{name}
 Group:          Development/Languages/Python
@@ -173,7 +155,7 @@
   -DBUILDSWIGJAVA=on \
   -DBUILDSWIGNODE=off \
   -Wno-dev
-%make_jobs
+%cmake_build
 
 %install
 %cmake_install
@@ -205,9 +187,6 @@
 %{_includedir}/%{name}
 %{_libdir}/pkgconfig/%{name}.pc
 
-%files -n python2-%{name}
-%{python_sitearch}/*
-
 %files -n python3-%{name}
 %{python3_sitearch}/*
 

++++++ mraa-2.0.0.tar.gz -> mraa-2.1.0.tar.gz ++++++
++++ 12717 lines of diff (skipped)


Reply via email to