rpms/nomadsync/devel nomadsync-baseclass3.patch, NONE, 1.1 nomadsync.spec, 1.4, 1.5

Linus Walleij (snirkel) fedora-extras-commits at redhat.com
Wed Mar 15 21:53:58 UTC 2006


Author: snirkel

Update of /cvs/extras/rpms/nomadsync/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7264

Modified Files:
	nomadsync.spec 
Added Files:
	nomadsync-baseclass3.patch 
Log Message:
Iteratively adding patches.


nomadsync-baseclass3.patch:

--- NEW FILE nomadsync-baseclass3.patch ---
--- src/NomadSyncDlg.h~	2005-03-05 16:15:58.000000000 +0100
+++ src/NomadSyncDlg.h	2006-03-15 22:51:09.000000000 +0100
@@ -31,7 +31,7 @@
 	void OnAbout(wxCommandEvent& WXUNUSED(event));
 	void OnCellValueChanged(wxGridEvent& ev);
 	void CheckActionsToDo();
-	ActionList::iterator NomadSyncDlg::FindAction(int nRow);
+	ActionList::iterator FindAction(int nRow);
 	void OnContextMenu(wxCommandEvent& event);
 	void OnRightClick(wxGridEvent& event); 
 	void OnLabelLeftClick(wxGridEvent& event); 


Index: nomadsync.spec
===================================================================
RCS file: /cvs/extras/rpms/nomadsync/devel/nomadsync.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nomadsync.spec	15 Mar 2006 21:39:41 -0000	1.4
+++ nomadsync.spec	15 Mar 2006 21:53:58 -0000	1.5
@@ -12,7 +12,7 @@
 
 Name:		nomadsync
 Version:	0.4.2
-Release:	11%{?dist}
+Release:	12%{?dist}
 Summary:	A music synchronization program form portable audio players
 URL:		http://nomadsync.sourceforge.net/
 Group:		Applications/Multimedia
@@ -22,6 +22,7 @@
 Patch1:		nomadsync-libnjbloc64.patch
 Patch2:		nomadsync-baseclass.patch
 Patch3:		nomadsync-baseclass2.patch
+Patch4:		nomadsync-baseclass3.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 License:	GPL
 Requires(post):	desktop-file-utils
@@ -48,6 +49,7 @@
 %endif
 %patch2 -p0
 %patch3 -p0
+%patch4 -p0
 
 %build
 %configure --with-wx-config=%{_bindir}/wxgtk-2.4-config
@@ -93,6 +95,9 @@
 %doc ChangeLog authors copying readme
 
 %changelog
+* Wed Mar 15 2006 Linus Walleij <triad at df.lth.se> 0.4.2-12
+- Iteratively adding patches to find problems.
+
 * Wed Mar 15 2006 Linus Walleij <triad at df.lth.se> 0.4.2-11
 - Patched a baseclass issue that annoyed GCC 4.1.0
 




More information about the fedora-extras-commits mailing list