[tintin] 2.00.9 bump

Petr Šabata psabata at fedoraproject.org
Wed Jan 2 13:39:21 UTC 2013


commit 7b2d16daa26a013a28429f722dbe07644aedd8c1
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Jan 2 14:39:16 2013 +0100

    2.00.9 bump

 .gitignore  |    1 +
 sources     |    2 +-
 tintin.spec |   13 +++++++++----
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5b4e7d8..ba3cad0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /tintin-2.00.6.tar.gz
 /tintin-2.00.7.tar.gz
 /tintin-2.00.8.tar.gz
+/tintin-2.00.9.tar.gz
diff --git a/sources b/sources
index 79520f1..ebf0546 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c76c75c0798610569e1fbf8168857a7  tintin-2.00.8.tar.gz
+633bb31a01d586d001bbf5f7f7833e87  tintin-2.00.9.tar.gz
diff --git a/tintin.spec b/tintin.spec
index b7e3576..9d45f8d 100644
--- a/tintin.spec
+++ b/tintin.spec
@@ -1,6 +1,6 @@
 Name:       tintin 
-Version:    2.00.8
-Release:    3%{?dist}
+Version:    2.00.9
+Release:    1%{?dist}
 Summary:    TinTin++, aka tt++, is a free MUD client
 Group:      Applications/Internet
 License:    GPLv2+
@@ -27,6 +27,8 @@ TinTin++, aka tt++, MUD client documentation and examples.
 
 %prep
 %setup -q -n tt
+find . -type f -exec chmod 644 {} +
+chmod a+x src/configure
 
 %build
 cd src
@@ -36,11 +38,10 @@ make %{?_smp_mflags}
 %install
 cd src
 make install DESTDIR=%{buildroot}
-cd ../mods
 
 %files
 %doc COPYING
-%doc CREDITS FAQ INSTALL README TODO
+%doc CREDITS FAQ README TODO
 %doc mods
 %{_bindir}/tt++
 
@@ -50,6 +51,10 @@ cd ../mods
 %doc docs/*
 
 %changelog
+* Wed Jan 02 2013 Petr Šabata <contyk at redhat.com> - 2.00.9-1
+- 2.00.9 bump
+- Fix the source file permissions once again
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.00.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list