packages: python-pynotify/python-pynotify.spec, python-pynotify/libnotify07...

arekm arekm at pld-linux.org
Thu Apr 7 21:47:14 CEST 2011


Author: arekm                        Date: Thu Apr  7 19:47:14 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 10; libinotify 0.7 support

---- Files affected:
packages/python-pynotify:
   python-pynotify.spec (1.16 -> 1.17) , libnotify07.patch (NONE -> 1.1)  (NEW), python-pynotify-libnotify.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/python-pynotify/python-pynotify.spec
diff -u packages/python-pynotify/python-pynotify.spec:1.16 packages/python-pynotify/python-pynotify.spec:1.17
--- packages/python-pynotify/python-pynotify.spec:1.16	Thu Apr  7 19:22:30 2011
+++ packages/python-pynotify/python-pynotify.spec	Thu Apr  7 21:47:09 2011
@@ -3,13 +3,13 @@
 Summary(pl.UTF-8):	Wiązania Pythona do libnotify
 Name:		python-pynotify
 Version:	0.1.1
-Release:	9
+Release:	10
 License:	LGPL v2.1
 Group:		Libraries/Python
 Source0:	http://galago-project.org/files/releases/source/notify-python/notify-python-%{version}.tar.gz
 # Source0-md5:	8f0ef0939cc8edd2efd896ce5ba80cf4
 Patch0:		%{name}-codegen.patch
-Patch1:		%{name}-libnotify.patch
+Patch1:		libnotify07.patch
 URL:		http://galago-project.org/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
@@ -89,6 +89,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2011/04/07 19:47:09  arekm
+- rel 10; libinotify 0.7 support
+
 Revision 1.16  2011/04/07 17:22:30  arekm
 - release 9
 

================================================================
Index: packages/python-pynotify/libnotify07.patch
diff -u /dev/null packages/python-pynotify/libnotify07.patch:1.1
--- /dev/null	Thu Apr  7 21:47:14 2011
+++ packages/python-pynotify/libnotify07.patch	Thu Apr  7 21:47:09 2011
@@ -0,0 +1,36 @@
+diff -up notify-python-0.1.1/src/pynotify.defs.notify070 notify-python-0.1.1/src/pynotify.defs
+--- notify-python-0.1.1/src/pynotify.defs.notify070	2010-11-02 17:11:14.928179237 -0400
++++ notify-python-0.1.1/src/pynotify.defs	2010-11-02 17:11:51.153180231 -0400
+@@ -38,7 +38,6 @@
+     '("const-gchar*" "summary")
+     '("const-gchar*" "message" (null-ok) (default "NULL"))
+     '("const-gchar*" "icon" (null-ok) (default "NULL"))
+-    '("GtkWidget*" "attach" (null-ok) (default "NULL"))
+   )
+ )
+ 
+@@ -53,24 +52,6 @@
+   )
+ )
+ 
+-(define-method attach_to_widget
+-  (of-object "NotifyNotification")
+-  (c-name "notify_notification_attach_to_widget")
+-  (return-type "none")
+-  (parameters
+-    '("GtkWidget*" "attach")
+-  )
+-)
+-
+-(define-method attach_to_status_icon
+-  (of-object "NotifyNotification")
+-  (c-name "notify_notification_attach_to_status_icon")
+-  (return-type "none")
+-  (parameters
+-    '("GtkStatusIcon*" "attach")
+-  )
+-)
+-
+ (define-method show
+   (of-object "NotifyNotification")
+   (c-name "notify_notification_show")
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-pynotify/python-pynotify.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list