Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qml-box2d for openSUSE:Factory 
checked in at 2021-02-23 20:21:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qml-box2d (Old)
 and      /work/SRC/openSUSE:Factory/.qml-box2d.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qml-box2d"

Tue Feb 23 20:21:43 2021 rev:3 rq:874494 version:0+git.1523004651.b7212d5

Changes:
--------
--- /work/SRC/openSUSE:Factory/qml-box2d/qml-box2d.changes      2016-11-14 
20:13:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.qml-box2d.new.2378/qml-box2d.changes    
2021-02-23 20:23:11.059803142 +0100
@@ -1,0 +2,26 @@
+Mon Feb 22 17:33:03 UTC 2021 - br...@ioda-net.ch
+
+- Update to version 0+git.1523004651.b7212d5:
+  * debian: select qt5
+  * debian: follow debian qml-module naming sheme
+  * debian: standards-version 4.1.3 and compat 11
+  * Rename README to README.md Markdown syntax only works well with .md file 
ending.
+  * Improved readme to help beginners. Added a few screenshots of example 
scenes.
+  * Added new example revolutePlotAngle. Plots the revolute joint angle in a 
nice plot (ChartView)
+  * Fixed 'make install' command issue on Android (#119)
+  * Added new example angleTracking. Showcases a revolute joint tracking an 
angle set by mouse clicks.
+  * Removed invalid iCCP chunk from PNG files
+  * Improved the application showcase file (ui.qml):
+    - added permanent list view at side
+    - removed back button
+    - avoid balls get spawned outside of 'brickwall' scene box
+    - fixed accept keys for revolute, moving box examples
+    - added key text when necessary
+    - removed debugDraw for demolition example, as it caused the
+      example to crash if clicked from sidebar
+- Packaging
+  + refresh with spec-cleaner (license macro, copyright year)
+  + due incompatible changes use internal Box2D
+  + remove external Box2D dependency
+
+-------------------------------------------------------------------

Old:
----
  qml-box2d-0+git.1451747535.1b37be7.tar.xz

New:
----
  qml-box2d-0+git.1523004651.b7212d5.tar.xz

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

Other differences:
------------------
++++++ qml-box2d.spec ++++++
--- /var/tmp/diff_new_pack.S5U5j3/_old  2021-02-23 20:23:11.711803718 +0100
+++ /var/tmp/diff_new_pack.S5U5j3/_new  2021-02-23 20:23:11.715803722 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qml-box2d
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,22 +12,20 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           qml-box2d
-Version:        0+git.1451747535.1b37be7
+Version:        0+git.1523004651.b7212d5
 Release:        0
 Summary:        QML Box2D plugin
 License:        Zlib
 Group:          Development/Libraries/C and C++
-Url:            https://github.com/%{name}/%{name}
+URL:            https://github.com/%{name}/%{name}
 Source:         %{name}-%{version}.tar.xz
-BuildRequires:  libBox2D-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Quick)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This plugin is meant to be installed to your Qt/imports directory, or shipped
@@ -40,17 +38,18 @@
 %setup -q
 
 %build
-qmake-qt5 DEFINES+=BOX2D_SYSTEM  QMAKE_CFLAGS+="%optflags" 
QMAKE_CXXFLAGS+="%optflags" QMAKE_STRIP="/bin/true";
-make VERBOSE=1 %{?_smp_mflags}
+# FIXME: you should use the %%qmake5 macro
+qmake-qt5 QMAKE_CFLAGS+="%{optflags}" QMAKE_CXXFLAGS+="%{optflags}" 
QMAKE_STRIP="/bin/true";
+%make_build
 
 %install
-make VERBOSE=1 %{?_smp_mflags} INSTALL_ROOT="%{buildroot}" install
+make VERBOSE=1 %{?_smp_mflags} INSTALL_ROOT=%{buildroot} install
 
 rm -rf "%{buildroot}%{_libdir}/qt5/tests"
 
 %files
-%defattr(-,root,root,-)
-%doc COPYING README
+%license COPYING
+%doc README.md
 %{_libdir}/qt5/
 
 %changelog

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.S5U5j3/_old  2021-02-23 20:23:11.751803753 +0100
+++ /var/tmp/diff_new_pack.S5U5j3/_new  2021-02-23 20:23:11.751803753 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://github.com/qml-box2d/qml-box2d.git</param>
-          <param 
name="changesrevision">1b37be7d9dfb44ec6d520595a4e4f45f63717822</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">5769c15153b477372a82344b40c2b908a7d11e93</param></service></servicedata>
\ No newline at end of file

++++++ qml-box2d-0+git.1451747535.1b37be7.tar.xz -> 
qml-box2d-0+git.1523004651.b7212d5.tar.xz ++++++
/work/SRC/openSUSE:Factory/qml-box2d/qml-box2d-0+git.1451747535.1b37be7.tar.xz 
/work/SRC/openSUSE:Factory/.qml-box2d.new.2378/qml-box2d-0+git.1523004651.b7212d5.tar.xz
 differ: char 13, line 1

Reply via email to