Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package eblook for openSUSE:Factory checked in at 2024-02-22 21:00:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eblook (Old) and /work/SRC/openSUSE:Factory/.eblook.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eblook" Thu Feb 22 21:00:42 2024 rev:21 rq:1149429 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/eblook/eblook.changes 2015-01-09 20:51:07.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.eblook.new.1706/eblook.changes 2024-02-22 21:01:52.966548661 +0100 @@ -1,0 +2,7 @@ +Thu Feb 22 11:27:16 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN. +- Rebase eblook-size_t.patch to apply with patch -p1. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eblook.spec ++++++ --- /var/tmp/diff_new_pack.s4gZKT/_old 2024-02-22 21:01:53.486567672 +0100 +++ /var/tmp/diff_new_pack.s4gZKT/_new 2024-02-22 21:01:53.494567965 +0100 @@ -1,7 +1,7 @@ # # spec file for package eblook # -# Copyright (c) 2015 SUSE LINUX Products 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,9 +20,9 @@ Version: 1.6.1 Release: 0 Summary: Command Line Tool for Searching Electronic Dictionaries -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Office/Dictionary -Url: http://openlab.ring.gr.jp/lookup/eblook/ +URL: http://openlab.ring.gr.jp/lookup/eblook/ # original source: http://openlab.ring.gr.jp/edict/eblook/dist/eblook-1.5.1.tar.gz Source0: http://openlab.ring.gr.jp/edict/eblook/dist/eblook-%{version}.tar.bz2 Patch0: eblook-strcpy.patch @@ -61,10 +61,7 @@ XEmacs. %prep -%setup -q -%patch0 -p1 -%patch1 -p2 -%patch2 -p1 +%autosetup -p1 %build # update config.{guess,sub} ++++++ eblook-size_t.patch ++++++ --- /var/tmp/diff_new_pack.s4gZKT/_old 2024-02-22 21:01:53.510568549 +0100 +++ /var/tmp/diff_new_pack.s4gZKT/_new 2024-02-22 21:01:53.514568696 +0100 @@ -1,6 +1,6 @@ diff -u ../eblook-1.6.1.orig/codeconv.c ../eblook-1.6.1/codeconv.c ---- ../eblook-1.6.1.orig/codeconv.c 2003-03-08 23:29:47.000000000 +0900 -+++ ../eblook-1.6.1/codeconv.c 2010-08-15 08:33:21.218750000 +0900 +--- eblook-1.6.1.orig/codeconv.c 2003-03-08 23:29:47.000000000 +0900 ++++ eblook-1.6.1/codeconv.c 2010-08-15 08:33:21.218750000 +0900 @@ -564,7 +564,7 @@ char * xfgets(str, size, fp) @@ -112,8 +112,8 @@ (*out_len)--; count++; diff -u ../eblook-1.6.1.orig/codeconv.h ../eblook-1.6.1/codeconv.h ---- ../eblook-1.6.1.orig/codeconv.h 2003-03-08 23:29:47.000000000 +0900 -+++ ../eblook-1.6.1/codeconv.h 2010-08-14 18:44:09.390625000 +0900 +--- eblook-1.6.1.orig/codeconv.h 2003-03-08 23:29:47.000000000 +0900 ++++ eblook-1.6.1/codeconv.h 2010-08-14 18:44:09.390625000 +0900 @@ -50,7 +50,7 @@ extern int xprintf PROTO((const char *fmt, ...)); extern int xfputs PROTO((const char *str, FILE *fp)); @@ -124,8 +124,8 @@ extern char *euc_to_jis PROTO((char *jis, const char *euc, int len)); extern char *jis_to_euc PROTO((char *euc, const char *jis, int len)); diff -u ../eblook-1.6.1.orig/eblook.c ../eblook-1.6.1/eblook.c ---- ../eblook-1.6.1.orig/eblook.c 2004-06-18 01:09:01.000000000 +0900 -+++ ../eblook-1.6.1/eblook.c 2010-08-14 18:50:40.406250000 +0900 +--- eblook-1.6.1.orig/eblook.c 2004-06-18 01:09:01.000000000 +0900 ++++ eblook-1.6.1/eblook.c 2010-08-14 18:50:40.406250000 +0900 @@ -133,7 +133,7 @@ int pclose_pager (FILE *); #endif
