]> git.pld-linux.org Git - packages/cromfs.git/commitdiff
- updated to 1.5.9.1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Jan 2011 11:03:08 +0000 (11:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete c32,libc patches

Changed files:
    cromfs-c32.patch -> 1.2
    cromfs-libc.patch -> 1.2
    cromfs.spec -> 1.15

cromfs-c32.patch [deleted file]
cromfs-libc.patch [deleted file]
cromfs.spec

diff --git a/cromfs-c32.patch b/cromfs-c32.patch
deleted file mode 100644 (file)
index 4b8517c..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- cromfs-1.5.9/lib/newhash.cc.orig   2009-12-17 09:44:32.000000000 +0100
-+++ cromfs-1.5.9/lib/newhash.cc        2010-11-13 10:12:45.163105804 +0100
-@@ -296,6 +296,7 @@
-    }
- #else
-     uint_least32_t a,b;
-+    typedef uint_least32_t c32;
-     unsigned long len = size;
-     c += size + UINT32_C(0x9e3779b9); // 2^32 / ((1+sqrt(5))/2
-     a = b = c;
diff --git a/cromfs-libc.patch b/cromfs-libc.patch
deleted file mode 100644 (file)
index f938efc..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- cromfs-1.5.9/util/unmkcromfs.cc.orig       2009-12-17 09:44:32.000000000 +0100
-+++ cromfs-1.5.9/util/unmkcromfs.cc    2010-11-13 10:26:48.243099937 +0100
-@@ -22,6 +22,7 @@
- #ifdef HAS_LUTIMES
-  #include <sys/time.h>
- #endif
-+#include <sys/stat.h>
- #include <getopt.h>
index 5d3eb9f2844071922bd2b72a10dac0114023db06..b43c5c1ee62d530c3c88c10b5bdd09f399f38f9f 100644 (file)
@@ -1,14 +1,12 @@
 Summary:       Compressed ROM filesystem for Linux in user-space
 Summary(pl.UTF-8):     System plików Compressed ROM dla Linuksa działający w przestrzeni użytkownika
 Name:          cromfs
-Version:       1.5.9
+Version:       1.5.9.1
 Release:       0.1
 License:       GPL v3
 Group:         Applications/System
 Source0:       http://bisqwit.iki.fi/src/arch/%{name}-%{version}.tar.bz2
-# Source0-md5: 9e2067c72a9edf80b232c624f0a7432e
-Patch0:                %{name}-c32.patch
-Patch1:                %{name}-libc.patch
+# Source0-md5: 8dfe26f41502a6b7998cca3bab040345
 URL:           http://bisqwit.iki.fi/source/cromfs.html
 BuildRequires: libfuse-devel >= 0:2.5.2
 %if "%{cc_version}" >= "4.2"
@@ -51,8 +49,6 @@ cramfs.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 ./configure
This page took 0.695427 seconds and 4 git commands to generate.