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-05-15 21:29:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gramofile (Old)
 and      /work/SRC/openSUSE:Factory/.gramofile.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gramofile"

Wed May 15 21:29:01 2024 rev:22 rq:1174211 version:1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/gramofile/gramofile.changes      2024-02-28 
19:47:40.635026578 +0100
+++ /work/SRC/openSUSE:Factory/.gramofile.new.1880/gramofile.changes    
2024-05-15 21:29:26.295763013 +0200
@@ -1,0 +2,9 @@
+Wed May 15 11:00:42 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Use %autosetup macro: allows us to eliminate usage of deprecated
+  %patchN syntax.
+- Rebase gramofile-1.6-makefiles.dif and gramofile-codecleanup.dif:
+  make them apply with -p0 like all the other patches in this
+  package.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gramofile.spec ++++++
--- /var/tmp/diff_new_pack.EhJLEq/_old  2024-05-15 21:29:26.947786614 +0200
+++ /var/tmp/diff_new_pack.EhJLEq/_new  2024-05-15 21:29:26.947786614 +0200
@@ -50,21 +50,7 @@
 cdrecord or xcdroast.
 
 %prep
-%setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3
-%patch4
-%patch5
-%patch6
-%patch7
-%patch8
-%patch9
-%patch10
-%patch12
-%patch13
-%patch14
-%patch15
+%autosetup -p0
 
 %build
 %make_build CC="gcc"

++++++ gramofile-1.6-makefiles.dif ++++++
--- /var/tmp/diff_new_pack.EhJLEq/_old  2024-05-15 21:29:27.031789654 +0200
+++ /var/tmp/diff_new_pack.EhJLEq/_new  2024-05-15 21:29:27.035789799 +0200
@@ -1,5 +1,5 @@
---- gramofile-1.6/Makefile
-+++ gramofile-1.6/Makefile
+--- Makefile
++++ Makefile
 @@ -1,3 +1,9 @@
 +DISTDIR = 
 +prefix = /usr
@@ -61,8 +61,8 @@
  #%.d: %.c   - according to 'info make', doesn't work
  #     $(SHELL) -ec '$(CC) -MM $(CPPFLAGS) $< \
  #                   | sed '\''s/\($*\)\.o[ :]*/\1 $@/g'\'' > $@'
---- gramofile-1.6/bplaysrc/Makefile
-+++ gramofile-1.6/bplaysrc/Makefile
+--- bplaysrc/Makefile
++++ bplaysrc/Makefile
 @@ -12,7 +12,7 @@
  ########## CHOOSE YOUR ARCHITECTURE:    (NOTE: also see ../Makefile!)
  

++++++ gramofile-codecleanup.dif ++++++
--- /var/tmp/diff_new_pack.EhJLEq/_old  2024-05-15 21:29:27.051790378 +0200
+++ /var/tmp/diff_new_pack.EhJLEq/_new  2024-05-15 21:29:27.055790523 +0200
@@ -1,5 +1,5 @@
---- gramofile-1.6/bplaysrc/bplay.c
-+++ gramofile-1.6/bplaysrc/bplay.c
+--- bplaysrc/bplay.c
++++ bplaysrc/bplay.c
 @@ -30,7 +30,7 @@
  
  #include "../yesnowindow.h"
@@ -27,8 +27,8 @@
        progname = basename(argv[0]);   /* For errors */
  #else
        progname = strrchr(argv[0], '/');  /* Replacement for e.g. FreeBSD */
---- gramofile-1.6/clrscr.c
-+++ gramofile-1.6/clrscr.c
+--- clrscr.c
++++ clrscr.c
 @@ -8,6 +8,7 @@
   */
  
@@ -37,8 +37,8 @@
  #ifndef OLD_CURSES
  #include <ncurses.h>
  #else
---- gramofile-1.6/errorwindow.c
-+++ gramofile-1.6/errorwindow.c
+--- errorwindow.c
++++ errorwindow.c
 @@ -11,6 +11,7 @@
  #include "buttons.h"
  #include "boxes.h"
@@ -47,8 +47,8 @@
  #ifndef OLD_CURSES
  #include <ncurses.h>
  #else
