Hello community,

here is the log from the commit of package libbullet for openSUSE:Factory 
checked in at 2020-02-05 19:43:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libbullet (Old)
 and      /work/SRC/openSUSE:Factory/.libbullet.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libbullet"

Wed Feb  5 19:43:06 2020 rev:8 rq:770196 version:2.89

Changes:
--------
--- /work/SRC/openSUSE:Factory/libbullet/libbullet.changes      2019-06-19 
21:02:35.574198845 +0200
+++ /work/SRC/openSUSE:Factory/.libbullet.new.26092/libbullet.changes   
2020-02-05 19:44:10.127338180 +0100
@@ -1,0 +2,11 @@
+Sat Feb  1 04:52:24 UTC 2020 - Max Mitschke <[email protected]>
+
+- Removed fix-pkgconfig-cflags.patch
+- Added fix-pkgconfig-includedir.patch
+- Update to v2.89 
+  * New implementation of volumetric deformable objects and cloth
+    based on the Finite Element Method
+  * Two-way coupling between deformabled and rigit/multi body
+    is achieved using a unified constraint solver
+
+-------------------------------------------------------------------

Old:
----
  bullet3-2.88.tar.gz
  fix-pkgconfig-cflags.patch

New:
----
  bullet3-2.89.tar.gz
  fix-pkgconfig-includedir.patch

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

Other differences:
------------------
++++++ libbullet.spec ++++++
--- /var/tmp/diff_new_pack.CUh3wZ/_old  2020-02-05 19:44:13.519339795 +0100
+++ /var/tmp/diff_new_pack.CUh3wZ/_new  2020-02-05 19:44:13.523339797 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libbullet
 #
-# 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
@@ -16,19 +16,19 @@
 #
 
 
-%define sover   2_88
+%define sover   2_89
 %define lname   libbullet%{sover}
 %define pdesc   Bullet is a Collision Detection and Rigid Body Dynamics 
Library.
 Name:           libbullet
-Version:        2.88
+Version:        2.89
 Release:        0
 Summary:        Bullet Continuous Collision Detection and Physics Library
 License:        Zlib
 Group:          Development/Libraries/C and C++
 URL:            https://pybullet.org/wordpress/
 Source:         
https://github.com/bulletphysics/bullet3/archive/%{version}/bullet3-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM fix-pkgconfig-cflags.patch gh#bulletphysics/bullet3#626
-Patch1:         fix-pkgconfig-cflags.patch
+# PATCH-FIX-OPENSUSE fix-pkgconfig-includedir.patch
+Patch1:         fix-pkgconfig-includedir.patch
 Patch2:         use-system-libs.patch
 BuildRequires:  cmake
 BuildRequires:  dos2unix

++++++ bullet3-2.88.tar.gz -> bullet3-2.89.tar.gz ++++++
/work/SRC/openSUSE:Factory/libbullet/bullet3-2.88.tar.gz 
/work/SRC/openSUSE:Factory/.libbullet.new.26092/bullet3-2.89.tar.gz differ: 
char 13, line 1

++++++ fix-pkgconfig-includedir.patch ++++++
diff -Naur a/bullet.pc.cmake b/bullet.pc.cmake
--- a/bullet.pc.cmake   2019-12-20 19:26:32.000000000 -0500
+++ b/bullet.pc.cmake   2020-02-01 00:18:39.859704707 -0500
@@ -1,7 +1,7 @@
 prefix=@CMAKE_INSTALL_PREFIX@
 exec_prefix=${prefix}
 libdir=${exec_prefix}/@LIB_DESTINATION@
-includedir=${prefix}/@INCLUDE_INSTALL_DIR@
+includedir=${prefix}/include/bullet
 
 Name: bullet
 Description: Bullet Continuous Collision Detection and Physics Library

Reply via email to