commit sax2 for openSUSE:Factory

2011-12-01 Thread h_root
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.changes2011-10-13 
16:22:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.sax2.new/sax2.changes   2011-12-01 
17:38:40.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.5xBwMr/_new  2011-12-01 17:38:41.0 +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



commit sax2 for openSUSE:Factory

2011-10-13 Thread h_root

Hello community,

here is the log from the commit of package sax2 for openSUSE:Factory
checked in at Thu Oct 13 16:20:44 CEST 2011.




--- openSUSE:Factory/sax2/sax2.changes  2011-09-23 12:45:19.0 +0200
+++ sax2/sax2.changes   2011-10-13 11:13:21.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct 13 09:12:23 UTC 2011 - co...@suse.com
+
+- clean up spec file for real - to fix build in just building
+  what we need 
+
+---

calling whatdependson for head-i586


Old:

  sax2-gcc43.diff



Other differences:
--
++ sax2.spec ++
--- /var/tmp/diff_new_pack.UxrZ7B/_old  2011-10-13 16:20:40.0 +0200
+++ /var/tmp/diff_new_pack.UxrZ7B/_new  2011-10-13 16:20:40.0 +0200
@@ -15,87 +15,65 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%ifarch s390 s390x
-%define sax2all 0
-%else
-%define sax2all 0
-%endif
-
-%if %{suse_version}  1120
-%define use_gcc43 0
-%else
-%define use_gcc43 0
-%endif
 
 Name:   sax2
-Url:http://sax.berlios.de
-%define build_java 0
-%if %{suse_version}  1010
-BuildRequires:  antlr bison doxygen flex gettext-devel ghostscript-fonts-std
-BuildRequires:  graphviz python-devel
-BuildRequires:  libqt4 libqt4-devel libqt4-qt3support libqt4-x11
-BuildRequires:  hwinfo-devel readline-devel swig update-desktop-files
-BuildRequires:  xorg-x11-server-sdk
-%if %{suse_version}  1020
-BuildRequires:  fdupes
-%endif
-%if %use_gcc43
-BuildRequires:  -gcc gcc43 gcc43-c++
-%endif
-%if %{build_java}
-BuildRequires:  java-1_4_2-gcj-compat-devel
-%endif
-%endif
-%if %{suse_version} = 1010
-BuildRequires:  doxygen ghostscript-fonts-std graphviz python-devel
-BuildRequires:  qt qt-devel qt-qt3support qt-x11
-BuildRequires:  gcc-c++ readline-devel swig sysfsutils update-desktop-files
-BuildRequires:  freetype2-devel libpng-devel
-%if %{build_java}
-BuildRequires:  java2-devel-packages
-%endif
-%endif
-Requires:   perl = %{perl_version}
-Requires:   readline ncurses dbus-1 sax2-libsax
-Requires:   sax2-ident sax2-tools
-Requires:   xorg-x11-server
-Requires:   xdg-utils
-PreReq: /bin/rm /bin/mkdir /usr/bin/chroot %fillup_prereq 
%insserv_prereq
-Summary:SuSE advanced X Window System-configuration
 Version:8.1
 Release:603
-Group:  System/X11/Utilities
 License:GPLv2+
+Summary:SuSE advanced X Window System-configuration
+Url:http://sax.berlios.de
+Group:  System/X11/Utilities
 Source: sax2.tar.bz2
 Source1:sax2.desktop
 Source2:sax2-rpmlintrc
-%if %use_gcc43
-Patch0: sax2-gcc43.diff
-%endif
 Patch1: sax2-tools-only.diff
 Patch2: nohal.diff
+BuildRequires:  antlr
+BuildRequires:  bison
+BuildRequires:  doxygen
+BuildRequires:  fdupes
+BuildRequires:  flex
+BuildRequires:  gettext-devel
+BuildRequires:  ghostscript-fonts-std
+BuildRequires:  graphviz
+BuildRequires:  hwinfo-devel
+BuildRequires:  libqt4
+BuildRequires:  libqt4-devel
+BuildRequires:  libqt4-qt3support
+BuildRequires:  libqt4-x11
+BuildRequires:  python-devel
+BuildRequires:  readline-devel
+BuildRequires:  swig
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11-server-sdk
+PreReq: %fillup_prereq
+PreReq: %insserv_prereq
+PreReq: /bin/mkdir
+PreReq: /bin/rm
+PreReq: /usr/bin/chroot
+Requires:   dbus-1
+Requires:   ncurses
+Requires:   perl = %{perl_version}
+Requires:   readline
+Requires:   sax2-ident
+Requires:   sax2-libsax
+Requires:   sax2-tools
+Requires:   xdg-utils
+Requires:   xorg-x11-server
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains the SuSE Advanced X-Configuration
 
-
-
-Authors:
-
-Marcus Schaefer m...@suse.de
-
 %package -n sax2-tools
 License:GPLv2+
 Summary:X Window System tools for SaX2
 Group:  System/X11/Utilities
 Requires:   coreutils
