Update to latest upstream.
This commit is contained in:
parent
b0efcc361a
commit
89b816c69c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
unifdef-1.334.tar.gz
|
||||
/unifdef-2.6.tar.gz
|
||||
/unifdef-2.9.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
18b832baea2c7b6b00bd7d4f3db38f62 unifdef-2.6.tar.gz
|
||||
9b7354aad8beac3ad8bb7f645cbd042a unifdef-2.9.tar.xz
|
||||
|
@ -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 <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
+#include <bsd/string.h>
|
||||
+
|
||||
const char * const copyright[] = {
|
||||
"@(#) Copyright (c) 2002 - 2010 Tony Finch (dot@dotat.at)\n",
|
||||
"@(#) Latest version available from http://dotat.at/prog/unifdef\n",
|
@ -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 <brouhaha@fedoraproject.org> - 2.9-1
|
||||
- Update to latest upstream.
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user