[gretl] Update to recent upstream version

hannes hannes at fedoraproject.org
Mon Nov 8 19:54:14 UTC 2010


commit d2962bf7d00edb4c53b7e0ba4997562e2a44c19d
Author: johannes lips <johannes at fedorabox.localdomain>
Date:   Mon Nov 8 20:55:14 2010 +0100

    Update to recent upstream version

 .gitignore                      |    1 +
 gretl-1.9.1-lib64.patch         |   21 --
 gretl-1.9.1-removal-lad.c.patch |  733 ---------------------------------------
 gretl.spec                      |   19 +-
 sources                         |    2 +-
 5 files changed, 9 insertions(+), 767 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 23b55df..f1e2bdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /gretl-1.9.1.tar.bz2
+/gretl-1.9.2.tar.bz2
diff --git a/gretl.spec b/gretl.spec
index b99973a..4384cc1 100644
--- a/gretl.spec
+++ b/gretl.spec
@@ -1,6 +1,6 @@
 Name: gretl		
-Version: 1.9.1	
-Release:	7%{?dist}
+Version: 1.9.2	
+Release:	1%{?dist}
 Summary: A tool for econometric analysis	
 
 Group: Applications/Engineering
@@ -9,11 +9,6 @@ URL: http://gretl.sourceforge.net/
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 #Licensing of plugins used in gretl
 Source1: gretl_plugins.txt
-#Usage of the right libdir on all arches
-#http://sourceforge.net/tracker/?func=detail&aid=3054932&group_id=36234&atid=416803
-Patch0: %{name}-%{version}-lib64.patch
-#Removal of the questionable plugin lad.c
-Patch1: %{name}-%{version}-removal-lad.c.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -50,15 +45,14 @@ written in the C programming language.
 Summary: Development files for %{name}
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
-
+Requires: pkgconfig
 
 %description devel
 This package contains the development files for %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .lib64
-%patch1 -p1 -b .removal
+
 
 %build
 %configure --disable-static
@@ -120,8 +114,9 @@ rm -rf %{buildroot}
 
 
 %changelog
-* Wed Sep 29 2010 jkeating - 1.9.1-7
-- Rebuilt for gcc bug 634757
+* Mon Nov 08 2010 Johannes Lips <Johannes.Lips googlemail com> 1.9.2-1
+- update to recent upstream version
+- removed the patches because everything was fixed upstream
 
 * Sat Sep 11 2010 Johannes Lips <Johannes.Lips googlemail com> 1.9.1-6
 - added the patch from Peter Lemenkov to remove the plugin lad.c
diff --git a/sources b/sources
index 6d257ca..865f848 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1227de74bdc4dde33df33103de3fdf76  gretl-1.9.1.tar.bz2
+5650adfa202a954f6cb82c21373d9369  gretl-1.9.2.tar.bz2


More information about the scm-commits mailing list