Hello community,

here is the log from the commit of package libspnav for openSUSE:Factory 
checked in at 2018-09-03 10:34:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libspnav (Old)
 and      /work/SRC/openSUSE:Factory/.libspnav.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libspnav"

Mon Sep  3 10:34:36 2018 rev:10 rq:632479 version:0.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libspnav/libspnav.changes        2015-02-27 
11:00:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libspnav.new/libspnav.changes   2018-09-03 
10:34:39.596600895 +0200
@@ -1,0 +2,7 @@
+Tue Aug 28 20:57:44 UTC 2018 - Herbert Graeber <herb...@graeber-clan.de> 0.2.3
+
+- The project moved its official repository to github
+- Add separate LICENSE file (formerly only available as part of the
+  README file
+
+-------------------------------------------------------------------
@@ -5 +12,6 @@
-  * No changelog available
+  * fixed invalid quaternion bug in cube example, when receiving
+    zero-angle rotations.
+  * fixed memory leak in spnav_remove_events.
+  * makefile improvements (MacOS X build, DESTDIR, shared library
+    symlinks, create missing install paths).
+  * fixed bug when closing and reopening the connection to spacenavd.

New:
----
  LICENSE

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

Other differences:
------------------
++++++ libspnav.spec ++++++
--- /var/tmp/diff_new_pack.4e3Bvh/_old  2018-09-03 10:34:40.080602143 +0200
+++ /var/tmp/diff_new_pack.4e3Bvh/_new  2018-09-03 10:34:40.080602143 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libspnav
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2009,2011 Herbert Graeber
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # 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/
 #
 
 
@@ -23,10 +23,11 @@
 Summary:        Library for accessing 3D connexion devices
 License:        BSD-3-Clause
 Group:          Hardware/Other
-Url:            http://sourceforge.net/projects/spacenav/
-Source:         
http://sourceforge.net/projects/spacenav/files/spacenav%20library%20%28SDK%29/%{name}%20%{version}/%{name}-%{version}.tar.gz
-Patch:          libspnav-0.2.3-lib_links.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+URL:            http://sourceforge.net/projects/spacenav/
+Source:         
https://github.com/FreeSpacenav/%{name}/archive/%{name}-%{version}.tar.gz
+Source1:        LICENSE
+Patch0:         libspnav-0.2.3-lib_links.patch
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(x11)
 
 %description
@@ -82,8 +83,9 @@
 restrictions of the official SDK.
 
 %prep  
-%setup -q
-%patch -p1
+%setup -q -n %{name}-%{name}-%{version}
+%patch0 -p1
+cp %{SOURCE1} .
 
 %build
 # Set libdir properly
@@ -93,20 +95,18 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+%make_install
 rm -f %{buildroot}%{_libdir}/*.a
 
 %post -n libspnav0 -p /sbin/ldconfig
-
 %postun -n libspnav0 -p /sbin/ldconfig
 
 %files -n libspnav0 
-%defattr(-,root,root)
+%license LICENSE
 %doc README examples
 %{_libdir}/libspnav.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/*.h
 %{_libdir}/libspnav.so
 

++++++ LICENSE ++++++
Copyright (C) 2007-2018 John Tsiombikas <nucl...@member.fsf.org>

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
   derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE.
++++++ libspnav-0.2.3.tar.gz ++++++


Reply via email to