cicku pushed to ansifilter (epel7). "Merge branch 'master' into epel7"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 1 03:55:16 UTC 2015


>From d29ace732113097cd547f6232475cfe3d19de30e Mon Sep 17 00:00:00 2001
From: Christopher Meng <i at cicku.me>
Date: Thu, 5 Mar 2015 21:18:27 -0500
Subject: Fix typo I don't even know


diff --git a/ansifilter.spec b/ansifilter.spec
index b4f21a3..272d83f 100644
--- a/ansifilter.spec
+++ b/ansifilter.spec
@@ -43,11 +43,11 @@ rm -frv src/qt-gui/moc_*.cpp
 rm -frv src/qt-gui/Makefile*
 %endif
 
-# CLTR quickfix
+# CRLF quickfix
 find . -type f -exec sed -i 's/\r$//' {} + -print
 
 %build
-# Upstream embed the cli code in gui so no need to requires cli using GUI
+# Upstream embeds the cli code in gui so no need to require cli to use GUI
 # program, in order to achieve this we need to preserve the objects with -c.
 %make_build CFLAGS+="%{optflags} -c" LDFLAGS="%{?__global_ldflags}"
 
-- 
cgit v0.10.2


>From 4e561c58396a1f85042b7ab6ba7e9ea7fdb4b506 Mon Sep 17 00:00:00 2001
From: Christopher Meng <i at cicku.me>
Date: Tue, 31 Mar 2015 23:54:18 -0400
Subject: Update to 1.12


diff --git a/.gitignore b/.gitignore
index 2707042..eeaf7c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ansifilter-1.8.tar.gz
 /ansifilter-1.11.tar.gz
+/ansifilter-1.12.tar.bz2
diff --git a/ansifilter.spec b/ansifilter.spec
index 272d83f..ab8dd42 100644
--- a/ansifilter.spec
+++ b/ansifilter.spec
@@ -1,7 +1,7 @@
 %bcond_without  gui
 
 Name:           ansifilter
-Version:        1.11
+Version:        1.12
 Release:        1%{?dist}
 Summary:        ANSI terminal escape code converter
 License:        GPLv3+
@@ -84,6 +84,9 @@ rm -frv %{buildroot}%{_docdir}
 %endif
 
 %changelog
+* Tue Mar 31 2015 Christopher Meng <rpm at cicku.me> - 1.12-1
+- Update to 1.12
+
 * Mon Feb 16 2015 Christopher Meng <rpm at cicku.me> - 1.11-1
 - Update to 1.11
 
diff --git a/sources b/sources
index 5df390a..934fd66 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c452e5d91ec2cdc34f539eeb31c0b98  ansifilter-1.11.tar.gz
+b4c12044324d089b27336eda862e8577  ansifilter-1.12.tar.bz2
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/ansifilter.git/commit/?h=epel7&id=3d2c713c1dbc9803cf1e825e1cb4b3d3f5c7d8d3


More information about the scm-commits mailing list