From 67b053d1e3a14ddb7b4614804ddcda26227763903471610c227f09588f121d01 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 27 Aug 2015 14:38:33 +0000 Subject: [PATCH] Accepting request 327558 from Cloud:OpenStack:Master - update to version 1.1.0 (fate#318838): OBS-URL: https://build.opensuse.org/request/show/327558 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=19 --- python-cffi.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cffi.changes b/python-cffi.changes index 782c74a..134f4e1 100644 --- a/python-cffi.changes +++ b/python-cffi.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Mon Jun 1 18:13:10 UTC 2015 - benoit.monin@gmx.fr -- update to version 1.1.0: +- update to version 1.1.0 (fate#318838): * Out-of-line API mode: we can now declare integer types with typedef int... foo_t;. The exact size and signedness of foo_t is figured out by the compiler.