[packages/cmocka] - updated to 1.1.0 - removed obsolete function patch

qboosh qboosh at pld-linux.org
Wed Apr 5 21:48:13 CEST 2017


commit dad5c2aeb3c3222f28691dd5ebf5362fabfbbaee
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Apr 5 21:48:15 2017 +0200

    - updated to 1.1.0
    - removed obsolete function patch

 cmocka-function.patch | 11 -----------
 cmocka.spec           | 10 ++++------
 2 files changed, 4 insertions(+), 17 deletions(-)
---
diff --git a/cmocka.spec b/cmocka.spec
index 76d76bd..3c1f20a 100644
--- a/cmocka.spec
+++ b/cmocka.spec
@@ -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
diff --git a/cmocka-function.patch b/cmocka-function.patch
deleted file mode 100644
index c4f62c5..0000000
--- a/cmocka-function.patch
+++ /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
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cmocka.git/commitdiff/dad5c2aeb3c3222f28691dd5ebf5362fabfbbaee



More information about the pld-cvs-commit mailing list