Hello community,

here is the log from the commit of package libbraille for openSUSE:Factory 
checked in at 2018-03-31 15:36:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libbraille (Old)
 and      /work/SRC/openSUSE:Factory/.libbraille.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libbraille"

Sat Mar 31 15:36:19 2018 rev:13 rq:592145 version:0.19.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libbraille/libbraille.changes    2012-02-14 
11:24:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libbraille.new/libbraille.changes       
2018-03-31 15:36:27.430624758 +0200
@@ -1,0 +2,11 @@
+Wed Mar 28 16:10:46 UTC 2018 - dims...@opensuse.org
+
+- Explicitly call autoreconf in libltdl: Fix build with automake
+  1.16.
+
+-------------------------------------------------------------------
+Tue Nov 22 08:48:48 UTC 2016 - pgaj...@suse.com
+
+- fix links in spec file, use *.gz
+
+-------------------------------------------------------------------

Old:
----
  libbraille-0.19.0.tar.bz2

New:
----
  libbraille-0.19.0.tar.gz

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

Other differences:
------------------
++++++ libbraille.spec ++++++
--- /var/tmp/diff_new_pack.AyBd3u/_old  2018-03-31 15:36:28.142598943 +0200
+++ /var/tmp/diff_new_pack.AyBd3u/_new  2018-03-31 15:36:28.142598943 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libbraille
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           libbraille
 Version:        0.19.0
 Release:        0
 Summary:        Easy access to Braille displays and terminals
-License:        LGPL-2.1
+License:        LGPL-2.1-only
 Group:          Development/Libraries/C and C++
-Url:            http://libbraille.sourceforge.net/
-Source:         http://dl.sf.net/libbraille/libbraille-%{version}.tar.bz2
+URL:            https://sourceforge.net/projects/libbraille/files/libbraille/
+Source:         
http://downloads.sourceforge.net/project/libbraille/libbraille/libbraille-%{version}/libbraille-%{version}.tar.gz
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch0:         libbraille-0.19.0-visibility.patch
 BuildRequires:  gcc-c++
@@ -32,7 +33,6 @@
 BuildRequires:  libusb-devel
 BuildRequires:  python-devel
 BuildRequires:  swig
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Libbraille is a computer shared library which makes it possible to
@@ -70,7 +70,6 @@
 Group:          Development/Libraries/Python
 Provides:       %{name}-python = %{version}
 Obsoletes:      %{name}-python < %{version}
-%py_requires
 
 %description -n python-braille
 Libbraille is a computer shared library which makes it possible to
@@ -84,6 +83,7 @@
 
 %build
 autoreconf -fi
+(cd libltdl; autoreconf -fi)
 CFLAGS="%{optflags} -fno-strict-aliasing"
 CXXFLAGS="%{optflags} -fno-strict-aliasing"
 %if 0%{?suse_version} > 1000
@@ -111,7 +111,8 @@
 
 %files
 %defattr(-, root, root, 0755)
-%doc AUTHORS ChangeLog COPYING README TODO
+%license COPYING
+%doc AUTHORS ChangeLog README TODO
 %config(noreplace) %{_sysconfdir}/libbraille.conf
 %{_bindir}/*
 %{_libdir}/*.so.*


Reply via email to