[R-systemfit] Update to 1.1-11, use new Fedora versioning

Orion Poplawski orion at fedoraproject.org
Mon Dec 5 19:35:25 UTC 2011


commit 1230dda4fb420433b62e8e32d4f3f6a94de34373
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Dec 5 12:35:23 2011 -0700

    Update to 1.1-11, use new Fedora versioning

 .gitignore       |    1 +
 R-systemfit.spec |   14 +++++++++-----
 sources          |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 197449b..e93dcb5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 systemfit_1.1-4.tar.gz
 /systemfit_1.1-9.tar.gz
+/systemfit_1.1-11.tar.gz
diff --git a/R-systemfit.spec b/R-systemfit.spec
index 16ccbd8..1db58f3 100644
--- a/R-systemfit.spec
+++ b/R-systemfit.spec
@@ -1,13 +1,14 @@
-%define packname systemfit
-%define packrel 9
+%global packname systemfit
+%global packver 1.1
+%global packrel 11
 
 Summary:        Simultaneous Equation Estimation R Package
 Name:		R-%{packname}
-Version:	1.1
-Release:	9%{?dist}
+Version:	%{packver}.%{packrel}
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/Engineering
-Source0:	http://r-forge.r-project.org/src/contrib/%{packname}_%{version}-%{packrel}.tar.gz
+Source0:	http://r-forge.r-project.org/src/contrib/%{packname}_%{packver}-%{packrel}.tar.gz
 URL:		http://r-forge.r-project.org/projects/systemfit/
 BuildRequires:	R-devel, R-Matrix, R-car, R-lmtest, tex(latex)
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -78,6 +79,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Dec 5 2011 Orion Poplawski <orion at cora.nwra.com> - 1.1.11-1
+- Update to 1.1-11, use new Fedora versioning
+
 * Tue Feb 8 2011 Orion Poplawski <orion at cora.nwra.com> - 1.1-9
 - Update to 1.1-9
 
diff --git a/sources b/sources
index 4c11131..797593e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-daaaf37ffbe4f3a48c60e78ef37ed0f6  systemfit_1.1-9.tar.gz
+eda4121a97752a3755e11631703c0186  systemfit_1.1-11.tar.gz


More information about the scm-commits mailing list