[quake3] Fix FTBFS.

Jon Ciesla limb at fedoraproject.org
Wed Feb 13 14:33:29 UTC 2013


commit 29b605c2b840b31a80096e22fee888b765039fa6
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed Feb 13 08:30:35 2013 -0600

    Fix FTBFS.

 jpeg_memsrc.c |    2 +-
 quake3.spec   |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/jpeg_memsrc.c b/jpeg_memsrc.c
index 33c7bd8..a7863d7 100644
--- a/jpeg_memsrc.c
+++ b/jpeg_memsrc.c
@@ -134,7 +134,7 @@ term_source (j_decompress_ptr cinfo)
 * Prepare for input from a memory buffer.
 */
 
-GLOBAL(void)
+//GLOBAL(void)
 jpeg_mem_src (j_decompress_ptr cinfo, const JOCTET * buffer, size_t bufsize)
 {
 my_src_ptr src;
diff --git a/quake3.spec b/quake3.spec
index 1c3223f..e7e9d22 100644
--- a/quake3.spec
+++ b/quake3.spec
@@ -1,6 +1,6 @@
 Name:           quake3
 Version:        1.36
-Release:        16.svn2102%{?dist}
+Release:        17.svn2102%{?dist}
 Summary:        Quake 3 Arena engine (ioquake3 version)
 Group:          Amusements/Games
 License:        GPLv2+
@@ -273,6 +273,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Wed Feb 13 2013 Jon Ciesla <limburgher at gmail.com> - 1.36-17.svn2102
+- Fix FTBFS.
+
 * Tue Feb 12 2013 Jon Ciesla <limburgher at gmail.com> - 1.36-16.svn2102
 - Drop desktop vendor tag.
 


More information about the scm-commits mailing list