rpms/shed/F-10 shed-1.15-configure_cflags.patch, NONE, 1.1 shed-1.15-makefile_in.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 import.log, 1.2, 1.3 shed.spec, 1.3, 1.4 sources, 1.3, 1.4

Adam Miller maxamillion at fedoraproject.org
Tue Apr 21 16:46:19 UTC 2009


Author: maxamillion

Update of /cvs/extras/rpms/shed/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27373/F-10

Modified Files:
	.cvsignore import.log shed.spec sources 
Added Files:
	shed-1.15-configure_cflags.patch shed-1.15-makefile_in.patch 
Log Message:
Fix for debuginfo issue



shed-1.15-configure_cflags.patch:

--- NEW FILE shed-1.15-configure_cflags.patch ---
--- configure	2009-03-24 08:42:37.000000000 -0500
+++ configure.patched	2009-04-21 11:13:11.000000000 -0500
@@ -3367,7 +3367,7 @@
 
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
-CFLAGS="-Wall"
+CFLAGS="$CFLAGS -Wall"
 
 
 # Check whether --enable-debug was given.

shed-1.15-makefile_in.patch:

--- NEW FILE shed-1.15-makefile_in.patch ---
--- Makefile.in	2009-04-20 13:24:18.000000000 -0500
+++ Makefile.in.patched	2009-04-20 13:20:53.000000000 -0500
@@ -34,7 +34,7 @@
 subdir = .
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 	$(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
-	ChangeLog INSTALL NEWS TODO depcomp install-sh missing
+	ChangeLog INSTALL NEWS TODO depcomp missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.in
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -489,11 +489,6 @@
 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
 installcheck: installcheck-am
-install-strip:
-	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	  `test -z '$(STRIP)' || \
-	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 mostlyclean-generic:
 
 clean-generic:
@@ -566,7 +561,7 @@
 
 uninstall-man: uninstall-man1
 
-.MAKE: install-am install-strip
+.MAKE: install-am
 
 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
 	clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/shed/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	27 Nov 2008 21:07:40 -0000	1.3
+++ .cvsignore	21 Apr 2009 16:46:16 -0000	1.4
@@ -1 +1 @@
-shed1.14.tar.gz
+shed-1.15.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/shed/F-10/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- import.log	27 Nov 2008 21:07:40 -0000	1.2
+++ import.log	21 Apr 2009 16:46:16 -0000	1.3
@@ -1,2 +1,3 @@
 shed-1_13-2:F-10:shed-1.13-2.src.rpm:1225481688
 shed-1_14-1:F-10:shed-1.14-1.src.rpm:1227820032
+shed-1_15-3:F-10:shed-1.15-3.src.rpm:1240332217


Index: shed.spec
===================================================================
RCS file: /cvs/extras/rpms/shed/F-10/shed.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shed.spec	27 Nov 2008 21:07:40 -0000	1.3
+++ shed.spec	21 Apr 2009 16:46:16 -0000	1.4
@@ -1,12 +1,15 @@
 Name:           shed
-Version:        1.14
-Release:        1%{?dist}
+Version:        1.15
+Release:        3%{?dist}
 Summary:        Easy to use hex editor
 
 Group:          Applications/Editors
 License:        GPLv2+
 URL:            http://shed.sourceforge.net/
-Source0:        http://master.dl.sourceforge.net/shed/%{name}%{version}.tar.gz
+Source0:        http://master.dl.sourceforge.net/shed/%{name}-%{version}.tar.gz
+Patch0:         shed-1.15-makefile_in.patch
+Patch1:         shed-1.15-configure_cflags.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildRequires:  ncurses-devel
@@ -18,6 +21,8 @@
 
 %prep
 %setup -q
+%patch0 -p0
+%patch1 -p0
 
 %build
 %configure
@@ -40,12 +45,27 @@
 
 
 %changelog
+* Tue Apr 21 2009 Adam Miller <maxamillion [AT] gmail.com> - 1.15-3
+- Patched the configure cflags
+
+* Mon Apr 20 2009 Adam Miller <maxamillion [AT] gmail.com> - 1.15-2
+- Fixed debuginfo issue, patched Makefile.in to not strip
+
+* Mon Apr 13 2009 Adam Miller <maxamillion [AT] gmail.com> - 1.15-1
+- New upstream release.
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.14-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Thu Nov 27 2008 Adam Miller <maxamillion [AT] gmail.com> - 1.14-1
 - New upstream release.
+
 * Sun Nov 02 2008 Adam Miller <maxamillion [AT] gmail.com> - 1.13-3
 - Fixed the license listing for the project.
+
 * Wed Oct 29 2008 Adam Miller <maxamillion [AT] gmail.com> - 1.13-2
 - Fixed issues that were brought to my attention from package review
 - Typo in download, removed chmod, added changelog, incremented release
+
 * Fri Oct 24 2008 Adam Miller <maxamillion [AT] gmail.com> - 1.13-1
 - First build of shed for fedora


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/shed/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	27 Nov 2008 21:07:40 -0000	1.3
+++ sources	21 Apr 2009 16:46:16 -0000	1.4
@@ -1 +1 @@
-90c70fa667641dd04decaaec4b5ccaa3  shed1.14.tar.gz
+c7d7d464d6b4fa28a7980270d03e0906  shed-1.15.tar.gz




More information about the fedora-extras-commits mailing list