rpms/stardict/devel stardict.spec,1.67,1.68

cchance cchance at fedoraproject.org
Sat Dec 26 17:50:11 UTC 2009


Author: cchance

Update of /cvs/pkgs/rpms/stardict/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29886

Modified Files:
	stardict.spec 
Log Message:
* Sun Dec 27 2009 Caius 'kaio' Chance <k at kaio.me> - 3.0.1-20
- Disable netdict by default and set warning for security.




Index: stardict.spec
===================================================================
RCS file: /cvs/pkgs/rpms/stardict/devel/stardict.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -p -r1.67 -r1.68
--- stardict.spec	17 Dec 2009 06:27:29 -0000	1.67
+++ stardict.spec	26 Dec 2009 17:50:11 -0000	1.68
@@ -4,7 +4,7 @@
 Name:		%{name}
 Summary: 	A powerful dictionary platform written in GTK+2
 Version:	%{version}
-Release:	19%{?dist}
+Release:	20%{?dist}
 Group: 		Applications/System
 License: 	GPLv3
 URL: 		http://stardict.sourceforge.net
@@ -14,9 +14,8 @@ Patch0:		stardict-3.0.1.gcc43.patch
 Patch1:		transparent_trayicon.patch
 Patch2:		stardict-3.0.1-10.gucharmap.patch
 Patch3:		stardict-3.0.1-13.bz441209.patch
-# Filed into upstream bugtracker at:
-# https://sourceforge.net/tracker/?func=detail&aid=2780881&group_id=80679&atid=560632
 Patch4:		stardict-3.0.1.gcc44.patch
+Patch5:         stardict-3.0.1-20.security.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: enchant, espeak, gucharmap >= 2.22.1, libbonobo >= 2.2.0, libgnome >= 2.2.0, libgnomeui >= 2.2.0, libsigc++20 >= 2.0.17
@@ -41,6 +40,7 @@ It has powerful features such as "Glob-s
 %patch2 -p1 -b .3-gucharmap
 %patch3 -p1 -b .4-bz441209
 %patch4 -b .5-gcc44
+%patch5 -p1 -b .6-netdict
 
 # Remove unneeded sigc++ header files to make it sure
 # that we are using system-wide libsigc++
@@ -107,6 +107,9 @@ if which scrollkeeper-update>/dev/null 2
 if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update; fi
 
 %changelog
+* Sun Dec 27 2009 Caius 'kaio' Chance <k at kaio.me> - 3.0.1-20
+- Disable netdict by default and set warning for security.
+
 * Thu Dec 17 2009 Caius 'kaio' Chance <k at kaio.me> - 3.0.1-19
 - Resolves: rhbz#475904: Disabled espeak for instance as espeak has problems when it is built with pulseaudio.
 




More information about the scm-commits mailing list