rpms/jd/devel jd-svn2112-compile.patch, NONE, 1.1 .cvsignore, 1.250, 1.251 jd.spec, 1.290, 1.291 sources, 1.251, 1.252 jd-2.0.0-svn1774_trunk-gcc43.patch, 1.1, NONE jd-2.0.0-svn1936_trunk-gcc43.patch, 1.1, NONE

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Sat Jun 7 17:33:50 UTC 2008


Author: mtasaka

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

Modified Files:
	.cvsignore jd.spec sources 
Added Files:
	jd-svn2112-compile.patch 
Removed Files:
	jd-2.0.0-svn1774_trunk-gcc43.patch 
	jd-2.0.0-svn1936_trunk-gcc43.patch 
Log Message:
* Sun Jun  8 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
- svn 2112


jd-svn2112-compile.patch:

--- NEW FILE jd-svn2112-compile.patch ---
--- trunk-build/src/config/configitems.h.debug	2008-06-08 01:25:51.000000000 +0900
+++ trunk-build/src/config/configitems.h	2008-06-08 02:14:59.000000000 +0900
@@ -6,6 +6,10 @@
 #ifndef _CONFIGITEMS_H
 #define _CONFIGITEMS_H
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <string>
 #include <list>
 #include <vector>


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/jd/devel/.cvsignore,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- .cvsignore	3 Jun 2008 17:44:11 -0000	1.250
+++ .cvsignore	7 Jun 2008 17:32:59 -0000	1.251
@@ -1 +1 @@
-jd-2.0.0-svn2102_trunk.tgz
+jd-2.0.0-svn2112_trunk.tgz


Index: jd.spec
===================================================================
RCS file: /cvs/extras/rpms/jd/devel/jd.spec,v
retrieving revision 1.290
retrieving revision 1.291
diff -u -r1.290 -r1.291
--- jd.spec	3 Jun 2008 18:02:49 -0000	1.290
+++ jd.spec	7 Jun 2008 17:32:59 -0000	1.291
@@ -10,7 +10,7 @@
 # Defined by upsteam
 #
 %define         main_ver      2.0.0
-%define         strtag        svn2102_trunk
+%define         strtag        svn2112_trunk
 %define         repoid        31373
 # Define this if this is pre-version
 %define         pre_release   1
@@ -44,7 +44,7 @@
 
 Name:           jd
 Version:        %{main_ver}
-Release:        %{rel}.1
+Release:        %{rel}
 Summary:        A 2ch browser
 
 Group:          Applications/Internet
@@ -52,6 +52,7 @@
 URL:            http://jd4linux.sourceforge.jp/
 Source0:        http://downloads.sourceforge.jp/jd4linux/%{repoid}/%{name}-%{main_ver}-%{strtag}.tgz
 #Source0:	%{name}-%{main_ver}-%{strtag}.tgz
+Patch0:		jd-svn2112-compile.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  %{gtkmmdevel}
@@ -74,6 +75,7 @@
 
 %prep
 %setup -q -n %{name}-%{main_ver}-%{strtag}
+%patch0 -p1 -b .debug
 #find . -name .svn | sort -r | xargs %{__rm} -rf
 
 %if 0%{?fedora} >= 10
@@ -137,8 +139,8 @@
 %{icondir}/%{name}.png
 
 %changelog
-* Wed Jun  4 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
-- svn 2102
+* Sun Jun  8 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
+- svn 2112
 
 * Mon Jun  2 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.0.0-0.6.beta20080601
 - 2.0.0 beta 20080601


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/jd/devel/sources,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -r1.251 -r1.252
--- sources	3 Jun 2008 17:44:11 -0000	1.251
+++ sources	7 Jun 2008 17:32:59 -0000	1.252
@@ -1 +1 @@
-00809d706581bd11a438708f317fba9e  jd-2.0.0-svn2102_trunk.tgz
+dabc8bc49200b3e5a948813a6b7d3cc2  jd-2.0.0-svn2112_trunk.tgz


--- jd-2.0.0-svn1774_trunk-gcc43.patch DELETED ---


--- jd-2.0.0-svn1936_trunk-gcc43.patch DELETED ---




More information about the fedora-extras-commits mailing list