[glogg] Update to 0.9.2

dwrobel dwrobel at fedoraproject.org
Thu Oct 10 12:33:55 UTC 2013


commit 0190720966a127e1a7db6c40821456a0a04df27c
Author: Damian Wrobel <dwrobel at ertelnet.rybnik.pl>
Date:   Thu Oct 10 14:33:31 2013 +0200

    Update to 0.9.2

 .gitignore |    1 +
 glogg.spec |   10 ++++++++--
 sources    |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 780f4b5..33ebc58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /glogg-0.8.3.tar.gz
 /glogg-0.9.1.tar.gz
+/glogg-0.9.2.tar.gz
diff --git a/glogg.spec b/glogg.spec
index 9a303a8..12d0b2a 100644
--- a/glogg.spec
+++ b/glogg.spec
@@ -1,6 +1,6 @@
 Name:          glogg
-Version:       0.9.1
-Release:       5%{?dist}
+Version:       0.9.2
+Release:       1%{?dist}
 Group:         Applications/System
 Summary:       Smart interactive log explorer
 License:       GPLv3+
@@ -28,6 +28,9 @@ combination of grep and less.
 %prep
 %setup -q
 %patch0 -p1 -b .python-markdown
+# Create the missing file. Reported upstream
+# https://github.com/nickbnf/glogg/issues/49
+echo %{version} >.tarball-version
 
 
 %build
@@ -66,6 +69,9 @@ fi
 
 
 %changelog
+* Thu Oct 10 2013 Damian Wrobel <dwrobel at ertelnet.rybnik.pl> - 0.9.2-1
+- update to the latest available version.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 39c78ac..493a099 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-88a5e0a2f2c5cbafd4b05e936285ad00  glogg-0.9.1.tar.gz
+30892cc0b61feedec0ef95354d5a5f8d  glogg-0.9.2.tar.gz


More information about the scm-commits mailing list