Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 18 years ago
parent
commit
541b932d40
2 changed files with 13 additions and 2 deletions
  1. +11
    -0
      package/base/pmount/new-dbus-api.patch
  2. +2
    -2
      package/base/pmount/pmount.desc

+ 11
- 0
package/base/pmount/new-dbus-api.patch

@ -0,0 +1,11 @@
--- ./src/pmount-hal.c.orig 2006-08-03 23:38:45.000000000 +0200
+++ ./src/pmount-hal.c 2006-08-03 23:38:54.000000000 +0200
@@ -345,7 +345,7 @@
/* shut down hal connection */
libhal_ctx_shutdown( hal_ctx, &error );
libhal_ctx_free( hal_ctx );
- dbus_connection_disconnect( dbus_conn );
+ dbus_connection_close( dbus_conn );
dbus_connection_unref( dbus_conn );
/* go */

+ 2
- 2
package/base/pmount/pmount.desc

@ -43,7 +43,7 @@
[L] GPL [L] GPL
[S] Beta [S] Beta
[V] 0.9.9
[V] 0.9.11
[P] X -----5---9 800.000 [P] X -----5---9 800.000
[D] 3905652918 pmount_0.9.9.orig.tar.gz http://ftp.debian.org/debian/pool/main/p/pmount/
[D] 1474327535 pmount_0.9.11.orig.tar.gz http://ftp.debian.org/debian/pool/main/p/pmount/

Loading…
Cancel
Save