Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aseqview for openSUSE:Factory 
checked in at 2021-04-22 18:04:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aseqview (Old)
 and      /work/SRC/openSUSE:Factory/.aseqview.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aseqview"

Thu Apr 22 18:04:37 2021 rev:24 rq:887556 version:0.2.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/aseqview/aseqview.changes        2019-11-06 
13:53:07.923963000 +0100
+++ /work/SRC/openSUSE:Factory/.aseqview.new.12324/aseqview.changes     
2021-04-22 18:06:12.950719701 +0200
@@ -1,0 +2,6 @@
+Thu Apr 22 08:42:22 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Fixed and modernized SPEC file
+  * Replace broken URL with latest upstream
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ aseqview.spec ++++++
--- /var/tmp/diff_new_pack.Suuhjr/_old  2021-04-22 18:06:13.418720469 +0200
+++ /var/tmp/diff_new_pack.Suuhjr/_new  2021-04-22 18:06:13.422720475 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aseqview
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,20 @@
 
 
 Name:           aseqview
-BuildRequires:  alsa-devel
-BuildRequires:  automake
-BuildRequires:  gtk2-devel
-BuildRequires:  update-desktop-files
-Summary:        ALSA Sequencer Event Viewer
-License:        GPL-2.0-only
 Version:        0.2.8
 Release:        0
+Summary:        ALSA Sequencer Event Viewer
+License:        GPL-2.0-only
+URL:            https://github.com/tiwai/aseqview
 Source:         %{name}-%{version}.tar.xz
 Source1:        aseqview.desktop
 Source2:        aseqview.png
 Patch0:         aseqview-0.2.2.dif
 Patch1:         aseqview-quote-macros.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Url:            http://www.alsa-project.org/~iwai/alsa.html
+BuildRequires:  alsa-devel
+BuildRequires:  automake
+BuildRequires:  gtk2-devel
+BuildRequires:  update-desktop-files
 
 %description
 ASeqView is an ALSA sequencer user client that works as an event viewer
@@ -40,29 +39,27 @@
 sequencer applications.
 
 %prep
-%setup
+%setup -q
 %patch0
 %patch1 -p1
 
 %build
 autoreconf --force --install
 %configure --enable-gtk2
-make %{?_smp_mflags}
+%make_build
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+%make_install
 %suse_update_desktop_file -i aseqview AudioVideo Music GTK
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
-cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps
+mkdir -p %{buildroot}%{_datadir}/pixmaps
+cp %{SOURCE2} %{buildroot}%{_datadir}/pixmaps
 
 %files
-%defattr(-,root,root)
 %{_bindir}/*
+%license COPYING
 %doc README AUTHORS ChangeLog
-%doc %{_mandir}/man*/*
-%if %suse_version > 820
+%{_mandir}/man*/*
 %{_datadir}/applications/*.desktop
-%endif
 %{_datadir}/pixmaps/*.png
 
 %changelog

Reply via email to