]> git.pld-linux.org Git - packages/cmocka.git/commitdiff
- updated to 1.1.0 auto/th/cmocka-1.1.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 5 Apr 2017 19:48:15 +0000 (21:48 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 5 Apr 2017 19:48:15 +0000 (21:48 +0200)
- removed obsolete function patch

cmocka-function.patch [deleted file]
cmocka.spec

diff --git a/cmocka-function.patch b/cmocka-function.patch
deleted file mode 100644 (file)
index c4f62c5..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- cmocka-1.0.0/include/cmocka.h.orig 2015-02-13 13:50:50.000000000 +0100
-+++ cmocka-1.0.0/include/cmocka.h      2016-07-01 06:08:43.313760702 +0200
-@@ -53,7 +53,7 @@
-  */
- /* For those who are used to __func__ from gcc. */
--#ifndef __func__
-+#if (!defined(__STDC_VERSION__) || (__STDC_VERSION__ < 199901L)) && (!defined(__cplusplus) || (__cplusplus < 201103L)) && !defined(__func__)
- #define __func__ __FUNCTION__
- #endif
index 76d76bd860da04fb13268770b47b43f37aade0f0..3c1f20a801dc21f54ce027d5fbeb5567e9a53686 100644 (file)
@@ -1,14 +1,13 @@
 Summary:       Fork of Google's cmockery unit testing framework
 Summary(pl.UTF-8):     Odgałęzienie szkieletu testów jednostkowych cmockery Google'a
 Name:          cmocka
-Version:       1.0.0
-Release:       2
+Version:       1.1.0
+Release:       1
 License:       Apache v2.0
 Group:         Libraries
 #Source0Download: https://open.cryptomilk.org/projects/cmocka/files
-Source0:       https://open.cryptomilk.org/attachments/download/54/%{name}-%{version}.tar.xz
-# Source0-md5: 3e68580d9c97601dd983cf098931f987
-Patch0:                %{name}-function.patch
+Source0:       https://open.cryptomilk.org/attachments/download/60/%{name}-%{version}.tar.xz
+# Source0-md5: 59c9aa5735d9387fb591925ec53523ec
 URL:           http://cmocka.org/
 BuildRequires: cmake >= 2.6.0
 BuildRequires: tar >= 1:1.22
@@ -39,7 +38,6 @@ Pliki programistyczne szkieletu cmocka.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 install -d build
This page took 0.109705 seconds and 4 git commands to generate.