Mailinglist Archive: opensuse-commit (1318 mails)
| < Previous | Next > |
commit sax2
- From: root@xxxxxxx (h_root)
- Date: Mon, 7 Aug 2006 12:07:34 +0200 (CEST)
- Message-id: <20060807100734.16B11950F6@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package sax2
checked in at Mon Aug 7 12:07:34 CEST 2006.
--------
--- sax2/sax2.changes 2006-07-27 12:49:18.000000000 +0200
+++ sax2/sax2.changes 2006-08-07 11:44:02.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug 7 11:43:55 CEST 2006 - aj@xxxxxxx
+
+- Fix build failure with xorg7 include files.
+
+-------------------------------------------------------------------
New:
----
sax2-xorg-include.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sax2.spec ++++++
--- /var/tmp/diff_new_pack.DcOA2y/_old 2006-08-07 12:07:09.000000000 +0200
+++ /var/tmp/diff_new_pack.DcOA2y/_new 2006-08-07 12:07:09.000000000 +0200
@@ -43,7 +43,7 @@
%endif
Summary: SuSE advanced X Window System-configuration
Version: 8.1
-Release: 6
+Release: 7
Group: System/X11/Utilities
License: Other License(s), see package, GPL
Source: sax2.tar.bz2
@@ -51,6 +51,7 @@
# SuSE Source...
Source1: sax2.desktop
%endif
+Patch: sax2-xorg-include.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExcludeArch: s390
@@ -65,7 +66,7 @@
%package -n sax2-tools
Version: 8.1
-Release: 6
+Release: 7
Summary: X Window System tools for SaX2
Group: System/X11/Utilities
Requires: coreutils
@@ -94,7 +95,7 @@
%package -n sax2-ident
Version: 8.1
-Release: 6
+Release: 7
Summary: SaX2 identity and profile information
Group: System/X11/Utilities
Requires: sax2-libsax-perl
@@ -113,7 +114,7 @@
%package -n sax2-gui
Version: 8.1
-Release: 6
+Release: 7
%if %{?suse_version:1}0
# SuSE Requires...
Requires: netpbm sax2-tools qt3 fvwm2 sax2
@@ -135,7 +136,7 @@
%package -n sax2-libsax
Version: 8.1
-Release: 6
+Release: 7
%if %{?suse_version:1}0
# SuSE Requires...
Requires: sax2-tools qt3 fvwm2 sax2
@@ -161,7 +162,7 @@
%package -n sax2-libsax-devel
Version: 8.1
-Release: 6
+Release: 7
Requires: sax2-libsax
Summary: SaX management library header files for X Window System-configuration development
Group: Development/Libraries/X11
@@ -178,7 +179,7 @@
%package -n sax2-libsax-perl
Version: 8.1
-Release: 6
+Release: 7
Requires: sax2-libsax
Summary: Language binding to use libsax with perl
Group: Development/Libraries/X11
@@ -195,7 +196,7 @@
%package -n sax2-libsax-python
Version: 8.1
-Release: 6
+Release: 7
Requires: sax2-libsax
%if %{?suse_version:1}0
# SuSE Requires...
@@ -218,7 +219,7 @@
%ifnarch ppc64 s390x
%package -n sax2-libsax-java
Version: 8.1
-Release: 6
+Release: 7
Requires: sax2-libsax jre1.2.x
Summary: Language binding to use libsax with java
Group: Development/Libraries/X11
@@ -237,7 +238,7 @@
%endif
%prep
%setup -n sax
-# %patch
+%patch
%build
test -e /.buildenv && . /.buildenv
@@ -479,6 +480,8 @@
%endif
%changelog -n sax2
+* Mon Aug 07 2006 - aj@xxxxxxx
+- Fix build failure with xorg7 include files.
* Thu Jul 27 2006 - ms@xxxxxxx
- fixed include path for build within xorg7
- fixed bracket quoting in profile scripts
++++++ sax2-xorg-include.patch ++++++
--- libsax/bindings/perl/Makefile.PL
+++ libsax/bindings/perl/Makefile.PL
@@ -8,7 +8,7 @@
'LIBS' => ["-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L$QTDIR/lib -L$QTDIR/lib64 -lm -lxf86config -lqt-mt -lxkbfile"],
'dynamic_lib' => { 'OTHERLDFLAGS' => '-L../.. -lsax' },
'OBJECT' => 'SaX_wrap.o',
- 'INC' => "-I/usr/X11R6/include -I/usr/include/xorg -I$QTDIR/include",
+ 'INC' => "-I$QTDIR/include",
'OPTIMIZE' => '-O2'
);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |