rpms/notecase/FC-4 notecase-1.1.4-wwtt.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 notecase.spec, 1.14, 1.15 sources, 1.5, 1.6

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Sat Feb 4 09:12:39 UTC 2006


Author: ivazquez

Update of /cvs/extras/rpms/notecase/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25510/FC-4

Modified Files:
	.cvsignore notecase.spec sources 
Added Files:
	notecase-1.1.4-wwtt.patch 
Log Message:
Upstream update

notecase-1.1.4-wwtt.patch:

--- NEW FILE notecase-1.1.4-wwtt.patch ---
--- notecase-1.1.4/src/LinkPropertiesDlg.h.wwtt	2005-10-06 13:40:56.000000000 -0400
+++ notecase-1.1.4/src/LinkPropertiesDlg.h	2006-02-03 23:09:49.000000000 -0500
@@ -28,7 +28,7 @@
 	LinkInfo m_info;
 
 protected:
-	GtkWidget* LinkPropertiesDlg::create_link_wizard ();
+	GtkWidget* create_link_wizard ();
 };
 
 #endif // LINKPROPERTIESDLG_H__


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/notecase/FC-4/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	30 Oct 2005 06:34:10 -0000	1.5
+++ .cvsignore	4 Feb 2006 09:12:37 -0000	1.6
@@ -1 +1 @@
-notecase-1.1.2_src.zip
+notecase-1.1.4_src.zip


Index: notecase.spec
===================================================================
RCS file: /cvs/extras/rpms/notecase/FC-4/notecase.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- notecase.spec	31 Oct 2005 06:37:25 -0000	1.14
+++ notecase.spec	4 Feb 2006 09:12:37 -0000	1.15
@@ -1,5 +1,5 @@
 Name:           notecase
-Version:        1.1.2
+Version:        1.1.4
 Release:        1%{?dist}
 Summary:        A hierarchical note manager
 
@@ -8,6 +8,7 @@
 URL:            http://notecase.sourceforge.net/
 Source0:        http://dl.sourceforge.net/sourceforge/notecase/notecase-%{version}_src.zip
 Patch:          notecase-1.1.2-buildfix.patch
+Patch1:         notecase-1.1.4-wwtt.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= 2.4 desktop-file-utils gettext gnome-vfs2-devel
@@ -24,6 +25,7 @@
 %prep
 %setup -q
 %patch -p1 -b .buildfix
+%patch1 -p1 -b .wwtt
 find docs -type f -exec sed -i -e 's/\r//g' \{\} \;
 find src -type f -exec sed -i -e 's/\r//g' \{\} \;
 sed -i -e 's/\r//g' readme.txt
@@ -68,6 +70,9 @@
 %{_datadir}/mime/packages/%{name}.xml
 
 %changelog
+* Sat Feb  4 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.1.4-1
+- Upstream update
+
 * Sun Oct 30 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.1.2-1
 - Upstream update
 - Fix -debuginfo subpackage (#170970)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/notecase/FC-4/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	30 Oct 2005 06:34:10 -0000	1.5
+++ sources	4 Feb 2006 09:12:37 -0000	1.6
@@ -1 +1 @@
-e3460f3906e9740577fa8058d7d9b67d  notecase-1.1.2_src.zip
+e217ca27089518d08922d2b93a967441  notecase-1.1.4_src.zip




More information about the scm-commits mailing list