]> git.pld-linux.org Git - packages/dbus.git/commitdiff
- updated to 0.33 (as it is said, there was "many, many major bug fixes")
authorpzurowski <pzurowski@pld-linux.org>
Tue, 26 Apr 2005 10:18:43 +0000 (10:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel .9 due to TODO
- dbus-config patch updated
- not tested... need for rebuild dbus dependent packages

Changed files:
    dbus-config.patch -> 1.6
    dbus.spec -> 1.72

dbus-config.patch
dbus.spec

index 6e24300929b2bb88bd984c4fbc13c207856df8b0..b5944ee80224ac080984d99594fa3cc043bafda0 100644 (file)
@@ -1,5 +1,6 @@
---- dbus-0.23.4/bus/session.conf.in.orig       2005-03-03 00:30:41.000000000 +0100
-+++ dbus-0.23.4/bus/session.conf.in    2005-03-24 23:46:51.000000000 +0100
+diff -ur dbus-0.33-orig/bus/session.conf.in dbus-0.33/bus/session.conf.in
+--- dbus-0.33-orig/bus/session.conf.in 2004-10-25 20:48:58.000000000 +0200
++++ dbus-0.33/bus/session.conf.in      2005-04-26 11:22:10.969586536 +0200
 @@ -10,7 +10,7 @@
  
    <listen>unix:tmpdir=@DBUS_SESSION_SOCKET_DIR@</listen>
  
    <policy context="default">
      <!-- Allow everything to be sent -->
-@@ -19,6 +19,10 @@
-     <allow eavesdrop="true"/>
-     <!-- Allow anyone to own anything -->
+@@ -21,6 +21,10 @@
      <allow own="*"/>
+     <!-- Allow any user to connect -->
+     <allow user="*"/>
 +    <!-- Added by PLD -->
 +    <!-- valid replies are always allowed -->
 +    <allow send_requested_reply="true"/>
index 414f36a110572e591993b988771bf4a2cead1c8f..fed4dbcf3c2e3d7582044304606c6b1296456f76 100644 (file)
--- a/dbus.spec
+++ b/dbus.spec
@@ -1,5 +1,6 @@
 #
 # TODO: SELinux support
+# - check if mono is still broken
 #
 # Conditional build:
 %bcond_without glib    # without glib support
@@ -9,6 +10,8 @@
 %bcond_without python  # without python support
 %bcond_without dotnet  # without .net support
 #
+
+%if 0
 %if %{without glib}
 %undefine      with_gtk
 %endif
@@ -20,6 +23,7 @@
 # mcs segfaults while building dotnet-gtk-sharp on amd64 builder
 %undefine      with_dotnet
 %endif
+%endif
 
 %define                expat_version   1.95.5
 %define                glib2_version   2.2.0
 Summary:       D-BUS message bus
 Summary(pl):   Magistrala przesy³ania komunikatów D-BUS
 Name:          dbus
-Version:       0.23.4
-Release:       3
+Version:       0.33
+Release:       0.9
 License:       AFL v2.1 or GPL v2
 Group:         Libraries
 Source0:       http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz
-# Source0-md5: ecd20f2398ed46b2c96d7e30b1f914d4
+# Source0-md5: 23db7f95dbb1fcae6e1d43fcc17857aa
 Source1:       messagebus.init
 Source2:       %{name}-daemon-1-profile.d-sh
 Source3:       %{name}-sysconfig
@@ -432,7 +436,7 @@ fi
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/dbus-cleanup-sockets
-%attr(755,root,root) %{_bindir}/dbus-daemon-1
+%attr(755,root,root) %{_bindir}/dbus-daemon
 # dbus-launch R: XFree86-libs
 %attr(755,root,root) %{_bindir}/dbus-launch
 %attr(755,root,root) %{_bindir}/dbus-send
@@ -447,7 +451,7 @@ fi
 %dir %{_datadir}/dbus-1/services
 %dir %{_localstatedir}/lib/dbus-1
 %{_mandir}/man1/dbus-cleanup-sockets.1*
-%{_mandir}/man1/dbus-daemon-1.1*
+%{_mandir}/man1/dbus-daemon.1*
 %{_mandir}/man1/dbus-launch.1*
 %{_mandir}/man1/dbus-send.1*
 
@@ -460,6 +464,7 @@ fi
 %files devel
 %defattr(644,root,root,755)
 %doc doc/*.{html,txt}
+%attr(755,root,root) %{_bindir}/dbus-binding-tool
 %attr(755,root,root) %{_libdir}/libdbus-1.so
 %{_libdir}/libdbus-1.la
 %{_libdir}/dbus-*/include
@@ -479,7 +484,6 @@ fi
 
 %files glib-devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/dbus-glib-tool
 %attr(755,root,root) %{_libdir}/libdbus-glib-1.so
 %{_libdir}/libdbus-glib-1.la
 %{_includedir}/dbus*/dbus/dbus-glib*.h
This page took 0.219989 seconds and 4 git commands to generate.