Hello community,

here is the log from the commit of package brltty for openSUSE:Factory checked 
in at 2019-03-26 15:37:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brltty (Old)
 and      /work/SRC/openSUSE:Factory/.brltty.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brltty"

Tue Mar 26 15:37:24 2019 rev:45 rq:687728 version:6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/brltty/brltty.changes    2018-05-19 
15:41:16.249251923 +0200
+++ /work/SRC/openSUSE:Factory/.brltty.new.25356/brltty.changes 2019-03-26 
15:37:28.404371078 +0100
@@ -1,0 +2,12 @@
+Thu Feb 28 15:27:10 UTC 2019 - mgo...@suse.com
+
+- Update to version 6.0:
+  + Too many changes; please read ChangeLog :
+ - Rebased brltty-5.5-systemd-install.patch
+- api_version is now 0.7.0, and sover is now 0_7
+- brltty-systemd-wrapper now installs into /usr/libexec
+- Pass libexecdir in configure
+- LICENSE-GPL no longer exists
+- Package binaries new in 6.0
+
+-------------------------------------------------------------------

Old:
----
  brltty-5.6.tar.xz

New:
----
  brltty-6.0.tar.xz

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

Other differences:
------------------
++++++ brltty.spec ++++++
--- /var/tmp/diff_new_pack.ZC14ZI/_old  2019-03-26 15:37:29.120370794 +0100
+++ /var/tmp/diff_new_pack.ZC14ZI/_new  2019-03-26 15:37:29.124370792 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package brltty
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,14 +12,14 @@
 # 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/
 #
 
 
 %{!?tcl_version: %global tcl_version %(echo 'puts $tcl_version' | tclsh)}
 %{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl/tcl%{tcl_version}}
-%define api_version 0.6.7
-%define sover 0_6
+%define api_version 0.7.0
+%define sover 0_7
 %define soname libbrlapi%{sover}
 
 %define with_polkit 1
@@ -33,7 +33,7 @@
 %endif
 
 Name:           brltty
-Version:        5.6
+Version:        6.0
 Release:        0
 # FIXME libbraille driver when libbraille is in factory
 Summary:        Braille display driver for Linux/Unix
@@ -75,9 +75,6 @@
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xaw7)
 BuildRequires:  pkgconfig(xt)
-# needed for patch5
-BuildRequires:  autoconf
-BuildRequires:  automake
 %{?systemd_requires}
 %define _udevdir %(pkg-config --variable udevdir udev)
 
@@ -316,15 +313,14 @@
       java_inc="$java_inc $i"
 done
 export PYTHON=/usr/bin/python3
-# Needed for patch5
-./autogen
 %configure CPPFLAGS="$java_inc" \
         --with-install-root="%{buildroot}" \
+        --libexecdir=%_libexecdir \
         --disable-stripping
 make -j1 # not parallel build safe
 
 %install
-sed -i "s=/sbin/brltty-systemd-wrapper=/usr/sbin/brltty-systemd-wrapper=" 
Autostart/Systemd/brltty@.service
+sed -i 
"s=/usr/libexec/brltty-systemd-wrapper=%_libexecdir/brltty-systemd-wrapper=" 
Autostart/Systemd/brltty@.service
 make install install-systemd DESTDIR="%buildroot"
 %find_lang %{name}
 %if %{?with_polkit}
@@ -423,15 +419,19 @@
 
 %files
 %defattr(-, root, root)
-%doc LICENSE-GPL LICENSE-LGPL README README.SUSE Documents/ChangeLog 
Documents/CONTRIBUTORS Documents/HISTORY Documents/README.Bluetooth 
Documents/TODO
+%doc LICENSE-LGPL README README.SUSE Documents/ChangeLog 
Documents/CONTRIBUTORS Documents/HISTORY Documents/README.Bluetooth 
Documents/TODO
 %doc Documents/Manual-BRLTTY/English
 %config(noreplace) %{_sysconfdir}/brltty.conf
 %{_sysconfdir}/brltty/
 %{_bindir}/brltty
 %{_bindir}/brltty-atb
+%{_bindir}/brltty-cldr
 %{_bindir}/brltty-config
 %{_bindir}/brltty-ctb
 %{_bindir}/brltty-ktb
+%{_bindir}/brltty-lscmds
+%{_bindir}/brltty-lsinc
+%{_bindir}/brltty-morse
 %{_bindir}/brltty-trtxt
 %{_bindir}/brltty-ttb
 %{_bindir}/brltty-tune
@@ -442,9 +442,9 @@
 %{_datadir}/polkit-1/actions/org.a11y.brlapi.policy
 %endif
 %{_libdir}/brltty/
+%{_libexecdir}/%{name}-systemd-wrapper
 %{_mandir}/man1/brltty.1*
 %{_mandir}/man1/eutp.1.gz
-%{_sbindir}/%{name}-systemd-wrapper
 %{_udevdir}/rules.d/69-%{name}.rules
 %{_unitdir}/%{name}.path
 %{_unitdir}/%{name}@.path

++++++ brltty-5.5-systemd-install.patch ++++++
--- /var/tmp/diff_new_pack.ZC14ZI/_old  2019-03-26 15:37:29.156370780 +0100
+++ /var/tmp/diff_new_pack.ZC14ZI/_new  2019-03-26 15:37:29.160370778 +0100
@@ -1,12 +1,14 @@
-diff -urp brltty-5.5.orig/Autostart/Systemd/Makefile.in 
brltty-5.5/Autostart/Systemd/Makefile.in
---- brltty-5.5.orig/Autostart/Systemd/Makefile.in      2017-04-18 
17:35:13.000000000 -0500
-+++ brltty-5.5/Autostart/Systemd/Makefile.in   2017-04-24 15:41:00.081431353 
-0500
-@@ -16,7 +16,7 @@
- # This software is maintained by Dave Mielke <d...@mielke.cc>.
+diff -urp brltty-6.0.orig/Autostart/Systemd/Makefile.in 
brltty-6.0/Autostart/Systemd/Makefile.in
+--- brltty-6.0.orig/Autostart/Systemd/Makefile.in      2019-02-03 
12:01:38.000000000 -0600
++++ brltty-6.0/Autostart/Systemd/Makefile.in   2019-02-28 10:29:41.755615178 
-0600
+@@ -17,8 +17,8 @@
  
###############################################################################
  
+ #SYSTEMD_UNITS_DIRECTORY = $(INSTALL_ROOT)$(sysconfdir)/systemd/system
 -SYSTEMD_UNITS_DIRECTORY = $(INSTALL_ROOT)$(libdir)/systemd/system
+-SYSTEMD_SCRIPTS_DIRECTORY = $(INSTALL_ROOT)/usr/libexec
 +SYSTEMD_UNITS_DIRECTORY = $(INSTALL_ROOT)/usr/lib/systemd/system
- SYSTEMD_SCRIPTS_DIRECTORY = $(INSTALL_ROOT)$(sbindir)
++SYSTEMD_SCRIPTS_DIRECTORY = $(INSTALL_ROOT)$(libexecdir)
  
  install: install-units install-scripts
+ 

++++++ brltty-5.6.tar.xz -> brltty-6.0.tar.xz ++++++
++++ 116599 lines of diff (skipped)


Reply via email to