rpms/wp_tray/devel wp_tray-0.5.3-boost.patch, NONE, 1.1 wp_tray.spec, 1.9, 1.10

Denis Leroy (denis) fedora-extras-commits at redhat.com
Tue Aug 21 19:01:31 UTC 2007


Author: denis

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

Modified Files:
	wp_tray.spec 
Added Files:
	wp_tray-0.5.3-boost.patch 
Log Message:
Changed License field to new guidelines, Added patch to support new boost library

wp_tray-0.5.3-boost.patch:

--- NEW FILE wp_tray-0.5.3-boost.patch ---
diff -ru wp_tray-0.5.3.orig/src/SearchDialog.cc wp_tray-0.5.3/src/SearchDialog.cc
--- wp_tray-0.5.3.orig/src/SearchDialog.cc	2007-08-21 15:18:43.000000000 +0100
+++ wp_tray-0.5.3/src/SearchDialog.cc	2007-08-21 15:40:05.000000000 +0100
@@ -319,7 +319,7 @@
 			{
 				if(boost::regex_match(itDir->leaf(), _refRegex))
 				{
-					_reflsResults.push_back((*itDir).native_directory_string());
+					_reflsResults.push_back((*itDir).path().native_directory_string());
 				}// end if
 			}// end else
 		}// end try
diff -ru wp_tray-0.5.3.orig/src/Wallpapers.cc wp_tray-0.5.3/src/Wallpapers.cc
--- wp_tray-0.5.3.orig/src/Wallpapers.cc	2007-08-21 15:18:43.000000000 +0100
+++ wp_tray-0.5.3/src/Wallpapers.cc	2007-08-21 15:41:56.000000000 +0100
@@ -383,7 +383,7 @@
 				{
 					if(-- _nFileIndex == 0)
 					{
-						_szFile = (*it).native_directory_string();
+                                                _szFile = (*it).path().native_directory_string();
 					}// end if
 				}// end if
 			}// end else


Index: wp_tray.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wp_tray/devel/wp_tray.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- wp_tray.spec	9 May 2007 22:36:00 -0000	1.9
+++ wp_tray.spec	21 Aug 2007 19:00:57 -0000	1.10
@@ -1,14 +1,15 @@
 Name:           wp_tray
 Version:        0.5.3
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A wallpaper-changing applet for GNOME
 
 Group:          Amusements/Graphics
-License:        GPL
+License:        GPLv2
 URL:            http://planetearthworm.com/projects/wp_tray/
 Source0:        http://planetearthworm.com/projects/wp_tray/files/%{name}-%{version}.tar.gz
 Patch0:         wp_tray-0.5.3-gnomewp.patch
 Patch1:         wp_tray-0.5.3-notify.patch
+Patch2:         wp_tray-0.5.3-boost.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gettext libglademm24-devel libgnomecanvasmm26-devel
@@ -23,6 +24,7 @@
 %setup -q
 %patch0 -p1 -b .gnomewp
 %patch1 -p1 -b .notify
+%patch2 -p1 -b .boost
 
 %build
 %configure --with-boostfilesystem=%{_libdir}/libboost_filesystem.so \
@@ -67,6 +69,10 @@
 %{_sysconfdir}/gconf/schemas/*.schemas
 
 %changelog
+* Fri Aug  3 2007 Denis Leroy <denis at poolshark.org> - 0.5.3-5
+- Changed License field to new guidelines
+- Added patch to support new boost library
+
 * Wed May  9 2007 Denis Leroy <denis at poolshark.org> - 0.5.3-4
 - Added patch to make change lib-notifications optional
 - Cleaned up gnomewp patch




More information about the fedora-extras-commits mailing list