]> git.pld-linux.org Git - packages/gammu.git/commitdiff
- up to 0.86
authorTomek Orzechowski <orzech@pld-linux.org>
Fri, 10 Oct 2003 08:11:36 +0000 (08:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gammu-etc_dir.patch -> 1.2
    gammu.spec -> 1.17

gammu-etc_dir.patch
gammu.spec

index 1e720ec2b92b3bbb00807ba234eb89a2c5edb153..1781540e02afdd46a34e5a537c4986623040f396 100644 (file)
@@ -1,17 +1,15 @@
 diff -Nru gammu/common/gsmstate.c gammu.new/common/gsmstate.c
 --- gammu/common/gsmstate.c    Sat Nov 30 20:15:12 2002
 +++ gammu.new/common/gsmstate.c        Sat Mar 29 12:29:07 2003
-@@ -539,7 +539,8 @@
+@@ -705,6 +705,7 @@
        CFG_Header      *cfg_info;
          char          *homedir;
-         char          rcfile[200];
--
-+        char            *etc_dir;
-+        
+         char          rcfile[201];
++      char            *etc_dir;
  #if defined(WIN32) || defined(DJGPP)
          homedir = getenv("HOMEDRIVE");
-         strncpy(rcfile, homedir ? homedir : "", 200);
-@@ -547,9 +548,15 @@
+@@ -713,9 +714,15 @@
          strncat(rcfile, homedir ? homedir : "", 200);
          strncat(rcfile, "\\gammurc", 200);
  #else
index 7f469f8d04568116ebd5c6a33c8338575e85b355..44d1475b6c0e42db1fb472df211b20ae0b1a53d9 100644 (file)
@@ -1,5 +1,5 @@
 %define         major   0
-%define         minor   85
+%define         minor   86
 
 Summary:       Linux/Unix tool suite for Nokia mobile phones
 Summary(pl):   Linuksowy/Uniksowy zestaw narzêdzi dla telefonów komórkowych Nokia
@@ -10,7 +10,7 @@ Epoch:                1
 License:       GPL v2
 Group:         Applications/Communications
 Source0:       http://www.mwiacek.com/zips/gsm/%{name}/older/%{name}-%{major}%{minor}.tar.gz
-# Source0-md5: 9e275a3d8f1e691816aa8e8ed695b71f
+# Source0-md5: 904238ded8c42f504e3b7aca7d5b7133
 Patch0:                %{name}-etc_dir.patch
 URL:           http://www.mwiacek.com/english/gsm/gammu/gammu.html
 BuildRequires: autoconf
This page took 0.055565 seconds and 4 git commands to generate.