rpms/tla/F-8 tla.spec,1.36,1.37

Debarshi Ray rishi at fedoraproject.org
Wed Oct 1 20:24:37 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/tla/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4148

Modified Files:
	tla.spec 
Log Message:
* Wed Oct 02 2008 Debarshi Ray <rishi at fedoraproject.org> - 1.3.5-6
- Fixed build failure due to change in definition of %{__cc}. Closes Red Hat
  Bugzilla bug #465028.



Index: tla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tla/F-8/tla.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- tla.spec	27 Jul 2008 16:15:42 -0000	1.36
+++ tla.spec	1 Oct 2008 20:24:07 -0000	1.37
@@ -1,7 +1,7 @@
 Summary:	A version control system
 Name:		tla
 Version:	1.3.5
-Release:	5%{?dist}
+Release:	6%{?dist}
 License:	GPLv2+
 Group:		Development/Tools
 URL:		http://www.gnu.org/software/gnu-arch/
@@ -62,7 +62,7 @@
 mkdir -p ./build
 pushd ./build
   ../src/configure \
-  --prefix=%{_prefix} --with-install-link-tools=yes --with-cc=%{__cc}
+  --prefix=%{_prefix} --with-install-link-tools=yes --with-cc=gcc
   # Parallel make does not work.
   make CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)"
 
@@ -114,6 +114,10 @@
 %{_mandir}/man1/%{name}-gpg-check.1*
 
 %changelog
+* Wed Oct 02 2008 Debarshi Ray <rishi at fedoraproject.org> - 1.3.5-6
+- Fixed build failure due to change in definition of %%{__cc}. Closes Red Hat
+  Bugzilla bug #465028.
+
 * Sat Feb 09 2008 Debarshi Ray <rishi at fedoraproject.org> - 1.3.5-5
 - Added 'BuildRequires: check-devel' for check stanza.
 




More information about the scm-commits mailing list