[packages/bakefile] - new URLs, updated to 0.2.10 (latest release from legacy 0.2.x line)

qboosh qboosh at pld-linux.org
Fri Apr 7 17:18:21 CEST 2017


commit a4c4f823ab30f511e7e85986fb9ef942710113eb
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Apr 7 17:18:25 2017 +0200

    - new URLs, updated to 0.2.10 (latest release from legacy 0.2.x line)

 bakefile.spec         | 13 ++++++-------
 format-security.patch | 11 -----------
 2 files changed, 6 insertions(+), 18 deletions(-)
---
diff --git a/bakefile.spec b/bakefile.spec
index 2dec04c..fde1c69 100644
--- a/bakefile.spec
+++ b/bakefile.spec
@@ -1,15 +1,15 @@
 Summary:	Native makefiles generator
 Summary(pl.UTF-8):	Generator natywnych plików typu Makefile
 Name:		bakefile
-Version:	0.2.9
-Release:	3
+Version:	0.2.10
+Release:	1
 License:	MIT
 Group:		Development/Building
-Source0:	http://downloads.sourceforge.net/bakefile/%{name}-%{version}.tar.gz
-# Source0-md5:	b53813d155df1a45371abc8f781e6d88
+#SourceDownload: https://github.com/vslavik/bakefile/releases
+Source0:	https://github.com/vslavik/bakefile/releases/download/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	f980cdd36268b5d2b23602d454bdf0a4
 Patch0:		%{name}-empy.patch
-Patch1:		format-security.patch
-URL:		http://bakefile.sourceforge.net/
+URL:		http://bakefile.org/
 BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake >= 1.6
 BuildRequires:	libtool
@@ -35,7 +35,6 @@ dla autoconfa, projekt dla Visual C++, makefile dla bcc itd.).
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/format-security.patch b/format-security.patch
deleted file mode 100644
index 9060d77..0000000
--- a/format-security.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- bakefile-0.2.9/src/bkl_c_wrap.c~	2011-02-02 16:21:57.000000000 +0100
-+++ bakefile-0.2.9/src/bkl_c_wrap.c	2012-12-12 12:30:12.717316507 +0100
-@@ -850,7 +850,7 @@
-     Py_DECREF(old_str);
-     Py_DECREF(value);
-   } else {
--    PyErr_Format(PyExc_RuntimeError, mesg);
-+    PyErr_Format(PyExc_RuntimeError, "%s", mesg);
-   }
- }
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bakefile.git/commitdiff/a4c4f823ab30f511e7e85986fb9ef942710113eb



More information about the pld-cvs-commit mailing list