Hello community,

here is the log from the commit of package chmsee for openSUSE:Factory checked 
in at 2013-04-24 16:04:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chmsee (Old)
 and      /work/SRC/openSUSE:Factory/.chmsee.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chmsee", Maintainer is "orpha...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/chmsee/chmsee.changes    2013-02-20 
09:26:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.chmsee.new/chmsee.changes       2013-04-24 
16:04:29.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 17:16:34 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.0.1:
+  + Compatibility up to Gecko 20.0.
+
+-------------------------------------------------------------------

Old:
----
  chmsee-2.0.tar.gz

New:
----
  chmsee-2.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ chmsee.spec ++++++
--- /var/tmp/diff_new_pack.fmJEec/_old  2013-04-24 16:04:32.000000000 +0200
+++ /var/tmp/diff_new_pack.fmJEec/_new  2013-04-24 16:04:32.000000000 +0200
@@ -20,10 +20,10 @@
 Summary:        A Gtk+2 CHM document viewer
 License:        GPL-2.0+
 Group:          Productivity/Graphics/Viewers
-Version:        2.0
+Version:        2.0.1
 Release:        0
 Url:            http://code.google.com/p/chmsee/
-Source0:        chmsee-%{version}.tar.gz
+Source0:        http://chmsee.googlecode.com/files/%{name}-%{version}.tar.gz
 Source1:        Makefile
 BuildRequires:  chmlib-devel
 BuildRequires:  fdupes

++++++ chmsee-2.0.tar.gz -> chmsee-2.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-2.0/application.ini 
new/chmsee-2.0.1/application.ini
--- old/chmsee-2.0/application.ini      2013-01-18 06:52:22.000000000 +0100
+++ new/chmsee-2.0.1/application.ini    2013-04-17 05:42:54.000000000 +0200
@@ -19,10 +19,10 @@
 
 [App]
 Name=ChmSee
-Version=2.0
+Version=2.0.1
 BuildID=2011040511
 ID={f48601d0-39a1-11e0-a013-00241d8cf371}
 
 [Gecko]
 MinVersion=17.0
-MaxVersion=19.*
+MaxVersion=21.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-2.0/chrome/content/htmlEntities.js 
new/chmsee-2.0.1/chrome/content/htmlEntities.js
--- old/chmsee-2.0/chrome/content/htmlEntities.js       2013-01-18 
06:52:22.000000000 +0100
+++ new/chmsee-2.0.1/chrome/content/htmlEntities.js     2013-04-17 
05:42:54.000000000 +0200
@@ -278,8 +278,8 @@
     entities['60'] = '<';
     entities['62'] = '>';
 
-    entities['272'] = 'Đ';
-    entities['273'] = 'đ';
+    // entities['272'] = 'Đ';
+    // entities['273'] = 'đ';
 
     // ascii decimals to real symbols
     for (decimal in entities) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-2.0/chrome/content/main.xul 
new/chmsee-2.0.1/chrome/content/main.xul
--- old/chmsee-2.0/chrome/content/main.xul      2013-01-18 06:52:22.000000000 
+0100
+++ new/chmsee-2.0.1/chrome/content/main.xul    2013-04-17 05:42:54.000000000 
+0200
@@ -39,13 +39,13 @@
     <command id="cmd_selectAll" oncommand="goDoCommand('cmd_selectAll');"/>
 
     <command id="cmd_preferences" oncommand="openPreferences();"/>
+    <command id="cmd_aboutConfig" oncommand="aboutConfig();"/>
     <command id="cmd_addbookmark" oncommand="addBookmark();"/>
     <command id="cmd_removebookmark" oncommand="removeBookmark();"/>
 
     <command id="cmd_print" oncommand="onPrint();"/>
 
     <command id="cmd_aboutChmSee" oncommand="aboutChmSee();"/>
-    <command id="cmd_aboutConfig" oncommand="aboutConfig();"/>
   </commandset>
 
   <commandset id="updateCopyCmd"
