Hello community,

here is the log from the commit of package upm for openSUSE:Factory checked in 
at 2017-11-08 15:11:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/upm (Old)
 and      /work/SRC/openSUSE:Factory/.upm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "upm"

Wed Nov  8 15:11:00 2017 rev:4 rq:539616 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/upm/upm.changes  2017-08-24 18:45:49.832911575 
+0200
+++ /work/SRC/openSUSE:Factory/.upm.new/upm.changes     2017-11-08 
15:14:06.657336491 +0100
@@ -1,0 +2,21 @@
+Tue Nov  7 15:59:09 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.5.0:
+  * Introduced a flexible JSON format for technical sensor
+    specifications, notes and classification. This is also used by
+    our new UPM website
+  * Revised all C++ sensor examples and switched to stack
+    allocations where possible along with other code and formatting
+    clean-up
+  * Significantly improved docker workflow, CI integration, sanity
+    and consistency tests, static code scans and documentation
+    generation
+  * Several improvements to a couple of existing sensor drivers and
+    better compatibility with subplatforms
+  * Added new std::vector to AbstractList<> typemap for Java
+    bindings and examples
+  * New sensors: lis2ds12, lsm6ds3h, lsm6dsl, lidarlitev3
+- Drop no longer needed upm-ads1x15.patch
+- Rename python subpackage to python2
+
+-------------------------------------------------------------------

Old:
----
  upm-1.3.0.tar.gz
  upm-ads1x15.patch

New:
----
  upm-1.5.0.tar.gz

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

Other differences:
------------------
++++++ upm.spec ++++++
--- /var/tmp/diff_new_pack.1pKtLG/_old  2017-11-08 15:14:07.765296048 +0100
+++ /var/tmp/diff_new_pack.1pKtLG/_new  2017-11-08 15:14:07.781295464 +0100
@@ -18,14 +18,13 @@
 
 %define         sover 1
 Name:           upm
-Version:        1.3.0
+Version:        1.5.0
 Release:        0
 Summary:        High-level repository for sensors that use mraa
 License:        MIT
 Group:          Hardware/Other
 Url:            https://github.com/intel-iot-devkit/UPM
 Source:         
https://github.com/intel-iot-devkit/UPM/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Patch0:         upm-ads1x15.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  ninja
@@ -74,12 +73,14 @@
 
 This package contains development files for %{name}.
 
-%package -n python-%{name}
+%package -n python2-%{name}
 Summary:        Python bindings for %{name}
 Group:          Development/Languages/Python
+Provides:       python-%{name} = %{version}
+Obsoletes:      python-%{name} < %{version}
 Requires:       lib%{name}%{sover} = %{version}
 
-%description -n python-%{name}
+%description -n python2-%{name}
 The UPM repository provides software drivers for a wide variety of commonly
 used sensors and actuators. These software drivers interact with the
 underlying hardware platform (or microcontroller), as well as with the
@@ -102,7 +103,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 # remove CC BY-NC-SA 3.0 licenced images
 rm -rf docs/images
 
@@ -131,7 +131,7 @@
 %{_includedir}/%{name}
 %{_libdir}/pkgconfig/%{name}*
 
-%files -n python-%{name}
+%files -n python2-%{name}
 %{python_sitearch}/*
 
 %files -n python3-%{name}

++++++ upm-1.3.0.tar.gz -> upm-1.5.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/upm/upm-1.3.0.tar.gz 
/work/SRC/openSUSE:Factory/.upm.new/upm-1.5.0.tar.gz differ: char 13, line 1


Reply via email to