Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xfig for openSUSE:Factory checked in at 2021-04-06 17:29:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfig (Old) and /work/SRC/openSUSE:Factory/.xfig.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfig" Tue Apr 6 17:29:48 2021 rev:51 rq:882561 version:3.2.8a Changes: -------- --- /work/SRC/openSUSE:Factory/xfig/xfig.changes 2021-02-11 12:52:57.153965244 +0100 +++ /work/SRC/openSUSE:Factory/.xfig.new.2401/xfig.changes 2021-04-06 17:31:10.587218423 +0200 @@ -1,0 +2,11 @@ +Thu Apr 1 11:47:00 UTC 2021 - Dr. Werner Fink <wer...@suse.de> + +- Update to xfig 3.2.8 Patchlevel 8a (Mar 2021) + o Distribute a current pdf documentation. + Thanks to Roland Rosenfeld for the script and pointing out the issue. +- Correct hunk offsets of the patches + o xfig.3.2.3d-international-std-fonts.dif + o xfig.3.2.5b-locale.dif + o xfig.spec + +------------------------------------------------------------------- Old: ---- xfig-3.2.8.tar.xz New: ---- xfig-3.2.8a.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfig.spec ++++++ --- /var/tmp/diff_new_pack.4a8lEe/_old 2021-04-06 17:31:11.331219265 +0200 +++ /var/tmp/diff_new_pack.4a8lEe/_new 2021-04-06 17:31:11.335219270 +0200 @@ -17,7 +17,7 @@ Name: xfig -Version: 3.2.8 +Version: 3.2.8a Release: 0 Summary: Facility for Interactive Generation of Figures under the X Window System License: MIT @@ -25,9 +25,9 @@ URL: https://sourceforge.net/projects/mcj/ # # Remove forbidden files: aircraft.fig -# <uncompess> xfig-3.2.8.tar -# tar -f xfig-3.2.8.tar --delete xfig-3.2.8/Libraries/Examples/aircraft.fig -# <compress> xfig-3.2.8.tar +# <uncompess> xfig-3.2.8a.tar +# tar -f xfig-3.2.8a.tar --delete xfig-3.2.8a/Libraries/Examples/aircraft.fig +# <compress> xfig-3.2.8a.tar # #Source: http://sourceforge.net/projects/mcj/files/xfig-%{version}.tar.xz/download#/xfig-%{version}.tar.xz Source: xfig-%{version}.tar.xz @@ -104,10 +104,12 @@ exec_prefix=%{_prefix} libdir=%{_prefix}/lib includedir=%{_includedir} - Name: Xaw3d +Name: Xaw3d Description: X 3D Athena Widgets Library - Version: 1.5E - Requires: xproto xmu xt +Version: 1.5E +Requires: xmu +Requires: xproto +Requires: xt Requires.private: x11 xext Cflags: -I${includedir} -DXAW_INTERNATIONALIZATION -DXAW_MULTIPLANE_PIXMAPS -DXAW_GRAY_BLKWHT_STIPPLES -DXAW_ARROW_SCROLLBARS Libs: -L${libdir} -lXaw3d ++++++ xfig-3.2.8.tar.xz -> xfig-3.2.8a.tar.xz ++++++ ++++ 12040 lines of diff (skipped) ++++++ xfig.3.2.3d-international-std-fonts.dif ++++++ --- /var/tmp/diff_new_pack.4a8lEe/_old 2021-04-06 17:31:12.755220876 +0200 +++ /var/tmp/diff_new_pack.4a8lEe/_new 2021-04-06 17:31:12.755220876 +0200 @@ -1,6 +1,6 @@ --- src/main.c +++ src/main.c 2013-12-10 13:40:27.062735528 +0000 -@@ -329,8 +329,36 @@ static XtResource application_resources[ +@@ -378,8 +378,36 @@ static XtResource application_resources[ XtOffset(appresPtr, always_use_fontset), XtRBoolean, (caddr_t) & false}, {"fixedFontSet", "FontSet", XtRFontSet, sizeof(XFontSet), XtOffset(appresPtr, fixed_fontset), XtRString, ++++++ xfig.3.2.5b-locale.dif ++++++ --- /var/tmp/diff_new_pack.4a8lEe/_old 2021-04-06 17:31:12.771220894 +0200 +++ /var/tmp/diff_new_pack.4a8lEe/_new 2021-04-06 17:31:12.771220894 +0200 @@ -16,7 +16,7 @@ #endif #ifdef USE_TAB /* input extensions for an input tablet */ #include <X11/extensions/XInput.h> -@@ -831,11 +833,6 @@ main(int argc, char **argv) +@@ -818,11 +820,6 @@ main(int argc, char **argv) } } @@ -28,7 +28,7 @@ /* * save the command line arguments */ -@@ -937,6 +934,10 @@ main(int argc, char **argv) +@@ -924,6 +921,10 @@ main(int argc, char **argv) setup_icons_big(); #ifdef I18N @@ -39,7 +39,7 @@ /************************************************************/ /* if the international option has been set, set the locale */ /************************************************************/ -@@ -1657,6 +1658,11 @@ setup_visual(int *argc_p, char **argv, A +@@ -1644,6 +1645,11 @@ setup_visual(int *argc_p, char **argv, A */ tool = XtAppInitialize (&tool_app, "Fig", options, XtNumber (options), argc_p, argv, (String *) NULL, args, 0);