diff --git a/.gitignore b/.gitignore index e92a65c..324b32e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /v0.2.1.tar.gz +/v0.2.2.tar.gz diff --git a/ddate-0.2.1-Change-ddate-availability.patch b/ddate-0.2.1-Change-ddate-availability.patch deleted file mode 100644 index b13669d..0000000 --- a/ddate-0.2.1-Change-ddate-availability.patch +++ /dev/null @@ -1,28 +0,0 @@ -From c19fe8939b2de7d7416cea52f30c3870f9bd7de9 Mon Sep 17 00:00:00 2001 -From: Jon Sangster -Date: Tue, 15 Jan 2013 16:53:13 -0400 -Subject: [PATCH] Change ddate availability -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - - -Signed-off-by: Petr Písař ---- - ddate.1 | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/ddate.1 b/ddate.1 -index 0b01e09..76972e3 100644 ---- a/ddate.1 -+++ b/ddate.1 -@@ -110,5 +110,4 @@ Malaclypse the Younger, - .I "Principia Discordia, Or How I Found Goddess And What I Did To Her When I Found Her" - - .SH AVAILABILITY --The ddate command is part of the util-linux package and is available from --ftp://ftp.kernel.org/pub/linux/utils/util-linux/. -+The ddate command is available from https://github.com/bo0ts/ddate. --- -1.8.1.4 - diff --git a/ddate-0.2.1-Correct-path-for-manpage.patch b/ddate-0.2.1-Correct-path-for-manpage.patch deleted file mode 100644 index 34c89e9..0000000 --- a/ddate-0.2.1-Correct-path-for-manpage.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 995cbcd75ad4355a82b25c1b599877e81bedc81d Mon Sep 17 00:00:00 2001 -From: Jonas Wielicki -Date: Wed, 20 Jun 2012 11:26:31 +0200 -Subject: [PATCH] Correct path for manpage -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - - -Signed-off-by: Petr Písař ---- - CMakeLists.txt | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 5f34f54..812572e 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -14,5 +14,5 @@ add_custom_target( manpage ALL - DEPENDS ddate.1.gz - ) - --install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ddate.1.gz DESTINATION share/man1) --install(TARGETS ddate DESTINATION bin) -\ No newline at end of file -+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ddate.1.gz DESTINATION share/man/man1) -+install(TARGETS ddate DESTINATION bin) --- -1.8.1.4 - diff --git a/ddate.spec b/ddate.spec index 2accad1..89d786f 100644 --- a/ddate.spec +++ b/ddate.spec @@ -1,24 +1,21 @@ Name: ddate -Version: 0.2.1 -Release: 6%{?dist} +Version: 0.2.2 +Release: 1%{?dist} Summary: Convert Gregorian dates to Discordian dates Group: Applications/Text License: Public Domain -URL: https://github.com/bo0ts/%{name}/tree/ -Source0: https://github.com/bo0ts/%{name}/archive/v%{version}.tar.gz -# In upstream after 0.2.1 -Patch0: %{name}-0.2.1-Correct-path-for-manpage.patch -# In upstream after 0.2.1 -Patch1: %{name}-0.2.1-Change-ddate-availability.patch +URL: https://github.com/bo0ts/%{name} +Source0: %{url}/archive/v%{version}.tar.gz BuildRequires: cmake +BuildRequires: gcc +BuildRequires: gzip +BuildRequires: make %description This tool prints a date in the Discordian date format. %prep %setup -qn %{name}-%{version} -%patch0 -p1 -%patch1 -p1 %build %cmake . @@ -36,6 +33,9 @@ ctest %{_mandir}/man1/* %changelog +* Mon Mar 07 2016 Petr Pisar - 0.2.2-1 +- 0.2.2 bump + * Wed Feb 03 2016 Fedora Release Engineering - 0.2.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index d05bd91..483885c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4ca90de7a92ee3038de6d76e2b618b15 v0.2.1.tar.gz +154ead3444d60806c97919b4f3d69e19 v0.2.2.tar.gz