Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gramofile for openSUSE:Factory 
checked in at 2024-02-28 19:47:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gramofile (Old)
 and      /work/SRC/openSUSE:Factory/.gramofile.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gramofile"

Wed Feb 28 19:47:21 2024 rev:21 rq:1152853 version:1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/gramofile/gramofile.changes      2015-09-30 
05:52:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gramofile.new.1770/gramofile.changes    
2024-02-28 19:47:40.635026578 +0100
@@ -1,0 +2,10 @@
+Wed Feb 28 08:09:11 UTC 2024 - Martin Pluskal <mplus...@suse.com>
+
+- Small spec file cleanup
+
+-------------------------------------------------------------------
+Tue Feb 27 11:10:03 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Use %patch -P N instead of deprecated %patchN.
+
+-------------------------------------------------------------------

Old:
----
  50-cmf3.dpatch

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

Other differences:
------------------
++++++ gramofile.spec ++++++
--- /var/tmp/diff_new_pack.UkKCe2/_old  2024-02-28 19:47:42.259085659 +0100
+++ /var/tmp/diff_new_pack.UkKCe2/_new  2024-02-28 19:47:42.259085659 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gramofile
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,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/
 #
 
 
@@ -20,10 +20,8 @@
 Version:        1.6
 Release:        0
 Summary:        Digitize Audio Records
-License:        GPL-2.0+
-Group:          Productivity/Multimedia/Sound/Editors and Convertors
-#BuildRequires:  fftw3-devel
-Url:            http://www.opensourcepartners.nl/~costar/gramofile/
+License:        GPL-2.0-or-later
+URL:            http://www.opensourcepartners.nl/~costar/gramofile/
 Source0:        
http://www.opensourcepartners.nl/~costar/gramofile/gramofile-%{version}.tar.gz
 Source1:        gramofile.1
 Patch1:         gramofile-1.6-makefiles.dif
@@ -36,7 +34,6 @@
 Patch8:         20-warning-fixes.dpatch
 Patch9:         30-basename-fix.dpatch
 Patch10:        40-fast-swap-and-buffer.dpatch
-Patch11:        50-cmf3.dpatch
 Patch12:        60-bplay_in_gramo.dpatch
 Patch13:        70-endian-fixes.dpatch
 Patch14:        80_fix_wav_length.dpatch
@@ -44,7 +41,6 @@
 BuildRequires:  ncurses-devel
 Provides:       gramofil = %{version}-%{release}
 Obsoletes:      gramofil < %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Gramofile is a program to digitize audio records. Through the
@@ -65,26 +61,23 @@
 %patch8
 %patch9
 %patch10
-# Disable for now, needs to be ported to fftw3
-#%%patch11
 %patch12
 %patch13
 %patch14
 %patch15
 
 %build
-make %{?_smp_mflags} CC="gcc"
+%make_build CC="gcc"
 
 %install
 make CC="gcc" DESTDIR=%{buildroot} docdir=%{_docdir}/%{name} install
 install -Dm644 %{SOURCE1} %{buildroot}%{_mandir}/man1/gramofile.1
 
 %files
-%defattr(-,root,root)
 %{_bindir}/bplay_gramo
 %{_bindir}/brec_gramo
 %{_bindir}/gramofile
-%{_mandir}/man1/gramofile.1*
+%{_mandir}/man1/gramofile.1%{?ext_man}
 %dir %{_docdir}/%{name}
 %{_docdir}/%{name}/ChangeLog
 %{_docdir}/%{name}/COPYING

Reply via email to