rpms/nemiver/devel nemiver-get_svn.sh, NONE, 1.1 .cvsignore, 1.7, 1.8 nemiver.spec, 1.12, 1.13 sources, 1.7, 1.8

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sun Jul 20 02:51:58 UTC 2008


Author: pgordon

Update of /cvs/pkgs/rpms/nemiver/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21214

Modified Files:
	.cvsignore nemiver.spec sources 
Added Files:
	nemiver-get_svn.sh 
Log Message:
Update to SVN 889; fix typo in %changelog.


--- NEW FILE nemiver-get_svn.sh ---
#!/bin/bash
## Author: Peter Gordon <peter at thecodergeek.com>
## This script is placed into the public domain.

## What version and SVN revision is this based on or a snapshot of?
NEMIVER_VERSION=0.5.5
NEMIVER_SVN_REVISION=889
## Where should the built tarball go?
NEMIVER_TARBALL_DEST=$HOME/rpmbuild/SOURCES


svn export -r ${NEMIVER_SVN_REVISION} http://svn.gnome.org/svn/nemiver/trunk \
	nemiver-${NEMIVER_VERSION}

pushd nemiver-${NEMIVER_VERSION}
	./autogen.sh
popd

tar cvf nemiver-${NEMIVER_VERSION}-svn${NEMIVER_SVN_REVISION}.tar.bz2 nemiver-${NEMIVER_VERSION}
mv nemiver-${NEMIVER_VERSION}-svn${NEMIVER_SVN_REVISION}.tar.bz2 ${NEMIVER_TARBALL_DEST}/
rm -rf nemiver-${NEMIVER_VERSION}


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nemiver/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	28 Jun 2008 00:08:52 -0000	1.7
+++ .cvsignore	20 Jul 2008 02:51:09 -0000	1.8
@@ -1 +1 @@
-nemiver-0.5.4.tar.bz2
+nemiver-0.5.5-svn889.tar.bz2


Index: nemiver.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nemiver/devel/nemiver.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- nemiver.spec	28 Jun 2008 00:08:52 -0000	1.12
+++ nemiver.spec	20 Jul 2008 02:51:09 -0000	1.13
@@ -1,13 +1,20 @@
+%define		svn_revision	svn889
+
 Name:		nemiver
-Version:	0.5.4
-Release:	1%{?dist}
+Version:	0.5.5
+Release:	0.1.%{?svn_revision}%{?dist}
 Summary:	A C/C++ Debugger for GNOME - point, click, debug!
 
 Group:		Development/Debuggers
 License:	GPLv2+
 URL:		http://home.gna.org/nemiver/
 
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.bz2
+## We're building an SVN snapshot, so there is no canonical source URL. Please
+## use the included get_svn.sh script (Source1) to reproduce the source
+## tarball if needed.
+#Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.bz2
+Source0: 	%{name}-%{version}-%{svn_revision}.tar.bz2
+Source1: 	%{name}-get_svn.sh
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -152,6 +159,13 @@
 
 
 %changelog
+* Sat Jul 19 2008 Peter Gordon <peter at thecodergeek.com> - 0.5.5-0.1.svn889
+- Update to new upstream snapshot (SVN 889): increased performance when
+  stepping in big applications like WebKit, ability to call arbitrary functions
+  in the inferior process being debugged and support for conditional
+  breakpoints, and loads of bug-fixes. Sweet!
+- Fix typo in previous %%changelog entry.
+
 * Fri Jun 27 2008 Peter Gordon <peter at thecodergeek.com> - 0.5.4-1
 - Update to new upstream release (0.5.4)
 - Rename -devel subpackage to -headers and adjust the %%description
@@ -160,7 +174,7 @@
   package due to its additional *-devel dependencies. Finally, upstream has
   said that nothing should really be using the libnemivercommon API yet
   anyway.)
-- Drop the libnemiver global library patch (fixed upstream)L
+- Drop the libnemiver global library patch (fixed upstream)
   - make-libnemivercommon-global-lib.patch
 
 * Mon May 26 2008 Peter Gordon <peter at thecodergeek.com> - 0.5.3-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nemiver/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	28 Jun 2008 00:08:52 -0000	1.7
+++ sources	20 Jul 2008 02:51:09 -0000	1.8
@@ -1 +1 @@
-5fa4df82e74810053c91fac121617190  nemiver-0.5.4.tar.bz2
+9546e21b05a0cabbbd54151e149f4524  nemiver-0.5.5-svn889.tar.bz2




More information about the fedora-extras-commits mailing list