Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcaca for openSUSE:Factory checked 
in at 2024-02-25 14:05:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcaca (Old)
 and      /work/SRC/openSUSE:Factory/.libcaca.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcaca"

Sun Feb 25 14:05:22 2024 rev:50 rq:1149995 version:0.99.beta20

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcaca/libcaca.changes  2022-11-24 
12:22:03.724852530 +0100
+++ /work/SRC/openSUSE:Factory/.libcaca.new.1770/libcaca.changes        
2024-02-25 14:05:53.836418300 +0100
@@ -1,0 +2,7 @@
+Fri Feb 23 08:48:14 UTC 2024 - Valentin Lefebvre <valentin.lefeb...@suse.com>
+
+- Use %autosetup, prepare for RPM 4.20.
+  * Rewrote patches so that they are applied uniformly via %autosetup.
+  * Correctly reorder the patches in specfile declaration.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libcaca.spec ++++++
--- /var/tmp/diff_new_pack.NinBQo/_old  2024-02-25 14:05:54.468441171 +0100
+++ /var/tmp/diff_new_pack.NinBQo/_new  2024-02-25 14:05:54.472441316 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcaca
 #
-# Copyright (c) 2022 SUSE LLC
+# 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
@@ -25,18 +25,18 @@
 URL:            http://caca.zoy.org
 Source0:        
https://github.com/cacalabs/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
-Patch1:         libcaca-0.99-texbuild.patch
-Patch2:         libcaca-X11_test.patch
-Patch4:         libcaca-ruby_am_cflags.patch
-Patch5:         libcaca-ruby_vendor_install.patch
-Patch7:         libcaca-0.99.beta16-missing-GLU.patch
-Patch9:         caca-no-build-date.patch
-Patch10:        libcaca-ncurses6.patch
-Patch13:        Bug1143286_libcaca_configure_ac_chg_for_lto.patch
-Patch99:        bsc1184751-add-space-for-NUL-byte.patch
+Patch:          libcaca-X11_test.patch
+Patch:          libcaca-ruby_am_cflags.patch
+Patch:          libcaca-ruby_vendor_install.patch
+Patch:          libcaca-0.99.beta16-missing-GLU.patch
+Patch:          caca-no-build-date.patch
+Patch:          libcaca-0.99-texbuild.patch
+Patch:          libcaca-ncurses6.patch
+Patch:          Bug1143286_libcaca_configure_ac_chg_for_lto.patch
+Patch:          bsc1184751-add-space-for-NUL-byte.patch
 # PATCH-FIX-UPSTREAM correctly-handle-zero-width-or-height-images.patch 
bsc#1197028
-Patch100:       bsc1197028-correctly-handle-zero-width-or-height-images.patch
-Patch101:       libcaca-autoconf-2.69.patch
+Patch:          bsc1197028-correctly-handle-zero-width-or-height-images.patch
+Patch:          libcaca-autoconf-2.69.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  freeglut-devel
@@ -131,18 +131,7 @@
 drawing, triangle filling and sprite blitting.
 
 %prep
-%setup -q
-%patch2
-%patch4
-%patch5
-%patch7
-%patch9
-%patch1
-%patch10 -p1
-%patch13 -p1
-%patch99 -p1
-%patch100 -p1
-%patch101 -p1
+%autosetup -p1
 RUBY="ruby-`echo %{rb_ver} | sed 's|\.[^\.]*$||'`"
 find . -type f -exec sed -i "s|ruby-1.9|$RUBY|" \{\} \;
 pushd python

++++++ caca-no-build-date.patch ++++++
--- /var/tmp/diff_new_pack.NinBQo/_old  2024-02-25 14:05:54.512442764 +0100
+++ /var/tmp/diff_new_pack.NinBQo/_new  2024-02-25 14:05:54.516442909 +0100
@@ -5,8 +5,8 @@
 
 Index: src/cacaclock.c
 ===================================================================
---- src/cacaclock.c.orig
-+++ src/cacaclock.c
+--- libcaca/src/cacaclock.c
++++ libcaca-new/src/cacaclock.c
 @@ -40,14 +40,14 @@ static void version(void)
  {
      printf(
@@ -26,8 +26,8 @@
  
 Index: src/img2txt.c
 ===================================================================
---- src/img2txt.c.orig
-+++ src/img2txt.c
+--- libcaca/src/img2txt.c
++++ libcaca-new/src/img2txt.c
 @@ -67,14 +67,14 @@ static void version(void)
  {
      printf(

++++++ libcaca-0.99-texbuild.patch ++++++
--- /var/tmp/diff_new_pack.NinBQo/_old  2024-02-25 14:05:54.532443487 +0100
+++ /var/tmp/diff_new_pack.NinBQo/_new  2024-02-25 14:05:54.536443632 +0100
@@ -1,7 +1,7 @@
 Index: doc/doxygen.cfg.in
 ===================================================================
---- doc/doxygen.cfg.in.orig
-+++ doc/doxygen.cfg.in
+--- libcaca/doc/doxygen.cfg.in
++++ libcaca-new/doc/doxygen.cfg.in
 @@ -1891,7 +1891,7 @@ USE_PDFLATEX           = YES
  # The default value is: NO.
  # This tag requires that the tag GENERATE_LATEX is set to YES.

++++++ libcaca-0.99.beta16-missing-GLU.patch ++++++
--- /var/tmp/diff_new_pack.NinBQo/_old  2024-02-25 14:05:54.544443922 +0100
+++ /var/tmp/diff_new_pack.NinBQo/_new  2024-02-25 14:05:54.548444067 +0100
@@ -1,7 +1,7 @@
 Index: caca/Makefile.am
 ===================================================================
---- caca/Makefile.am.orig
-+++ caca/Makefile.am
+--- libcaca/caca/Makefile.am
++++ libcaca-new/caca/Makefile.am
 @@ -58,7 +58,7 @@ libcaca_la_DEPENDENCIES = \
        $(NULL)
  libcaca_la_CPPFLAGS = $(AM_CPPFLAGS) @CACA_CFLAGS@ -D__LIBCACA__

++++++ libcaca-X11_test.patch ++++++
--- /var/tmp/diff_new_pack.NinBQo/_old  2024-02-25 14:05:54.560444501 +0100
+++ /var/tmp/diff_new_pack.NinBQo/_new  2024-02-25 14:05:54.564444646 +0100
@@ -1,7 +1,7 @@
 Index: configure.ac
 ===================================================================
---- configure.ac.orig
-+++ configure.ac
+--- libcaca/configure.ac
++++ libcaca-new/configure.ac
 @@ -225,7 +225,7 @@ if test "${enable_x11}" != "no"; then
    AC_CHECK_LIB(X11, XOpenDisplay,
     [ac_cv_my_have_x11="yes"

++++++ libcaca-ruby_am_cflags.patch ++++++
--- /var/tmp/diff_new_pack.NinBQo/_old  2024-02-25 14:05:54.584445370 +0100
+++ /var/tmp/diff_new_pack.NinBQo/_new  2024-02-25 14:05:54.588445514 +0100
@@ -1,7 +1,7 @@
 Index: ruby/Makefile.am
 ===================================================================
---- ruby/Makefile.am.orig
-+++ ruby/Makefile.am
+--- libcaca/ruby/Makefile.am
++++ libcaca-new/ruby/Makefile.am
 @@ -12,7 +12,7 @@ TESTS = test
  endif
  endif

++++++ libcaca-ruby_vendor_install.patch ++++++
--- /var/tmp/diff_new_pack.NinBQo/_old  2024-02-25 14:05:54.604446093 +0100
+++ /var/tmp/diff_new_pack.NinBQo/_new  2024-02-25 14:05:54.608446238 +0100
@@ -1,7 +1,7 @@
 Index: configure.ac
 ===================================================================
---- configure.ac.orig
-+++ configure.ac
+--- libcaca/configure.ac
++++ libcaca-new/configure.ac
 @@ -489,14 +489,17 @@ ac_cv_my_have_ruby_minitest="no"
  if test "${enable_ruby}" != "no"; then
    AC_PATH_PROG(RUBY, ruby, no)
@@ -27,8 +27,8 @@
       [ac_cv_my_have_ruby="yes"
 Index: ruby/Makefile.am
 ===================================================================
---- ruby/Makefile.am.orig
-+++ ruby/Makefile.am
+--- libcaca/ruby/Makefile.am
++++ libcaca-new/ruby/Makefile.am
 @@ -1,12 +1,12 @@
  
  include $(top_srcdir)/build/autotools/common.am

Reply via email to