Hello community, here is the log from the commit of package jasper for openSUSE:Factory checked in at 2013-09-14 19:10:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jasper (Old) and /work/SRC/openSUSE:Factory/.jasper.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jasper" Changes: -------- --- /work/SRC/openSUSE:Factory/jasper/jasper.changes 2013-04-02 11:55:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.jasper.new/jasper.changes 2013-09-14 19:10:23.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Sep 11 08:01:48 UTC 2013 - [email protected] + +- added no-undef-true-false.patch to fix [bnc#839584] + +------------------------------------------------------------------- New: ---- jasper-1.900.1-no-undef-true-false.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jasper.spec ++++++ --- /var/tmp/diff_new_pack.ZOb2eI/_old 2013-09-14 19:10:25.000000000 +0200 +++ /var/tmp/diff_new_pack.ZOb2eI/_new 2013-09-14 19:10:25.000000000 +0200 @@ -33,6 +33,7 @@ Patch: %{name}-%{version}-uninitialized.patch Patch2: %{name}-%{version}-bug258253.patch Patch3: %{name}-%{version}-bug392410.patch +Patch4: %{name}-%{version}-no-undef-true-false.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -76,6 +77,7 @@ %patch %patch2 %patch3 +%patch4 %build autoreconf -i -f ++++++ jasper-1.900.1-no-undef-true-false.patch ++++++ Index: src/libjasper/include/jasper/jas_types.h =================================================================== --- src/libjasper/include/jasper/jas_types.h +++ src/libjasper/include/jasper/jas_types.h @@ -93,8 +93,6 @@ #endif #if defined(HAVE_STDLIB_H) -#undef false -#undef true #include <stdlib.h> #endif #if defined(HAVE_STDDEF_H) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