---- gramofile-1.6/gramofile.c
-+++ gramofile-1.6/gramofile.c
+--- gramofile.c
++++ gramofile.c
 @@ -12,6 +12,7 @@
  #include <signal.h>
  #include <unistd.h>
@@ -75,8 +75,8 @@
  {
    char startdir[250];
    char *helpcharptr;
---- gramofile-1.6/mainmenu.c
-+++ gramofile-1.6/mainmenu.c
+--- mainmenu.c
++++ mainmenu.c
 @@ -21,6 +21,7 @@
  #include "tracksplit.h"
  #include <stdlib.h>
@@ -85,8 +85,8 @@
  #ifndef OLD_CURSES
  #include <ncurses.h>
  #else
---- gramofile-1.6/signpr_cmf.c
-+++ gramofile-1.6/signpr_cmf.c
+--- signpr_cmf.c
++++ signpr_cmf.c
 @@ -31,6 +31,7 @@
  #include <stdlib.h>
  #include <stdio.h>
@@ -95,8 +95,8 @@
  #ifndef OLD_CURSES
  #include <ncurses.h>
  #else
---- gramofile-1.6/signpr_cmf2.c
-+++ gramofile-1.6/signpr_cmf2.c
+--- signpr_cmf2.c
++++ signpr_cmf2.c
 @@ -33,6 +33,7 @@
  #include <stdlib.h>
  #include <stdio.h>
@@ -105,8 +105,8 @@
  #ifndef OLD_CURSES
  #include <ncurses.h>
  #else
---- gramofile-1.6/signpr_doubmed.c
-+++ gramofile-1.6/signpr_doubmed.c
+--- signpr_doubmed.c
++++ signpr_doubmed.c
 @@ -17,6 +17,7 @@
  #include "helpline.h"
  #include <stdlib.h>
@@ -115,8 +115,8 @@
  #ifndef OLD_CURSES
  #include <ncurses.h>
  #else
---- gramofile-1.6/signpr_mean.c
-+++ gramofile-1.6/signpr_mean.c
+--- signpr_mean.c
++++ signpr_mean.c
 @@ -17,6 +17,7 @@
  #include "helpline.h"
  #include <stdlib.h>
@@ -125,8 +125,8 @@
  #ifndef OLD_CURSES
  #include <ncurses.h>
  #else
---- gramofile-1.6/signpr_median.c
-+++ gramofile-1.6/signpr_median.c
+--- signpr_median.c
++++ signpr_median.c
 @@ -17,6 +17,7 @@
  #include "helpline.h"
  #include <stdlib.h>
@@ -135,8 +135,8 @@
  #ifndef OLD_CURSES
  #include <ncurses.h>
  #else
---- gramofile-1.6/signpr_rms.c
-+++ gramofile-1.6/signpr_rms.c
+--- signpr_rms.c
++++ signpr_rms.c
 @@ -18,6 +18,7 @@
  #include <stdlib.h>
  #include <stdio.h>
@@ -145,8 +145,8 @@
  #ifndef OLD_CURSES
  #include <ncurses.h>
  #else
---- gramofile-1.6/stringinput.c
-+++ gramofile-1.6/stringinput.c
+--- stringinput.c
++++ stringinput.c
 @@ -8,6 +8,7 @@
   */
  
@@ -155,8 +155,8 @@
  #ifndef OLD_CURSES
  #include <ncurses.h>
  #else
---- gramofile-1.6/tracksplit_parammenu.c
-+++ gramofile-1.6/tracksplit_parammenu.c
+--- tracksplit_parammenu.c
++++ tracksplit_parammenu.c
 @@ -16,6 +16,7 @@
  #include "helpline.h"
  #include <stdlib.h>
@@ -165,8 +165,8 @@
  #ifndef OLD_CURSES
  #include <ncurses.h>
  #else
---- gramofile-1.6/yesnowindow.c
-+++ gramofile-1.6/yesnowindow.c
+--- yesnowindow.c
++++ yesnowindow.c
 @@ -11,6 +11,7 @@
  #include "buttons.h"
  #include "boxes.h"

Reply via email to