rpms/gnome-subtitles/devel gnome-subtitles-0.8-smp.patch, NONE, 1.1 gnome-subtitles.spec, 1.2, 1.3

Julian Sikorski (belegdol) fedora-extras-commits at redhat.com
Sat Jul 5 15:36:36 UTC 2008


Author: belegdol

Update of /cvs/pkgs/rpms/gnome-subtitles/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25338

Modified Files:
	gnome-subtitles.spec 
Added Files:
	gnome-subtitles-0.8-smp.patch 
Log Message:
* Sat Jul  5 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8-4
- Another rebuild
- Patched SMP build failure


gnome-subtitles-0.8-smp.patch:

--- NEW FILE gnome-subtitles-0.8-smp.patch ---
--- src/Makefile.am.smp	2008-07-05 17:17:53.000000000 +0200
+++ src/Makefile.am	2008-07-05 17:18:23.000000000 +0200
@@ -43,7 +43,7 @@
 	$(GSTPB) \
 	Mono.Posix.dll
 
-$(ASSEMBLY): $(GS_SOURCES) $(GS_RESOURCES)
+$(ASSEMBLY): $(GS_SOURCES) $(GS_RESOURCES) $(GSTPB)
 	$(MCS) $(MCS_FLAGS) -target:winexe -out:$(ASSEMBLY) $(GS_SYSTEM_REFERENCES:%=-r:%) $(GTKSHARP_LIBS) $(SUBLIB_LIBS) $(GS_RESOURCES:%=-resource:%) $(GS_SOURCES)
 
 $(ASSEMBLY_CONFIG):
--- src/Makefile.in.smp	2008-07-05 17:17:39.000000000 +0200
+++ src/Makefile.in	2008-07-05 17:19:01.000000000 +0200
@@ -485,7 +485,7 @@
 	uninstall-info-am
 
 
-$(ASSEMBLY): $(GS_SOURCES) $(GS_RESOURCES)
+$(ASSEMBLY): $(GS_SOURCES) $(GS_RESOURCES) $(GSTPB)
 	$(MCS) $(MCS_FLAGS) -target:winexe -out:$(ASSEMBLY) $(GS_SYSTEM_REFERENCES:%=-r:%) $(GTKSHARP_LIBS) $(SUBLIB_LIBS) $(GS_RESOURCES:%=-resource:%) $(GS_SOURCES)
 
 $(ASSEMBLY_CONFIG):


Index: gnome-subtitles.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-subtitles/devel/gnome-subtitles.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-subtitles.spec	26 May 2008 10:13:40 -0000	1.2
+++ gnome-subtitles.spec	5 Jul 2008 15:35:36 -0000	1.3
@@ -1,12 +1,13 @@
 Name:           gnome-subtitles
 Version:        0.8
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Subtitle editor for Gnome
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://gnome-subtitles.sourceforge.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:         gnome-subtitles-0.8-smp.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -38,12 +39,13 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .smp
 
 
 %build
 %configure --disable-schemas-install \
            --disable-scrollkeeper
-%{__make}
+%{__make} %{?_smp_mflags}
 
 
 %install
@@ -104,6 +106,10 @@
 
 
 %changelog
+* Sat Jul  5 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8-4
+- Another rebuild
+- Patched SMP build failure
+
 * Mon May 26 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.8-3
 - Rebuilt to fix broken deps
 




More information about the fedora-extras-commits mailing list