[smartsim] Update to latest upstream.

Eric Smith brouhaha at fedoraproject.org
Thu Jun 5 15:18:50 UTC 2014


commit 39acbc48b4f44fca978df1c6c2770f2db7167de2
Author: Eric Smith <brouhaha at fedoraproject.org>
Date:   Thu Jun 5 09:18:59 2014 -0600

    Update to latest upstream.

 .gitignore    |    1 +
 smartsim.spec |   19 ++++++++++++-------
 sources       |    2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e161b94..c9c33f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /smartsim-3b11cf8.tar.gz
+/v1.4.tar.gz
diff --git a/smartsim.spec b/smartsim.spec
index cbc8d2c..40f572e 100644
--- a/smartsim.spec
+++ b/smartsim.spec
@@ -1,14 +1,15 @@
-%global git_date 20120830
-%global git_hash 3b11cf8
+#global git_date 20120830
+#global git_hash 3b11cf8
 
 Name:           smartsim
 URL:            http://smartsim.org.uk/
-Version:        1.2.1
-Release:        3%{?dist}
+Version:        1.4
+Release:        1%{?dist}
 Group:          Applications/Engineering
 License:        GPLv3
 Summary:        Digital logic circuit design and simulation package
-Source0:        https://github.com/ashleynewson/SmartSim/tarball/%{git_hash}/smartsim-%{git_hash}.tar.gz
+Source0:        https://github.com/ashleynewson/SmartSim/archive/v1.4.tar.gz
+#Source0:        https://github.com/ashleynewson/SmartSim/tarball/%{git_hash}/smartsim-%{git_hash}.tar.gz
 BuildRequires:  gtk2-devel libxml2-devel librsvg2-devel
 BuildRequires:  ImageMagick desktop-file-utils
 
@@ -31,7 +32,8 @@ from your simulation's activity, which can then be exported to PDF,
 PNG, and SVG formats.
 
 %prep
-%setup -q -n ashleynewson-SmartSim-%{git_hash}
+%setup -q -n SmartSim-%{version}
+#setup -q -n ashleynewson-SmartSim-%{git_hash}
 ./configure --prefix=%{_prefix} --libdir=%{_libdir}
 
 %build
@@ -68,11 +70,14 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Thu Jun 05 2014 Eric Smith <spacewar at gmail.com> 1.4-1
+- Update to latest upstream.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
-* Sat Sep 04 2012 Eric Smith <eric at brouhaha.com> 1.2.1-1
+* Wed Sep 04 2012 Eric Smith <spacewar at gmail.com> 1.2.1-1
 - initial version
diff --git a/sources b/sources
index fdba356..e8cc129 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-90d71a586327e1a5b4a30bf7e84c084e  smartsim-3b11cf8.tar.gz
+2de2601796661619e1e6703ccda18df6  v1.4.tar.gz


More information about the scm-commits mailing list