]> git.pld-linux.org Git - packages/csmash.git/commitdiff
- updated to 0.6.6
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 30 Nov 2003 17:44:29 +0000 (17:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    csmash-types.patch -> 1.2
    csmash.spec -> 1.23

csmash-types.patch
csmash.spec

index 4ab5de2f2e88a931ae39d062c487309f0cfde9a2..6984db7df8d9401142070d14a9872d7e30bb21aa 100644 (file)
@@ -1,5 +1,6 @@
---- csmash-0.6.4/loadparts.cpp.orig    Tue Mar  5 15:23:19 2002
-+++ csmash-0.6.4/loadparts.cpp Thu Aug 29 13:22:49 2002
+diff -burN csmash-0.6.6.orig/loadparts.cpp csmash-0.6.6/loadparts.cpp
+--- csmash-0.6.6.orig/loadparts.cpp    2003-11-30 18:38:43.000000000 +0100
++++ csmash-0.6.6/loadparts.cpp 2003-11-30 18:40:20.000000000 +0100
 @@ -245,7 +245,7 @@
  
        while ('\\' == line[l-1]) {
@@ -9,12 +10,3 @@
            fgets(&line[l-2], bufsize, fp);
            if (feof((FILE*)fp)) break;
            l = strlen(line);
-@@ -430,7 +430,7 @@
-       }
-     }
-     if (!i) {
--      printf("%d: %s is empty object\n", lineno, object->name);
-+      printf("%d: %s is empty object\n", lineno, object->name.data());
-     }
-     return true;
- }
index c08bc86c780eb4c30be049356e0e55ec1336de6a..573c0d1ae77d724ec0c018029b7d4e4a9bcb53d6 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       3D tabletennis game
 Summary(pl):   Trójwymiarowy tenis sto³owy
 Name:          csmash
-Version:       0.6.5
+Version:       0.6.6
 Release:       1
 License:       GPL
 Group:         X11/Applications/Games
 Source0:       http://dl.sourceforge.net/cannonsmash/%{name}-%{version}.tar.gz
-# Source0-md5: 969d5e5455f885e7cd6c24fdfafd5474
+# Source0-md5: bcf2eddd0f04d58e5dac6d767f41d9af
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Patch0:                %{name}-types.patch
This page took 0.036545 seconds and 4 git commands to generate.