[genius/f17] 1.0.16

Tom Callaway spot at fedoraproject.org
Thu Jan 3 20:19:26 UTC 2013


commit 5cfee1cfd778b07302cadd492800bc7a1b384101
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Jan 3 15:21:26 2013 -0500

    1.0.16

 genius.spec |   24 ++++++++----------------
 sources     |    2 +-
 2 files changed, 9 insertions(+), 17 deletions(-)
---
diff --git a/genius.spec b/genius.spec
index 22898bf..a9e57c8 100644
--- a/genius.spec
+++ b/genius.spec
@@ -1,14 +1,11 @@
 Name:           genius
-Version:        1.0.14
+Version:        1.0.16
 Release:        1%{?dist}
 Summary:        An arbitrary precision integer and multiple precision floatingpoint calculator
-
 Group:          Applications/Engineering
 License:        GPLv3+
 URL:            http://www.jirka.org/genius.html
-Source0:        http://ftp.5z.com/pub/genius/genius-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/genius/1.0/genius-%{version}.tar.xz
 BuildRequires:  vte-devel
 BuildRequires:  readline-devel
 BuildRequires:  gmp-devel
@@ -29,7 +26,6 @@ Genius is a calculator program similar in some aspects to BC, Matlab
 or Maple. GEL is the name of its extension language, in fact, a large
 part of the standard genius functions are written in GEL itself.
 
-
 %package devel
 Summary:        Development files for Genius
 Group:          Applications/Engineering
@@ -38,7 +34,6 @@ Requires:       %{name} = %{version}-%{release}
 %description devel
 Development files for Genius.
 
-
 %package -n gnome-genius
 Summary:        GNOME frontend for Genius
 Group:          Applications/Engineering
@@ -49,18 +44,15 @@ Requires(postun): scrollkeeper
 %description -n gnome-genius
 GNOME frontend for Genius.
 
-
 %prep
 %setup -q
 #sed -i "s|Mime-Type|MimeType|" src/gnome-genius.desktop*
 find -name \*.c | xargs chmod 0644
 
-
 %build
 %configure
 make %{?_smp_mflags}
 
-
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT%{_libdir}
@@ -80,17 +72,14 @@ desktop-file-install \
 
 %find_lang %{name}
 
-
 %files -f %{name}.lang
 %doc AUTHORS ChangeLog COPYING NEWS README TODO
 %{_bindir}/genius
 %{_datadir}/genius
 
-
 %files devel
 %{_includedir}/genius
 
-
 %files -n gnome-genius
 %{_bindir}/gnome-genius
 %{_libexecdir}/*
@@ -100,14 +89,12 @@ desktop-file-install \
 %{_datadir}/mime/packages/*
 %{_datadir}/applications/*
 
-
 %post -n gnome-genius
 update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
 update-desktop-database > /dev/null 2>&1 ||:
 scrollkeeper-update -q -o %{_datadir}/omf/genius ||:
 gtk-update-icon-cache -qf /usr/share/icons/hicolor &> /dev/null || :
 
-
 %postun -n gnome-genius
 if [ $1 -eq 0 ]; then
   update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
@@ -116,8 +103,13 @@ if [ $1 -eq 0 ]; then
   gtk-update-icon-cache -qf /usr/share/icons/hicolor &> /dev/null || :
 fi
 
-
 %changelog
+* Thu Jan  3 2013 Tom Callaway <spot at fedoraproject.org> - 1.0.16-1
+- update to 1.0.16
+
+* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.14-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
 * Mon Mar 26 2012 Tom Callaway <spot at fedoraproject.org> - 1.0.14-1
 - update to 1.0.14
 
diff --git a/sources b/sources
index 07eb15a..d5489bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ec14d9784b2993d68805d9f11796a808  genius-1.0.14.tar.gz
+b6c5cd246e2da1f451b75c107dda5900  genius-1.0.16.tar.xz


More information about the scm-commits mailing list