rpms/unuran/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 unuran.spec, 1.10, 1.11

Neal Becker nbecker at fedoraproject.org
Fri Jan 9 00:16:54 UTC 2009


Author: nbecker

Update of /cvs/pkgs/rpms/unuran/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20473

Modified Files:
	.cvsignore sources unuran.spec 
Log Message:
Update to 1.3.devel



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/unuran/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	18 Dec 2008 14:30:28 -0000	1.8
+++ .cvsignore	9 Jan 2009 00:16:24 -0000	1.9
@@ -1 +1 @@
-unuran-1.3.0.tar.gz
+unuran-1.3.devel.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/unuran/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	18 Dec 2008 14:30:28 -0000	1.8
+++ sources	9 Jan 2009 00:16:24 -0000	1.9
@@ -1 +1 @@
-f0b3e6815be85be819164201a1c31b3b  unuran-1.3.0.tar.gz
+93220119ce0b812218d65bc9d0ffd2d9  unuran-1.3.devel.tar.gz


Index: unuran.spec
===================================================================
RCS file: /cvs/pkgs/rpms/unuran/devel/unuran.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- unuran.spec	18 Dec 2008 14:30:28 -0000	1.10
+++ unuran.spec	9 Jan 2009 00:16:24 -0000	1.11
@@ -1,12 +1,15 @@
 Name:		unuran
-Version:	1.3.0
-Release: 	1%{?dist}
+Version:	1.3
+%define inc devel
+%define realname %{name}-%{version}.%{inc}
+Release: 	1.%{inc}%{?dist}
 Summary:	Universal Non-Uniform Random number generator
 
 Group:		System Environment/Libraries
 License:	GPLv2+
 URL:		http://statistik.wu-wien.ac.at/unuran
-Source0:	http://statistik.wu-wien.ac.at/unuran/%{name}-%{version}.tar.gz
+#Source0:	http://statistik.wu-wien.ac.at/unuran/%{name}-%{version}.tar.gz
+Source0:	http://statistik.wu-wien.ac.at/unuran/%{realname}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(post): /sbin/ldconfig, /sbin/install-info
@@ -36,7 +39,7 @@
 Header and object files for unuran, and pdf docs.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q -n %{name}-%{version}.%{inc}
 
 
 %build
@@ -96,6 +99,9 @@
 SEED=2742664 make check
 
 %changelog
+* Thu Jan  8 2009 Neal Becker <ndbecker2 at gmail.com> - 1.3-1.devel%{?dist}
+- Update to 1.3.devel
+
 * Thu Dec 18 2008 Neal Becker <ndbecker2 at gmail.com> - 1.3.0-1
 - Update to 1.3.0
 




More information about the fedora-extras-commits mailing list