+Supplements:packageand(yast2-installation:xorg-x11)
 Provides:   saxtools
 Obsoletes:  saxtools
-Supplements:packageand(yast2-installation:xorg-x11)
-%if ! %sax2all
 Provides:   sax2
 Obsoletes:  sax2
 Provides:   sax2-gui
@@ -106,166 +84,17 @@
 Obsoletes:  sax2-libsax-perl
 Provides:   sax2-ident
 Obsoletes:  sax2-ident
-%endif
 
 %description -n sax2-tools
 Some small X Window System tools to handle input devices, for example,
 mouse and keyboard.
 
-
-
-Authors:
-
-Marcus Schaefer m...@suse.de
-
-%if %sax2all
-
-%package -n sax2-ident
-License:LGPLv2.1+
-Summary:SaX2 identity and profile information
-Group:  System/X11/Utilities
-Provides:   sax2:/usr/share/sax/sysp/maps/Identity.map
-Provides:   sax2-tools:/usr/share/sax/sysp/maps/Identity.map

commit sax2 for openSUSE:Factory

2011-05-31 Thread h_root

Hello community,

here is the log from the commit of package sax2 for openSUSE:Factory
checked in at Tue May 31 15:21:21 CEST 2011.




--- sax2/sax2.changes   2010-05-17 16:22:56.0 +0200
+++ /mounts/work_src_done/STABLE/sax2/sax2.changes  2011-05-31 
09:56:57.0 +0200
@@ -1,0 +2,5 @@
+Tue May 31 07:56:17 UTC 2011 - sndir...@novell.com
+
+- removed hal(-devel) from (Build)Requires (bnc #697030) 
+
+---

calling whatdependson for head-i586


New:

  nohal.diff



Other differences:
--
++ sax2.spec ++
--- /var/tmp/diff_new_pack.DxsnVH/_old  2011-05-31 14:53:19.0 +0200
+++ /var/tmp/diff_new_pack.DxsnVH/_new  2011-05-31 14:53:19.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package sax2 (Version 8.1)
+# spec file for package sax2
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,7 +34,7 @@
 %define build_java 0
 %if %{suse_version}  1010
 BuildRequires:  antlr bison doxygen flex gettext-devel ghostscript-fonts-std
-BuildRequires:  graphviz hal-devel python-devel
+BuildRequires:  graphviz python-devel
 BuildRequires:  libqt4 libqt4-devel libqt4-qt3support libqt4-x11
 BuildRequires:  hwinfo-devel readline-devel swig update-desktop-files
 BuildRequires:  xorg-x11-server-sdk
@@ -49,7 +49,7 @@
 %endif
 %endif
 %if %{suse_version} = 1010
-BuildRequires:  doxygen ghostscript-fonts-std graphviz hal-devel python-devel
+BuildRequires:  doxygen ghostscript-fonts-std graphviz python-devel
 BuildRequires:  qt qt-devel qt-qt3support qt-x11
 BuildRequires:  gcc-c++ readline-devel swig sysfsutils update-desktop-files
 BuildRequires:  freetype2-devel libpng-devel
@@ -58,14 +58,14 @@
 %endif
 %endif
 Requires:   perl = %{perl_version}
-Requires:   readline ncurses hal dbus-1 sax2-libsax
+Requires:   readline ncurses dbus-1 sax2-libsax
 Requires:   sax2-ident sax2-tools
 Requires:   xorg-x11-server
 Requires:   xdg-utils
 PreReq: /bin/rm /bin/mkdir /usr/bin/chroot %fillup_prereq 
%insserv_prereq
 Summary:SuSE advanced X Window System-configuration
 Version:8.1
-Release:593
+Release:603
 Group:  System/X11/Utilities
 License:GPLv2+
 Source: sax2.tar.bz2
@@ -75,6 +75,7 @@
 Patch0: sax2-gcc43.diff
 %endif
 Patch1: sax2-tools-only.diff
+Patch2: nohal.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -257,6 +258,7 @@
 %if ! %sax2all
 %patch1 -p0
 %endif
+%patch2 -p0
 
 %build
 %if %use_gcc43

++ nohal.diff ++
--- sysp/Makefile.old   2011-05-31 10:04:12.0 +0200
+++ sysp/Makefile   2011-05-31 10:04:38.0 +0200
@@ -1,5 +1,5 @@
 CC  = g++ -Wall -L/usr/X11R6/lib -L/usr/X11R6/lib64 -DXORG_LOADER
-LIB = ./lib/libsysp.a -lhd -lfl -lstdc++ -lX11 -lXrandr -lhal -lXxf86misc
+LIB = ./lib/libsysp.a -lhd -lfl -lstdc++ -lX11 -lXrandr -lXxf86misc
 
 OBJ = sysp.o mouse.o keyboard.o server.o cfg.o xstuff.o d3.o
 SYS = ./lib





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org