From 1c9b70d3e98a05ca4d3c152967510eb0969ea8e8 Mon Sep 17 00:00:00 2001 From: Greg Bailey Date: Wed, 23 Mar 2016 06:37:43 -0700 Subject: [PATCH] New version 3.02 --- .gitignore | 1 + sources | 2 +- tweak.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 35ad265..c24cc23 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /tweak-3.01.tar.gz +/tweak-3.02.tar.gz diff --git a/sources b/sources index a314d2f..3f3a222 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3ae8db9fd482b679835a80c4635f71be tweak-3.01.tar.gz +d50e20d9ed05d7cc5eb04ff3f0bf1d9b tweak-3.02.tar.gz diff --git a/tweak.spec b/tweak.spec index 2170a5d..d3d9372 100644 --- a/tweak.spec +++ b/tweak.spec @@ -1,7 +1,7 @@ Name: tweak -Version: 3.01 +Version: 3.02 -Release: 7%{?dist} +Release: 1%{?dist} Summary: An efficient hex editor Group: Applications/Editors License: MIT @@ -27,7 +27,7 @@ other things. sed -i -e 's|^.c.o|.disabled.c.o|' Makefile # Modify the location of filepaths to conform to Filesystem Hierarchy Standard -sed -i -e 's|^PREFIX=/usr/local|PREFIX=$(DESTDIR)/usr|' Makefile +sed -i -e 's|^PREFIX=$(DESTDIR)/usr/local|PREFIX=$(DESTDIR)/usr|' Makefile sed -i -e 's|^MANDIR=$(PREFIX)/man/man1|MANDIR=$(PREFIX)/share/man/man1|' Makefile make %{?_smp_mflags} CFLAGS="%{optflags}" @@ -47,6 +47,9 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Wed Mar 23 2016 Greg Bailey 3.02-1 +- New version 3.02 + * Fri Feb 05 2016 Fedora Release Engineering - 3.01-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild