Hello community, here is the log from the commit of package xfig for openSUSE:Factory checked in at 2017-02-07 12:01:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfig (Old) and /work/SRC/openSUSE:Factory/.xfig.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfig" Changes: -------- --- /work/SRC/openSUSE:Factory/xfig/xfig.changes 2017-01-17 14:36:12.830712963 +0100 +++ /work/SRC/openSUSE:Factory/.xfig.new/xfig.changes 2017-02-07 12:02:11.676425790 +0100 @@ -1,0 +2,13 @@ +Thu Feb 2 13:40:36 UTC 2017 - [email protected] + +- Update to xfig 3.2.6 Patchlevel 6a (January 2017) + CHANGES: + o Draw lines with the same width as in PostScript and other outputs. + BUGS FIXED: + o Add compile-switch --enable-tablet for using an input tablet. + o Eventually, sorted out the xpm switches. Only use --enable-xpm-splash. + o Improve ./configure and add diagnostic output. Looks now for headers + and libraries in unusal places, for compilation under mac darwin when + using fink or macports. + +------------------------------------------------------------------- Old: ---- xfig-3.2.6.tar.xz New: ---- xfig-3.2.6a.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfig.spec ++++++ --- /var/tmp/diff_new_pack.IiDsEU/_old 2017-02-07 12:02:12.280340360 +0100 +++ /var/tmp/diff_new_pack.IiDsEU/_new 2017-02-07 12:02:12.284339793 +0100 @@ -47,12 +47,12 @@ Requires: transfig Requires: xorg-x11-fonts Requires: xorg-x11-fonts-core -Version: 3.2.6 +Version: 3.2.6a Release: 0 Summary: Facility for Interactive Generation of Figures under the X Window System -# www.xfig.org is dead License: MIT Group: Productivity/Graphics/Vector Editors +# www.xfig.org is dead Url: http://mcj.sourceforge.net/ # # Remove forbidden files: aircraft.fig @@ -64,7 +64,8 @@ Source1: font-test.fig Source3: xfig.sh Source4: xfig.desktop -Patch0: xfig-%{version}.dif +#Patch0: xfig-%{version}.dif +Patch0: xfig-3.2.6.dif Patch1: xfig.3.2.5-urw-fonts.dif Patch2: xfig.3.2.5-xim.dif Patch3: xfig.3.2.3d-international-std-fonts.dif @@ -160,6 +161,7 @@ --docdir=%{_defaultdocdir}/%{name} \ --enable-cache-size=512 \ --enable-xpm-splash \ + --enable-tablet \ --with-x \ --with-xaw3d1_5e \ --with-xaw3d ++++++ xfig-3.2.6.tar.xz -> xfig-3.2.6a.tar.xz ++++++ ++++ 5981 lines of diff (skipped) ++++++ xfig.3.2.5-urw-fonts.dif ++++++ --- /var/tmp/diff_new_pack.IiDsEU/_old 2017-02-07 12:02:13.956103305 +0100 +++ /var/tmp/diff_new_pack.IiDsEU/_new 2017-02-07 12:02:13.960102739 +0100 @@ -1,5 +1,11 @@ +--- + src/u_fonts.c | 42 +++++++++++++++++++++++++++++++++++++++++- + src/u_fonts.h | 2 ++ + src/w_drawprim.c | 16 ++++++++++++++++ + 3 files changed, 59 insertions(+), 1 deletion(-) + --- src/u_fonts.c -+++ src/u_fonts.c 2005-10-06 18:55:22.000000000 +0200 ++++ src/u_fonts.c 2017-02-02 13:38:18.519009382 +0000 @@ -21,7 +21,9 @@ /* X11 font names */ @@ -57,7 +63,7 @@ * These come with the Open Group X distribution so they should be a common set. * --- src/u_fonts.h -+++ src/u_fonts.h 2013-12-10 13:33:06.818235791 +0000 ++++ src/u_fonts.h 2017-02-02 13:38:18.519009382 +0000 @@ -60,6 +60,8 @@ extern int psfontnum(char *font); extern int latexfontnum(char *font); @@ -68,8 +74,8 @@ extern struct _fstruct latex_fontinfo[]; --- src/w_drawprim.c -+++ src/w_drawprim.c 2005-10-06 19:12:02.000000000 +0200 -@@ -117,6 +117,22 @@ void init_font(void) ++++ src/w_drawprim.c 2017-02-02 13:38:18.519009382 +0000 +@@ -118,6 +118,22 @@ void init_font(void) appres.buttonFont, appres.normalFont); button_font = XLoadQueryFont(tool_d, appres.normalFont); } ++++++ xfig.3.2.5b-locale.dif ++++++ --- /var/tmp/diff_new_pack.IiDsEU/_old 2017-02-07 12:02:13.980099910 +0100 +++ /var/tmp/diff_new_pack.IiDsEU/_new 2017-02-07 12:02:13.980099910 +0100 @@ -4,7 +4,7 @@ 2 files changed, 13 insertions(+), 6 deletions(-) --- src/main.c -+++ src/main.c 2016-09-22 08:48:13.826999752 +0000 ++++ src/main.c 2017-02-02 13:38:50.542387406 +0000 @@ -59,11 +59,13 @@ /* input extensions for an input tablet */ @@ -20,7 +20,7 @@ #endif /* I18N */ #include <X11/IntrinsicP.h> -@@ -784,11 +786,6 @@ void main(int argc, char **argv) +@@ -781,11 +783,6 @@ void main(int argc, char **argv) } } @@ -56,7 +56,7 @@ tool_d = XtDisplay(tool); tool_s = XtScreen(tool); --- src/u_print.c -+++ src/u_print.c 2016-09-22 08:48:13.826999752 +0000 ++++ src/u_print.c 2017-02-02 13:38:50.542387406 +0000 @@ -15,6 +15,7 @@ * */
