]> git.pld-linux.org Git - packages/chronojump.git/commitdiff
- updated to 1.4.5 auto/th/chronojump-1.4.5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Jul 2014 18:01:29 +0000 (20:01 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Jul 2014 18:01:29 +0000 (20:01 +0200)
- removed obsolete format patch

chronojump-format.patch [deleted file]
chronojump.spec

diff --git a/chronojump-format.patch b/chronojump-format.patch
deleted file mode 100644 (file)
index 4b2fe17..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
---- chronojump-1.4.4.1/chronopic-tests/test-precision.c.orig   2013-04-12 13:20:03.000000000 +0200
-+++ chronojump-1.4.4.1/chronopic-tests/test-precision.c        2014-06-22 17:01:23.143871975 +0200
-@@ -158,7 +158,7 @@
-            sprintf (cad,"Periodo: %7.2f ms, Freq: %2.3f Hz. ",ton+toff,
-                     1000/(ton+toff));
-            //sprintf (cad,"%X %X %X",trama[2],trama[3],trama[4]);
--           printf (cad);
-+           fputs (cad, stdout);
-            for (i=0; i<strlen(cad); i++)
-              printf ("\b");
-            fflush(stdout);
---- chronojump-1.4.4.1/chronopic-tests/test-saltos.c.orig      2013-04-12 13:20:03.000000000 +0200
-+++ chronojump-1.4.4.1/chronopic-tests/test-saltos.c   2014-06-22 17:04:16.677201690 +0200
-@@ -99,7 +99,6 @@
- /*----------------*/
- int main (int argc, char **argv)
- {
--  char cad[80];
-   int serial_fd;
-   int ok;
-   double t;
-@@ -187,8 +186,7 @@
-           toff=t;
-           
-           //-- Imprimir informacion
--          sprintf (cad,"Tiempo: %8.1f ms\n",toff);
--          printf (cad);
-+          printf ("Tiempo: %8.1f ms\n",toff);
-         }
-       case 1:  //-- Estado ON. Usuario estaba de la plataforma
-         
index ed03e631ef14a0db10572595af4bb643912e5eb9..795ff2ada31e80438516a345f7a5f8dff6a63e6b 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       ChronoJump - system for measurement, management and statistics of the jump events
 Summary(pl.UTF-8):     ChronoJump - system do pomiarów, zarządzania i statystyk skoków
 Name:          chronojump
-Version:       1.4.4.1
+Version:       1.4.5
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications/Games
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/chronojump/1.4/%{name}-%{version}.tar.xz
-# Source0-md5: b01efd745109082345cfb790b42cdf27
-Patch0:                %{name}-format.patch
+# Source0-md5: 7a5d9ce2bdd4f06db76cde90faa58089
 URL:           http://chronojump.org/
 BuildRequires: gettext-devel
 BuildRequires: glib2-devel >= 2.0
@@ -35,7 +34,6 @@ nauczycieli oraz uczniów.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \
This page took 0.1206 seconds and 4 git commands to generate.