Hello community, here is the log from the commit of package acroread for openSUSE:Factory:NonFree checked in at 2013-04-24 21:42:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory:NonFree/acroread (Old) and /work/SRC/openSUSE:Factory:NonFree/.acroread.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "acroread", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory:NonFree/acroread/acroread-cmaps.changes 2011-09-23 15:02:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory:NonFree/.acroread.new/acroread-cmaps.changes 2013-04-24 21:42:13.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Apr 23 11:08:49 UTC 2013 - [email protected] + +- Change the license to SUSE-NonFree to dismiss rpmlint's warn. + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory:NonFree/acroread/acroread.changes 2013-02-22 16:48:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory:NonFree/.acroread.new/acroread.changes 2013-04-24 21:42:13.000000000 +0200 @@ -1,0 +2,10 @@ +Tue Apr 23 11:08:49 UTC 2013 - [email protected] + +- Change the license to SUSE-NonFree to dismiss rpmlint's warn. + +------------------------------------------------------------------- +Wed Mar 27 12:19:18 UTC 2013 - [email protected] + +- Do not export LD_PRELOAD to e.g. kde4-config 64bit programs + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ acroread-cmaps.spec ++++++ --- /var/tmp/diff_new_pack.qLW4Am/_old 2013-04-24 21:42:26.000000000 +0200 +++ /var/tmp/diff_new_pack.qLW4Am/_new 2013-04-24 21:42:26.000000000 +0200 @@ -23,7 +23,7 @@ Url: http://www.adobe.com/products/acrobat/readermain.html Provides: locale(acroread:ja;ko;zh) Summary: CMap files for acroread -License: NON-OSI-COMPLIANT(royalties) +License: SUSE-NonFree Group: Productivity/Publishing/PDF Source0: ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.1/misc/FontPack910_chs_i486-linux.tar.bz2 Source1: ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.1/misc/FontPack910_cht_i486-linux.tar.bz2 ++++++ acroread.spec ++++++ --- /var/tmp/diff_new_pack.qLW4Am/_old 2013-04-24 21:42:26.000000000 +0200 +++ /var/tmp/diff_new_pack.qLW4Am/_new 2013-04-24 21:42:26.000000000 +0200 @@ -50,7 +50,7 @@ Requires: UTF-16.so Recommends: acroread-browser-plugin Summary: Adobe Reader for PDF Files -License: NON-OSI-COMPLIANT(royalties) +License: SUSE-NonFree Group: Productivity/Publishing/PDF Source10: acroread.desktop Source20: acroread.png ++++++ suse-do-not-grab-server.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/suse-do-not-grab-server/suse-do-not-grab-server.c new/suse-do-not-grab-server/suse-do-not-grab-server.c --- old/suse-do-not-grab-server/suse-do-not-grab-server.c 2008-04-04 18:20:38.000000000 +0200 +++ new/suse-do-not-grab-server/suse-do-not-grab-server.c 2013-03-27 13:08:41.000000000 +0100 @@ -1,14 +1,30 @@ #include <X11/Xlib.h> +#ifdef DEBUG #include <stdio.h> +#endif +#include <stdlib.h> int XGrabServer (Display *display) { - /* printf("mike: XGrabServer\n"); */ +#ifdef DEBUG + printf(__FILE__ ": XGrabServer\n"); +#endif return 0; } int XUngrabServer (Display *display) { - /* printf("mike: XUngrabServer\n"); */ +#ifdef DEBUG + printf(__FILE__ ": XUngrabServer\n"); +#endif return 0; } + +static __attribute__((__constructor__)) void _clean_preload (void) +{ +#ifdef DEBUG */ + char *preload = getenv("LD_PRELOAD"); + printf(__FILE__ ": clean_preload %s\n", preload); +#endif + (void)unsetenv("LD_PRELOAD"); +} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
