]> git.pld-linux.org Git - packages/bakefile.git/commitdiff
- new URLs, updated to 0.2.10 (latest release from legacy 0.2.x line) auto/th/bakefile-0.2.10-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 7 Apr 2017 15:18:25 +0000 (17:18 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 7 Apr 2017 15:18:25 +0000 (17:18 +0200)
bakefile.spec
format-security.patch [deleted file]

index 2dec04c649c3338504460eb54dcaaba9809c4653..fde1c692f7701213a09f1cdc9742385e0bf0ca80 100644 (file)
@@ -1,15 +1,15 @@
 Summary:       Native makefiles generator
 Summary(pl.UTF-8):     Generator natywnych plików typu Makefile
 Name:          bakefile
 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
 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
 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
 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
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
 
 %build
 %{__libtoolize}
diff --git a/format-security.patch b/format-security.patch
deleted file mode 100644 (file)
index 9060d77..0000000
+++ /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);
-   }
- }
This page took 0.081084 seconds and 4 git commands to generate.