Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kanjipad for openSUSE:Factory 
checked in at 2024-08-25 12:10:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kanjipad (Old)
 and      /work/SRC/openSUSE:Factory/.kanjipad.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kanjipad"

Sun Aug 25 12:10:33 2024 rev:20 rq:1195822 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kanjipad/kanjipad.changes        2024-02-22 
21:01:47.458347292 +0100
+++ /work/SRC/openSUSE:Factory/.kanjipad.new.2698/kanjipad.changes      
2024-08-25 12:10:50.781151529 +0200
@@ -1,0 +2,7 @@
+Sat Aug 24 06:22:26 UTC 2024 - Takashi Iwai <ti...@suse.com>
+
+- Drop GDK_DISABLE_DEPRECATED for fixing the build with gcc14:
+  kanjipad-drop-disable-deprecated.patch
+- Move COPYING to %license
+
+-------------------------------------------------------------------

New:
----
  kanjipad-drop-disable-deprecated.patch

BETA DEBUG BEGIN:
  New:- Drop GDK_DISABLE_DEPRECATED for fixing the build with gcc14:
  kanjipad-drop-disable-deprecated.patch
- Move COPYING to %license
BETA DEBUG END:

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

Other differences:
------------------
++++++ kanjipad.spec ++++++
--- /var/tmp/diff_new_pack.INS1HR/_old  2024-08-25 12:10:51.245170785 +0200
+++ /var/tmp/diff_new_pack.INS1HR/_new  2024-08-25 12:10:51.245170785 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kanjipad
 #
-# Copyright (c) 2023 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,6 +25,7 @@
 Source0:        http://fishsoup.net/software/kanjipad/kanjipad-2.0.0.tar.bz2
 Source1:        %name.desktop
 Patch0:         kanjipad.patch
+Patch1:         kanjipad-drop-disable-deprecated.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Japanese Handwriting Recognition
 License:        GPL-2.0-or-later
@@ -48,22 +49,19 @@
 characters.
 
 %prep
-%autosetup -p0
+%autosetup -p1
 
 %build
 make PREFIX=/usr OPTIMIZE="$RPM_OPT_FLAGS"
 
 %install
-rm -rf $RPM_BUILD_ROOT;
 make PREFIX=$RPM_BUILD_ROOT/usr install
 %suse_update_desktop_file -i %name Education Languages
 
-%clean
-rm -rf $RPM_BUILD_ROOT;
-
 %files
 %defattr(-,root,root)
-%doc COPYING README TODO ChangeLog
+%doc README TODO ChangeLog
+%license COPYING
 /usr/bin/*
 /usr/share/[^a]*
 /usr/share/applications/*

++++++ kanjipad-drop-disable-deprecated.patch ++++++
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 OPTIMIZE=-g -Wall
 #OPTIMIZE=-O2 
 
-GTKINC=$(shell pkg-config --cflags gtk+-2.0) -DG_DISABLE_DEPRECATED  
-DGDK_DISABLE_DEPRECATED
+GTKINC=$(shell pkg-config --cflags gtk+-2.0) -DG_DISABLE_DEPRECATED
 GTKLIBS=$(shell pkg-config --libs gtk+-2.0)
 GLIBLIBS=$(shell pkg-config --libs glib-2.0)
 

++++++ kanjipad.patch ++++++
--- /var/tmp/diff_new_pack.INS1HR/_old  2024-08-25 12:10:51.293172777 +0200
+++ /var/tmp/diff_new_pack.INS1HR/_new  2024-08-25 12:10:51.297172943 +0200
@@ -1,5 +1,9 @@
---- Makefile.orig
-+++ Makefile
+---
+ Makefile |    8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+--- a/Makefile
++++ b/Makefile
 @@ -1,7 +1,7 @@
  OPTIMIZE=-g -Wall
  #OPTIMIZE=-O2 

Reply via email to