[gxemul/f21] update to 0.6.0.1

Tom Callaway spot at fedoraproject.org
Wed Aug 20 22:52:35 UTC 2014


commit f184da8f99045818274273f5527653e1347cb293
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Wed Aug 20 18:52:31 2014 -0400

    update to 0.6.0.1

 gxemul-0.6.0.1-Makefile-cleanup.patch |   32 ++++++++++++++++++++++++++++++++
 gxemul-0.6.0.1-gcc47.patch            |   11 +++++++++++
 gxemul-0.6.0.1-notest.patch           |   12 ++++++++++++
 gxemul.spec                           |   13 ++++++++-----
 sources                               |    2 +-
 5 files changed, 64 insertions(+), 6 deletions(-)
---
diff --git a/gxemul-0.6.0.1-Makefile-cleanup.patch b/gxemul-0.6.0.1-Makefile-cleanup.patch
new file mode 100644
index 0000000..ddb20d1
--- /dev/null
+++ b/gxemul-0.6.0.1-Makefile-cleanup.patch
@@ -0,0 +1,32 @@
+diff -up gxemul-0.6.0.1/configure.cleanup gxemul-0.6.0.1/configure
+--- gxemul-0.6.0.1/configure.cleanup	2014-08-17 04:45:08.000000000 -0400
++++ gxemul-0.6.0.1/configure	2014-08-20 18:39:09.811542814 -0400
+@@ -1145,6 +1145,17 @@ echo "checking for 'make install' man di
+ 
+ ###############################################################################
+ 
++# On some platforms, the man pages are in /usr/man, but on Linux, /usr/share/man is the 
++# correct location. This can be overridden by passing MANDIR=/foo/bar at configure.
++
++DEFAULTMANDIR=/usr/share/man
++
++if [ "z$MANDIR" = z ]; then
++	MANDIR="$DEFAULTMANDIR"
++fi
++
++###############################################################################
++
+ INCLUDE=-Iinclude/
+ DINCLUDE=-I../include/
+ INCLUDE2=-I../../include/
+diff -up gxemul-0.6.0.1/Makefile.skel.cleanup gxemul-0.6.0.1/Makefile.skel
+--- gxemul-0.6.0.1/Makefile.skel.cleanup	2014-08-17 04:45:08.000000000 -0400
++++ gxemul-0.6.0.1/Makefile.skel	2014-08-20 18:39:09.811542814 -0400
+@@ -4,6 +4,7 @@
+ 
+ BIN=gxemul
+ LIBS=$(XLIB) $(OTHERLIBS)
++DESTDIR=
+ 
+ all: build
+ 
diff --git a/gxemul-0.6.0.1-gcc47.patch b/gxemul-0.6.0.1-gcc47.patch
new file mode 100644
index 0000000..e17826c
--- /dev/null
+++ b/gxemul-0.6.0.1-gcc47.patch
@@ -0,0 +1,11 @@
+diff -up gxemul-0.6.0.1/src/include/refcount_ptr.h.gcc47 gxemul-0.6.0.1/src/include/refcount_ptr.h
+--- gxemul-0.6.0.1/src/include/refcount_ptr.h.gcc47	2014-08-20 18:43:27.569234805 -0400
++++ gxemul-0.6.0.1/src/include/refcount_ptr.h	2014-08-20 18:43:39.567135983 -0400
+@@ -28,6 +28,7 @@
+  *  SUCH DAMAGE.
+  */
+ 
++#include <cstddef>
+ 
+ template <class T>
+ class refcount_ptr;
diff --git a/gxemul-0.6.0.1-notest.patch b/gxemul-0.6.0.1-notest.patch
new file mode 100644
index 0000000..12c70ee
--- /dev/null
+++ b/gxemul-0.6.0.1-notest.patch
@@ -0,0 +1,12 @@
+diff -up gxemul-0.6.0.1/Makefile.skel.notest gxemul-0.6.0.1/Makefile.skel
+--- gxemul-0.6.0.1/Makefile.skel.notest	2014-08-20 18:44:30.949066331 -0400
++++ gxemul-0.6.0.1/Makefile.skel	2014-08-20 18:44:52.824583158 -0400
+@@ -30,7 +30,7 @@ documentation: build
+ 	cat doc/tail.html >> doc/components.html
+ 	$(DOXYGEN) doc/Doxyfile
+ 
+-install: documentation test
++install: documentation
+ 	@echo Installing binaries, man page, and documentation...
+ 	mkdir -p $(DESTDIR)$(PREFIX)/bin
+ 	cp -f $(BIN) $(DESTDIR)$(PREFIX)/bin/
diff --git a/gxemul.spec b/gxemul.spec
index 846c646..d5e9592 100644
--- a/gxemul.spec
+++ b/gxemul.spec
@@ -1,14 +1,14 @@
 Name:		gxemul
-Version:	0.6.0
-Release:	10%{?dist}
+Version:	0.6.0.1
+Release:	1%{?dist}
 License:	BSD
 Group:		Development/Tools
 Summary:	Instruction-level machine emulator
 URL:		http://gxemul.sourceforge.net/
 Source0:	http://gxemul.sourceforge.net/src/%{name}-%{version}.tar.gz
-Patch0:		gxemul-0.6.0-Makefile-cleanup.patch
-Patch1:		gxemul-0.6.0-gcc47.patch
-Patch2:		gxemul-0.6.0-notest.patch
+Patch0:		gxemul-0.6.0.1-Makefile-cleanup.patch
+Patch1:		gxemul-0.6.0.1-gcc47.patch
+Patch2:		gxemul-0.6.0.1-notest.patch
 BuildRequires:	libX11-devel, xorg-x11-proto-devel
 
 %description
@@ -41,6 +41,9 @@ make DESTDIR=%{buildroot} install
 %{_mandir}/man1/gxemul.*
 
 %changelog
+* Wed Aug 20 2014 Tom Callaway <spot at fedoraproject.org> - 0.6.0.1-1
+- update to 0.6.0.1
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.0-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 72396b5..c3fb66f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bfdc4109ddd05361be0db0084dd3dbed  gxemul-0.6.0.tar.gz
+a66794710e930f43fef8cb9a734dc7d3  gxemul-0.6.0.1.tar.gz


More information about the scm-commits mailing list