Hello community,

here is the log from the commit of package sax2 for openSUSE:Factory checked in 
at 2011-12-01 17:38:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sax2 (Old)
 and      /work/SRC/openSUSE:Factory/.sax2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sax2", Maintainer is "m...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sax2/sax2.changes        2011-10-13 
16:22:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sax2.new/sax2.changes   2011-12-01 
17:38:40.000000000 +0100
@@ -1,0 +2,11 @@
+Wed Nov 30 10:39:08 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------
+Tue Nov 29 12:32:23 CET 2011 - r...@suse.de
+
+- dots: fix Makefile.am for AS_NEEDED
+  (properly use LDADD instead of LDFLAGS)
+
+-------------------------------------------------------------------

New:
----
  sax2-dots_as_needed.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sax2.spec ++++++
--- /var/tmp/diff_new_pack.5xBwMr/_old  2011-12-01 17:38:41.000000000 +0100
+++ /var/tmp/diff_new_pack.5xBwMr/_new  2011-12-01 17:38:41.000000000 +0100
@@ -15,12 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           sax2
 Version:        8.1
-Release:        603
-License:        GPLv2+
+Release:        0
+License:        GPL-2.0+
 Summary:        SuSE advanced X Window System-configuration
 Url:            http://sax.berlios.de
 Group:          System/X11/Utilities
@@ -29,7 +27,9 @@
 Source2:        sax2-rpmlintrc
 Patch1:         sax2-tools-only.diff
 Patch2:         nohal.diff
+Patch3:         sax2-dots_as_needed.diff
 BuildRequires:  antlr
+BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -67,7 +67,6 @@
 This package contains the SuSE Advanced X-Configuration
 
 %package -n sax2-tools
-License:        GPLv2+
 Summary:        X Window System tools for SaX2
 Group:          System/X11/Utilities
 Requires:       coreutils
@@ -93,6 +92,7 @@
 %setup -n sax
 %patch1 -p0
 %patch2 -p0
+%patch3
 
 %build
 # disable as-needed to fix build

++++++ sax2-dots_as_needed.diff ++++++
--- tools/dots/Makefile.am
+++ tools/dots/Makefile.am
@@ -6,5 +6,5 @@
 dots_SOURCES = \
        dots.c
 
-dots_LDFLAGS = \
+dots_LDADD = \
        -lncurses
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to