@@ -106,6 +106,7 @@
             <menuitem label="&selectall.label;" 
accesskey="&selectall.accesskey;" command="cmd_selectAll" />
             <menuseparator />
             <menuitem label="&find.label;" accesskey="&find.accesskey;" 
key="showfindbar-key" command="cmd_showfindbar" />
+            <menuitem label="&aboutConfig.label;" 
accesskey="&aboutConfig.accesskey;" command="cmd_aboutConfig" />
             <menuitem label="&preferences.label;" 
accesskey="&preferences.accesskey;" command="cmd_preferences" />
           </menupopup>
         </menu>
@@ -133,7 +134,6 @@
         <menu id="help-menu" label="&helpMenu.label;" 
accesskey="&helpMenu.accesskey;">
           <menupopup id="help-popup">
             <menuitem label="&about.label;" accesskey="&about.accesskey;" 
key="about-key" command="cmd_aboutChmSee"/>
-            <menuitem label="&aboutConfig.label;" 
accesskey="&aboutConfig.accesskey;" command="cmd_aboutConfig" />
           </menupopup>
         </menu>
       </menubar>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-2.0/chrome/content/utils.js 
new/chmsee-2.0.1/chrome/content/utils.js
--- old/chmsee-2.0/chrome/content/utils.js      2013-01-18 06:52:22.000000000 
+0100
+++ new/chmsee-2.0.1/chrome/content/utils.js    2013-04-17 05:42:54.000000000 
+0200
@@ -207,7 +207,7 @@
 
 
 var convertStrToUTF8 = function (string, charset) {
-    d("convertStrToUTF8", "string = " + string + ", charset = " + charset);
+    // d("convertStrToUTF8", "string = " + string + ", charset = " + charset);
 
     var UTF8Service = 
Cc["@mozilla.org/intl/utf8converterservice;1"].getService(Ci.nsIUTF8ConverterService);
     if (geckoVersion >= 15)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-2.0/chrome/locale/en-US/main.dtd 
new/chmsee-2.0.1/chrome/locale/en-US/main.dtd
--- old/chmsee-2.0/chrome/locale/en-US/main.dtd 2013-01-18 06:52:22.000000000 
+0100
+++ new/chmsee-2.0.1/chrome/locale/en-US/main.dtd       2013-04-17 
05:42:54.000000000 +0200
@@ -51,7 +51,7 @@
 <!ENTITY helpMenu.accesskey "h">
 <!ENTITY about.label "About">
 <!ENTITY about.accesskey "a">
-<!ENTITY aboutConfig.label "about:config">
+<!ENTITY aboutConfig.label "Open about:config">
 <!ENTITY aboutConfig.accesskey "c">
 <!ENTITY openCmd.tooltip "Open a CHM file">
 <!ENTITY togglePanel.label "Show/Hide panel">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-2.0/src/common.mk 
new/chmsee-2.0.1/src/common.mk
--- old/chmsee-2.0/src/common.mk        2013-01-18 06:52:22.000000000 +0100
+++ new/chmsee-2.0.1/src/common.mk      2013-04-17 05:42:54.000000000 +0200
@@ -20,7 +20,7 @@
 
 INCLUDES         = -I/usr/include -I. -I${LIBXUL_SDK}/include ${NSPR_INCLUDES} 
${CHMLIB_INCLUDES}
 DEFINES                += -Wall -Wpointer-arith -Wcast-align 
-Wno-variadic-macros \
-                  -O2 -fPIC -DPIC -fno-strict-aliasing -Dunix -fshort-wchar 
-pipe
+                  -g -O2 -fPIC -DPIC -fno-strict-aliasing -Dunix -fshort-wchar 
-pipe
 VISIBILITY_FLAGS = -fvisibility=hidden
 LIBXUL_CXXFLAGS  = -DMOZILLA_CLIENT -include mozilla-config.h
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to