]> git.pld-linux.org Git - packages/amsn.git/commitdiff
- updated to 0.96
authorjack <jack@pld-linux.org>
Mon, 5 Mar 2007 22:10:32 +0000 (22:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amsn-desktop.patch -> 1.3
    amsn-libng_plugin_init.patch -> 1.2
    amsn.spec -> 1.15

amsn-desktop.patch
amsn-libng_plugin_init.patch
amsn.spec

index 4d7b73bfed5e0290ce1b86340f6ae391d8c7423e..fad62588f6296777e4c097f2bfd34ce3cd81d3c0 100644 (file)
@@ -1,25 +1,18 @@
---- amsn-0.95/amsn.desktop~    2006-10-15 21:43:48.632179540 +0300
-+++ amsn-0.95/amsn.desktop     2006-10-15 21:45:21.184256246 +0300
+--- amsn-0.96.orig/amsn.desktop        2007-03-05 22:43:49.403398500 +0100
++++ amsn-0.96/amsn.desktop     2007-03-05 23:02:37.065873000 +0100
 @@ -4,12 +4,14 @@
  Exec=amsn
  Icon=msn.png
  Info=AMSN
 -Categories=Application;Network;
--Comment="MSN Messenger for Linux"
--Comment[fr]="MSN Messenger pour Linux"
--Comment[de]="MSN Messenger fr Linux"
--Comment[nl]="MSN Messenger voor Linux"
--Comment[no]="MSN Messenger for Linux"
 +Categories=Network;InstantMessaging;
-+Comment=MSN Messenger for Linux
-+Comment[fr]=MSN Messenger pour Linux
-+Comment[de]=MSN Messenger fr Linux
+ Comment=MSN Messenger for Linux
+ Comment[fr]=MSN Messenger pour Linux
+ Comment[de]=MSN Messenger fr Linux
 +Comment[nb]=MSN Messenger for Linux
-+Comment[nl]=MSN Messenger voor Linux
-+Comment[no]=MSN Messenger for Linux
+ Comment[nl]=MSN Messenger voor Linux
+ Comment[no]=MSN Messenger for Linux
 +Comment[pl]=MSN Messenger dla Linuksa
  Terminal=false
  Type=Application
--StartupNotify=true
-\ No newline at end of file
-+StartupNotify=true
+ StartupNotify=true
index c3fdcd6e2da7b8762bb48b4adb15fe7bd0fe32d4..6ba90475e95e6c31302a83fcf82fa003183cfe40 100644 (file)
@@ -1,13 +1,8 @@
---- amsn-0.95/utils/linux/capture/libng/grab-ng.c~     2005-12-22 03:06:25.000000000 +0100
-+++ amsn-0.95/utils/linux/capture/libng/grab-ng.c      2006-04-08 17:20:44.453258750 +0200
-@@ -1140,12 +1140,13 @@
-           continue;
-       }
-+      if (NULL == (initcall = dlsym(plugin,"plugin_init")))
-       if (NULL == (initcall = dlsym(plugin,"ng_plugin_init"))) {
+diff -Nur amsn-0.96.orig/utils/linux/capture/libng/grab-ng.c amsn-0.96/utils/linux/capture/libng/grab-ng.c
+--- amsn-0.96.orig/utils/linux/capture/libng/grab-ng.c 2007-03-05 22:43:48.135319250 +0100
++++ amsn-0.96/utils/linux/capture/libng/grab-ng.c      2007-03-05 22:44:31.706042250 +0100
+@@ -1144,7 +1144,7 @@
            if (NULL == (initcall = dlsym(plugin,"_ng_plugin_init"))) {
-               fprintf(stderr,"dlsym[%s]: %s\n",filename,dlerror());
                continue;
            }
 -      }
index ba61a5467cf76c8040a56a8bc160f1feab2f46a2..218447d47e73172b202714401b7cdc25466cfe69 100644 (file)
--- a/amsn.spec
+++ b/amsn.spec
@@ -3,13 +3,13 @@ Summary(de.UTF-8):    MSN Messenger-Klon für Linux
 Summary(fr.UTF-8):     Clône MSN Messenger pour Linux
 Summary(pl.UTF-8):     Klon MSN Messengera dla Linuksa
 Name:          amsn
-Version:       0.95
-Release:       2
+Version:       0.96
+Release:       1
 Epoch:         0
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://dl.sourceforge.net/amsn/%{name}-%{version}.tar.gz
-# Source0-md5: f57e3c2c78a3c7d64c93a78be88846aa
+# Source0-md5: e0e9d304c8221048de4d1c3723d7d38a
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-libng_plugin_init.patch
 URL:           http://amsn.sourceforge.net/
This page took 0.077723 seconds and 4 git commands to generate.