[timeline] 0.20.0

Jon Ciesla limb at fedoraproject.org
Wed May 15 12:54:34 UTC 2013


commit 8e75b3fc5986ae7ed1f53fe6985e2961dcc25e02
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed May 15 07:50:24 2013 -0500

    0.20.0

 .gitignore                  |    1 +
 sources                     |    2 +-
 timeline-0.20.0-paths.patch |   12 ++++++++++++
 timeline.spec               |    9 ++++++---
 4 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9a745e0..362baaf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /timeline-0.14.0.zip
 /timeline-0.16.0.zip
 /timeline-0.18.0.zip
+/timeline-0.20.0.zip
diff --git a/sources b/sources
index dd6b4a7..44d449e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c9b33c443623122d09546250394c2306  timeline-0.18.0.zip
+a802aa4a6878fcc201bec60fb2b306da  timeline-0.20.0.zip
diff --git a/timeline-0.20.0-paths.patch b/timeline-0.20.0-paths.patch
new file mode 100644
index 0000000..af9b505
--- /dev/null
+++ b/timeline-0.20.0-paths.patch
@@ -0,0 +1,12 @@
+--- timelinelib/config/paths.py~	2013-03-30 08:27:24.000000000 -0500
++++ timelinelib/config/paths.py	2013-05-15 07:42:30.718226513 -0500
+@@ -19,7 +19,7 @@
+ import os.path
+ 
+ 
+-_ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
++_ROOT = "/usr/share/timeline/"
+ ICONS_DIR = os.path.join(_ROOT, "icons")
+-LOCALE_DIR = os.path.join(_ROOT, "po")
++LOCALE_DIR = "/usr/share/locale/"
+ HELP_RESOURCES_DIR = os.path.join(_ROOT, "help_resources")
diff --git a/timeline.spec b/timeline.spec
index 1bb29dd..09412bb 100644
--- a/timeline.spec
+++ b/timeline.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:		timeline
-Version:	0.18.0
-Release:	2%{?dist}
+Version:	0.20.0
+Release:	1%{?dist}
 Summary:	Displays and navigates events on a timeline
 
 Group:		Applications/Productivity
@@ -10,7 +10,7 @@ License:	GPLv3 and CC-BY-SA
 URL:		http://thetimelineproj.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/thetimelineproj/%{name}-%{version}.zip
 Source1:	timeline.desktop
-Patch0:		timeline-0.18.0-paths.patch
+Patch0:		timeline-0.20.0-paths.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 BuildRequires:	desktop-file-utils
@@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
 #%{_mandir}/man1/timeline.1.gz
 
 %changelog
+* Wed May 15 2013 Jon Ciesla <limburgher at gmail.com> - 0.20.0-1
+- Latest upstream.
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.18.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list