From 89b816c69ce406f67e13df3366ea623f0639cf38 Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Sun, 9 Jun 2013 01:02:55 -0600 Subject: [PATCH] Update to latest upstream. --- .gitignore | 1 + sources | 2 +- unifdef-strlcpy.patch | 12 ------------ unifdef.spec | 9 ++++++--- 4 files changed, 8 insertions(+), 16 deletions(-) delete mode 100644 unifdef-strlcpy.patch diff --git a/.gitignore b/.gitignore index b3f1aaa..1e3cc1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ unifdef-1.334.tar.gz /unifdef-2.6.tar.gz +/unifdef-2.9.tar.xz diff --git a/sources b/sources index 2a792bb..bd128ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -18b832baea2c7b6b00bd7d4f3db38f62 unifdef-2.6.tar.gz +9b7354aad8beac3ad8bb7f645cbd042a unifdef-2.9.tar.xz diff --git a/unifdef-strlcpy.patch b/unifdef-strlcpy.patch deleted file mode 100644 index 0fb8714..0000000 --- a/unifdef-strlcpy.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up unifdef-1.334/unifdef.c.strlcpy unifdef-1.334/unifdef.c ---- unifdef-1.334/unifdef.c.strlcpy 2010-01-19 16:48:31.000000000 -0800 -+++ unifdef-1.334/unifdef.c 2010-02-11 16:56:08.000000000 -0800 -@@ -56,6 +56,8 @@ - #include - #include - -+#include -+ - const char * const copyright[] = { - "@(#) Copyright (c) 2002 - 2010 Tony Finch (dot@dotat.at)\n", - "@(#) Latest version available from http://dotat.at/prog/unifdef\n", diff --git a/unifdef.spec b/unifdef.spec index 2976180..aaf46bf 100644 --- a/unifdef.spec +++ b/unifdef.spec @@ -1,11 +1,11 @@ Summary: Tool for removing ifdef'd lines Name: unifdef -Version: 2.6 -Release: 4%{?dist} +Version: 2.9 +Release: 1%{?dist} License: BSD Group: Development/Languages URL: http://dotat.at/prog/unifdef/ -Source0: http://dotat.at/prog/unifdef/unifdef-%{version}.tar.gz +Source0: http://dotat.at/prog/unifdef/unifdef-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pkgconfig @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 09 2013 Eric Smith - 2.9-1 +- Update to latest upstream. + * Fri Feb 15 2013 Fedora Release Engineering - 2.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild