Mailinglist Archive: opensuse-commit (1318 mails)

< Previous Next >
commit sax2
  • From: root@xxxxxxx (h_root)
  • Date: Wed, 23 Aug 2006 12:32:57 +0200 (CEST)
  • Message-id: <20060823103257.A23C295161@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package sax2
checked in at Wed Aug 23 12:32:57 CEST 2006.

--------
--- sax2/sax2.changes 2006-08-17 14:01:22.000000000 +0200
+++ sax2/sax2.changes 2006-08-23 12:19:08.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug 23 12:18:59 CEST 2006 - ro@xxxxxxx
+
+- work around dbus breakage
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sax2.spec ++++++
--- /var/tmp/diff_new_pack.L2yUrF/_old 2006-08-23 12:32:49.000000000 +0200
+++ /var/tmp/diff_new_pack.L2yUrF/_new 2006-08-23 12:32:49.000000000 +0200
@@ -45,7 +45,7 @@
%endif
Summary: SuSE advanced X Window System-configuration
Version: 8.1
-Release: 9
+Release: 10
Group: System/X11/Utilities
License: Other License(s), see package, GPL
Source: sax2.tar.bz2
@@ -70,7 +70,7 @@

%package -n sax2-tools
Version: 8.1
-Release: 9
+Release: 10
Summary: X Window System tools for SaX2
Group: System/X11/Utilities
Requires: coreutils
@@ -99,7 +99,7 @@

%package -n sax2-ident
Version: 8.1
-Release: 9
+Release: 10
Summary: SaX2 identity and profile information
Group: System/X11/Utilities
Requires: sax2-libsax-perl
@@ -118,7 +118,7 @@

%package -n sax2-gui
Version: 8.1
-Release: 9
+Release: 10
%if %{?suse_version:1}0
# SuSE Requires...
Requires: netpbm sax2-tools qt3 fvwm2 sax2
@@ -140,7 +140,7 @@

%package -n sax2-libsax
Version: 8.1
-Release: 9
+Release: 10
%if %{?suse_version:1}0
# SuSE Requires...
Requires: sax2-tools qt3 fvwm2 sax2
@@ -166,7 +166,7 @@

%package -n sax2-libsax-devel
Version: 8.1
-Release: 9
+Release: 10
Requires: sax2-libsax
Summary: SaX management library header files for X Window System-configuration development
Group: Development/Libraries/X11
@@ -183,7 +183,7 @@

%package -n sax2-libsax-perl
Version: 8.1
-Release: 9
+Release: 10
Requires: sax2-libsax
Summary: Language binding to use libsax with perl
Group: Development/Libraries/X11
@@ -200,7 +200,7 @@

%package -n sax2-libsax-python
Version: 8.1
-Release: 9
+Release: 10
Requires: sax2-libsax
%if %{?suse_version:1}0
# SuSE Requires...
@@ -486,6 +486,8 @@
%endif

%changelog -n sax2
+* Wed Aug 23 2006 - ro@xxxxxxx
+- work around dbus breakage
* Thu Aug 17 2006 - olh@xxxxxxx
- quote variable with unpredictable content in build section
- build as unprivileged user

++++++ sax2-dbus-api-fix-thoenig-01.patch ++++++
--- /var/tmp/diff_new_pack.L2yUrF/_old 2006-08-23 12:32:49.000000000 +0200
+++ /var/tmp/diff_new_pack.L2yUrF/_new 2006-08-23 12:32:49.000000000 +0200
@@ -1,11 +1,12 @@
---- sysp/lib/libhd/hd/hal.c 2006-08-12 11:26:23.000000000 +0200
-+++ sysp/lib/libhd/hd/hal.c 2006-08-12 11:26:41.000000000 +0200
-@@ -217,7 +217,7 @@
+--- sysp/lib/libhd/hd/hal.c
++++ sysp/lib/libhd/hd/hal.c
+@@ -217,7 +217,8 @@

libhal_ctx_free(hal_ctx);

- dbus_connection_disconnect(conn);
+ dbus_connection_close(conn);
++ dbus_connection_unref(conn);
dbus_connection_unref(conn);

dbus_error_free(&error);



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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >