Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package brlemu for openSUSE:Factory checked 
in at 2023-10-12 23:44:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brlemu (Old)
 and      /work/SRC/openSUSE:Factory/.brlemu.new.1807 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brlemu"

Thu Oct 12 23:44:32 2023 rev:19 rq:1117491 version:0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/brlemu/brlemu.changes    2017-06-12 
15:29:31.432967298 +0200
+++ /work/SRC/openSUSE:Factory/.brlemu.new.1807/brlemu.changes  2023-10-12 
23:47:50.053333773 +0200
@@ -1,0 +2,7 @@
+Thu Oct 12 15:51:44 UTC 2023 - seife+...@b1-systems.com
+
+- fix patch application with newer rpm
+- use %license instead of %doc for COPYING file
+- fix invalid URL
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ brlemu.spec ++++++
--- /var/tmp/diff_new_pack.ausyH9/_old  2023-10-12 23:47:50.573352602 +0200
+++ /var/tmp/diff_new_pack.ausyH9/_new  2023-10-12 23:47:50.577352746 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package brlemu
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,45 +12,40 @@
 # 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/
 #
 
 
-BuildRequires:  ncurses-devel
-
 Name:           brlemu
-License:        GPL-2.0
-Group:          Development/Tools/Other
-Summary:        Emulates a braille display
 Version:        0.1
-Release:        37
-Url:            http://sourceforge.net/
+Release:        0
+Summary:        Emulates a braille display
+License:        GPL-2.0-only
+Group:          Development/Tools/Other
+URL:            https://build.opensuse.org/package/show/Base:System/brlemu
 Source:         brlemu-0.1.tgz
-Patch:          brlemu-fakeport.diff
+Patch0:         brlemu-fakeport.diff
 Patch1:         brlemu-0.1-gcc7.diff
 Patch2:         brlemu-0.1-nostrip.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ncurses-devel
 
 %description
 Brlemu emulates a braille display. It is intended for testing braille
 support without needing to acquire expensive hardware devices.
 
 %prep
-%setup -n brlemu-0.1
-%patch -p1
-%patch1 -p1
-%patch2 -p1
+%setup -q -n brlemu-0.1
+%autopatch -p1
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} CC="%{__cc}"
+%make_build CFLAGS="%{optflags}" CC="gcc"
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-make DESTDIR=$RPM_BUILD_ROOT install
+mkdir -p %{buildroot}%{_bindir}
+%make_install
 
 %files
-%defattr(-,root,root)
-/usr/bin/brlemu
+%{_bindir}/brlemu
 %doc README
-%doc COPYING
+%license COPYING
 

Reply via email to