rpms/awn-extras-applets/F-12 awn-extras-applets-0.3.2.2-fixdupentry.patch, NONE, 1.1 awn-extras-applets.spec, 1.25, 1.26

Caolan McNamara caolanm at fedoraproject.org
Fri Jan 15 09:18:53 UTC 2010


Author: caolanm

Update of /cvs/pkgs/rpms/awn-extras-applets/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16319/F-12

Modified Files:
	awn-extras-applets.spec 
Added Files:
	awn-extras-applets-0.3.2.2-fixdupentry.patch 
Log Message:
Resolves: rhbz#511628 fix dup calthread.py entry in Makefile

awn-extras-applets-0.3.2.2-fixdupentry.patch:
 Makefile.am |    1 -
 1 file changed, 1 deletion(-)

--- NEW FILE awn-extras-applets-0.3.2.2-fixdupentry.patch ---
diff -ru awn-extras-applets-0.3.2.2.orig/src/calendar/Makefile.am awn-extras-applets-0.3.2.2/src/calendar/Makefile.am
--- awn-extras-applets-0.3.2.2.orig/src/calendar/Makefile.am	2010-01-15 09:09:45.000000000 +0000
+++ awn-extras-applets-0.3.2.2/src/calendar/Makefile.am	2010-01-15 09:09:57.000000000 +0000
@@ -12,7 +12,6 @@
 		googlecal.py	\
 		icscal.py	\
 		owacal.py	\
-		calthread.py	\
 		sevensegled.py
 
 


Index: awn-extras-applets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/awn-extras-applets/F-12/awn-extras-applets.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- awn-extras-applets.spec	24 Jul 2009 17:43:28 -0000	1.25
+++ awn-extras-applets.spec	15 Jan 2010 09:18:53 -0000	1.26
@@ -2,7 +2,7 @@
 
 Name:           awn-extras-applets
 Version:        0.3.2.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Extras applets for avant window navigator
 
 Group:          User Interface/Desktops
@@ -12,6 +12,7 @@ Source0:        https://edge.launchpad.n
 #patch modifies autotools files to make python bindings install to sitearch 
 #requires autoreconf to take effect.
 #Patch0:         %{name}-%{version}-python-platform.patch
+Patch0:         %{name}-%{version}-fixdupentry.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  avant-window-navigator-devel >= 0.3.2
@@ -79,6 +80,7 @@ developing applications that use %{name}
 %prep
 %setup -q
 #%patch0 -p0
+%patch0 -p1 -b .fixdup
 
 
 %build
@@ -179,6 +181,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 15 2010 Caolán McNamara <caolanm at redhat.com> - 0.3.2.2-3
+- Resolves: rhbz#511628 fix dup calthread.py entry in Makefile
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.2.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list