[fityk] Update to 0.9.8

Marcin Wojdyr wojdyr at fedoraproject.org
Wed Jun 15 22:42:07 UTC 2011


commit 094eee5f00205eac34b1d2f156e88aa7ef35072c
Author: Marcin Wojdyr <wojdyr at fedoraproject.org>
Date:   Thu Jun 16 00:40:47 2011 +0200

    Update to 0.9.8

 .gitignore |    1 +
 fityk.spec |   18 ++++++++++++------
 sources    |    2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5214a7a..8c731e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 fityk-0.8.8.tar.bz2
 /fityk-0.9.4.tar.bz2
+/fityk-0.9.8.tar.bz2
diff --git a/fityk.spec b/fityk.spec
index 6b0d44d..6cf123b 100644
--- a/fityk.spec
+++ b/fityk.spec
@@ -1,17 +1,17 @@
 Name:		fityk
 Summary:	Non-linear curve fitting and data analysis
-Version:	0.9.4
-Release:	2%{?dist}
+Version:	0.9.8
+Release:	1%{?dist}
 
-Source0:	http://downloads.sourceforge.net/fityk/%{name}-%{version}.tar.bz2
-URL:		http://fityk.sourceforge.net/
+Source0:	https://github.com/downloads/wojdyr/fityk/%{name}-%{version}.tar.bz2
+URL:		http://fityk.nieto.pl/
 License:	GPLv2+
 Group:		Applications/Engineering
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
 BuildRequires: gcc-c++, readline-devel, ncurses-devel, desktop-file-utils
 BuildRequires: xylib-devel >= 0.6
-BuildRequires: boost-devel >= 1.36
+BuildRequires: boost-devel
 %if 0%{?mandriva_version}
 BuildRequires: libwxgtk2.8-devel >= 2.8.4
 %else
@@ -39,7 +39,7 @@ use of %{name}, you will need to install %{name}-devel.
 %setup -q
 
 %build
-%configure --with-samples --disable-xyconvert
+%configure --disable-xyconvert
 # remove rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -95,6 +95,12 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_datadir}/%{name}/samples/*.cc
 
 %changelog
+* Wed Jun 15 2011 Marcin Wojdyr <wojdyr at gmail.com> - 0.9.8-1
+- update to 0.9.8
+- removed configure flag --with-samples
+- removed minimal boost version
+- updated URL
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 488b07c..1147b30 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2247efff3890e86489b903ff0b09aeef  fityk-0.9.4.tar.bz2
+6316f6814cb896294f9bb2b1ab350c07  fityk-0.9.8.tar.bz2


More information about the scm-commits mailing list