[cherrytree/f17] Update to 0.26

cheeselee cheeselee at fedoraproject.org
Sun May 27 08:44:16 UTC 2012


commit bbf0636d3201b12ed5e3a5f640d226938d82076e
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Sun May 27 16:43:52 2012 +0800

    Update to 0.26

 .gitignore      |    1 +
 cherrytree.spec |   11 +++++------
 sources         |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fad97df..7be194f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /cherrytree-0.25.2.tar.gz
 /cherrytree-0.25.3.tar.gz
 /cherrytree-0.25.4.tar.gz
+/cherrytree-0.26.tar.bz2
diff --git a/cherrytree.spec b/cherrytree.spec
index 355cd47..c62645b 100644
--- a/cherrytree.spec
+++ b/cherrytree.spec
@@ -2,14 +2,14 @@
 %global py_ver %(if [ -f "%{__python}" ]; then %{__python} -c "import sys; sys.stdout.write(sys.version[:3])"; else echo 0; fi;)
 
 Name:           cherrytree
-Version:        0.25.4
+Version:        0.26
 Release:        1%{?dist}
 Summary:        Hierarchical note taking application
 
 Group:          Applications/Productivity
 License:        GPLv2+
 URL:            http://www.giuspen.com/cherrytree/
-Source0:        http://www.giuspen.com/software/%{name}-%{version}.tar.gz
+Source0:        http://www.giuspen.com/software/%{name}-%{version}.tar.bz2
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -29,10 +29,6 @@ file with extension ".ctd".
 
 %prep
 %setup -q
-# remove shebang to make rpmlint happy
-sed '/\/usr\/bin\/env/d' modules/main.py > modules/main.py.new && \
-  touch -r modules/main.py modules/main.py.new && \
-  mv modules/main.py.new modules/main.py 
 
 
 %build
@@ -80,6 +76,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun May 27 2012 Robin Lee <cheeselee at fedoraproject.org> - 0.26-1
+- Update to 0.26
+
 * Sun Mar  4 2012 Robin Lee <cheeselee at fedoraproject.org> - 0.25.4-1
 - Update to 0.25.4
 
diff --git a/sources b/sources
index 315461f..004caf3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0b941500c0cc58e215f61eed8c986f2c  cherrytree-0.25.4.tar.gz
+434acd8f85e4898f816faedc5054e88e  cherrytree-0.26.tar.bz2


More information about the scm-commits mailing list