rpms/mozilla-noscript/devel mozilla-noscript.spec, 1.4, 1.5 noscript-preferences.patch, 1.1, 1.2

tomspur tomspur at fedoraproject.org
Fri Mar 19 11:59:51 UTC 2010


Author: tomspur

Update of /cvs/pkgs/rpms/mozilla-noscript/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32581

Modified Files:
	mozilla-noscript.spec noscript-preferences.patch 
Log Message:
- update to new version
- force dos2unix on 'binary' GPL.txt
- renew patch



Index: mozilla-noscript.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mozilla-noscript/devel/mozilla-noscript.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- mozilla-noscript.spec	27 Feb 2010 11:51:45 -0000	1.4
+++ mozilla-noscript.spec	19 Mar 2010 11:59:51 -0000	1.5
@@ -8,7 +8,7 @@
 %global sym_link_dir %{moz_extensions}/%{seamonkey_app_id}
 
 Name:           mozilla-noscript
-Version:        1.9.9.50
+Version:        1.9.9.57
 Release:        1%{?dist}
 Summary:        JavaScript white list extension for Mozilla Firefox
 
@@ -36,7 +36,7 @@ provides Anti-XSS protection.
 %prep
 %setup -q -c
 %patch0 -b .prefs
-dos2unix GPL.txt
+dos2unix -f GPL.txt
 dos2unix NoScript_License.txt
 
 %build
@@ -67,6 +67,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Mar 19 2010 Thomas Spura <tomspur at fedoraproject.org> - 1.9.9.57-1
+- update to new version
+- force dos2unix on 'binary' GPL.txt
+- renew patch
+
 * Sat Feb 27 2010 Thomas Spura <tomspur at fedoraproject.org> - 1.9.9.50-1
 - update to new version
 - fix some spelling errors

noscript-preferences.patch:
 noscript.js |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: noscript-preferences.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mozilla-noscript/devel/noscript-preferences.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- noscript-preferences.patch	17 Jan 2010 12:00:05 -0000	1.1
+++ noscript-preferences.patch	19 Mar 2010 11:59:51 -0000	1.2
@@ -4,7 +4,7 @@
  pref("noscript.showTempAllowPage", true);
  pref("noscript.showAllowPage", true);
  pref("noscript.mandatory", "chrome: about: about:config about:neterror about:certerror about:plugins about:privatebrowsing about:sessionrestore resource: about:blocked");
--pref("noscript.default", "about:blank about:credits addons.mozilla.org flashgot.net google.com gstatic.com googlesyndication.com informaction.com yahoo.com yimg.com maone.net noscript.net hotmail.com msn.com passport.com passport.net passportimages.com live.com");
+-pref("noscript.default", "about:blank about:credits addons.mozilla.org flashgot.net google.com gstatic.com googlesyndication.com informaction.com yahoo.com yimg.com maone.net noscript.net hotmail.com msn.com passport.com passport.net passportimages.com live.com js.wlxrs.com");
 +pref("noscript.default", "about:blank about:credits");
  pref("noscript.forbidJava", true);
  pref("noscript.forbidFlash", true);



More information about the scm-commits mailing list