rpms/pure/devel pure.spec,1.3,1.4

Michael Schwendt mschwendt at fedoraproject.org
Tue Dec 8 20:54:41 UTC 2009


Author: mschwendt

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

Modified Files:
	pure.spec 
Log Message:
* Tue Dec  8 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.36-2
- Explicitly BR llvm-static in accordance with the Packaging
  Guidelines (llvm-devel is still static-only).



Index: pure.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pure/devel/pure.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- pure.spec	24 Oct 2009 03:06:58 -0000	1.3
+++ pure.spec	8 Dec 2009 20:54:41 -0000	1.4
@@ -11,7 +11,7 @@
 
 Name:           pure
 Version:        0.36
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A term-rewriting functional programming language
 
 Group:          Development/Languages
@@ -23,7 +23,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 BuildRequires:  gmp-devel readline-devel gsl-devel
 # Not checked by configure
-BuildRequires:  llvm-devel >= 2.4 flex bison
+BuildRequires:  llvm-static llvm-devel >= 2.4 flex bison
 # For compiling emacs mode
 BuildRequires:  emacs emacs-el
 
@@ -145,6 +145,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Dec  8 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.36-2
+- Explicitly BR llvm-static in accordance with the Packaging
+  Guidelines (llvm-devel is still static-only).
+
 * Fri Oct 23 2009 Michel Salim <salimma at fedoraproject.org> - 0.36-1
 - Update to 0.36
 




More information about the fedora-extras-commits mailing list