rpms/chmsee/F-12 chmsee-1.0.7-hardcode-libxul-version.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 chmsee.spec, 1.32, 1.33 sources, 1.6, 1.7 chmsee-1.0.6-disable-libxul-maxver.patch, 1.2, NONE

Yuan Yijun bbbush at fedoraproject.org
Wed Oct 7 02:02:40 UTC 2009


Author: bbbush

Update of /cvs/pkgs/rpms/chmsee/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27178

Modified Files:
	.cvsignore chmsee.spec sources 
Added Files:
	chmsee-1.0.7-hardcode-libxul-version.patch 
Removed Files:
	chmsee-1.0.6-disable-libxul-maxver.patch 
Log Message:
upstream release

chmsee-1.0.7-hardcode-libxul-version.patch:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE chmsee-1.0.7-hardcode-libxul-version.patch ---
diff -up chmsee-1.0.7/CMakeLists.txt.orig chmsee-1.0.7/CMakeLists.txt
--- chmsee-1.0.7/CMakeLists.txt.orig	2009-10-07 09:44:12.147230195 +0800
+++ chmsee-1.0.7/CMakeLists.txt	2009-10-07 09:48:38.072236977 +0800
@@ -18,7 +18,7 @@ if(XULRUNNER_VERSION MATCHES "1\\.8\\..*
 	set(XULRUNNER18 1)
 endif()
 if(XULRUNNER_VERSION MATCHES "1\\.9\\..*")
-	set(XULRUNNER19 1)
+	set(XULRUNNER191 1)
 endif()
 if(XULRUNNER_VERSION MATCHES "1\\.9\\.0\\..*")
 	set(XULRUNNER190 1)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/chmsee/F-12/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	12 Jul 2009 15:11:07 -0000	1.6
+++ .cvsignore	7 Oct 2009 02:02:39 -0000	1.7
@@ -1 +1 @@
-chmsee-1.0.6.tar.gz
+chmsee-1.0.7.tar.gz


Index: chmsee.spec
===================================================================
RCS file: /cvs/pkgs/rpms/chmsee/F-12/chmsee.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- chmsee.spec	24 Jul 2009 18:56:42 -0000	1.32
+++ chmsee.spec	7 Oct 2009 02:02:40 -0000	1.33
@@ -1,6 +1,6 @@
 Name:		chmsee
-Version:	1.0.6
-Release:	2%{?dist}
+Version:	1.0.7
+Release:	1%{?dist}
 Summary(zh_CN):	CHM 文件阅读工具, 基于 Gtk2+
 Summary:	A Gtk+2 CHM document viewer
 Group:		Applications/Publishing
@@ -9,14 +9,14 @@ URL:		http://code.google.com/p/chmsee
 Source0:	http://chmsee.googlecode.com/files/%{name}-%{version}.tar.gz
 # this file comes from gnochm package
 Source1:	gnochm-chmfile.png
-Patch0:		chmsee-1.0.6-disable-libxul-maxver.patch
+Patch0:		chmsee-1.0.7-hardcode-libxul-version.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	intltool >= 0.34 pkgconfig >= 0.9 gettext cmake
 BuildRequires:	gtk2-devel >= 2.8 libglade2-devel >= 2.0
 BuildRequires:	libgcrypt-devel chmlib-devel
 BuildRequires:	desktop-file-utils
-BuildRequires:	gecko-devel-unstable >= 1.9
+BuildRequires:	gecko-devel-unstable >= 1.9.1.1
 
 %description
 A gtk2 chm document viewer. 
@@ -54,7 +54,7 @@ only current file's.
 
 %prep
 %setup -q
-%patch0 -p1 -b .libxul-maxver
+%patch0 -p1 -b .libxul
 
 %build
 %cmake .
@@ -106,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
 #{_mandir}/man1/chmsee*.1*
 
 %changelog
+* Wed Oct 07 2009 bbbush <bbbush.yuan at gmail.com> - 1.0.7-1
+- upstream release, fixed crash
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/chmsee/F-12/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	12 Jul 2009 15:11:08 -0000	1.6
+++ sources	7 Oct 2009 02:02:40 -0000	1.7
@@ -1 +1 @@
-7a42795038e138ee233952b525373b08  chmsee-1.0.6.tar.gz
+66fbcc569d6a489d39536ea7d177bc34  chmsee-1.0.7.tar.gz


--- chmsee-1.0.6-disable-libxul-maxver.patch DELETED ---




More information about the fedora-extras-commits mailing list