commit chmsee for openSUSE:Factory
Hello community, here is the log from the commit of package chmsee for openSUSE:Factory checked in at 2013-06-29 19:37:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chmsee (Old) and /work/SRC/openSUSE:Factory/.chmsee.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "chmsee" Changes: -------- --- /work/SRC/openSUSE:Factory/chmsee/chmsee.changes 2013-04-24 16:04:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.chmsee.new/chmsee.changes 2013-06-29 19:37:02.000000000 +0200 @@ -1,0 +2,6 @@ +Sat Jun 29 08:55:29 UTC 2013 - zaitor@opensuse.org + +- Update to version 2.0.2: + + Compatibility up to Gecko 22.0. + +------------------------------------------------------------------- Old: ---- chmsee-2.0.1.tar.gz New: ---- chmsee-2.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chmsee.spec ++++++ --- /var/tmp/diff_new_pack.8CE1at/_old 2013-06-29 19:37:03.000000000 +0200 +++ /var/tmp/diff_new_pack.8CE1at/_new 2013-06-29 19:37:03.000000000 +0200 @@ -20,7 +20,7 @@ Summary: A Gtk+2 CHM document viewer License: GPL-2.0+ Group: Productivity/Graphics/Viewers -Version: 2.0.1 +Version: 2.0.2 Release: 0 Url: http://code.google.com/p/chmsee/ Source0: http://chmsee.googlecode.com/files/%{name}-%{version}.tar.gz ++++++ chmsee-2.0.1.tar.gz -> chmsee-2.0.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/chmsee-2.0.1/application.ini new/chmsee-2.0.2/application.ini --- old/chmsee-2.0.1/application.ini 2013-04-17 05:42:54.000000000 +0200 +++ new/chmsee-2.0.2/application.ini 2013-06-28 09:24:24.000000000 +0200 @@ -19,10 +19,10 @@ [App] Name=ChmSee -Version=2.0.1 +Version=2.0.2 BuildID=2011040511 ID={f48601d0-39a1-11e0-a013-00241d8cf371} [Gecko] -MinVersion=17.0 -MaxVersion=21.* +MinVersion=22.0 +MaxVersion=23.* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/chmsee-2.0.1/chrome/content/main.js new/chmsee-2.0.2/chrome/content/main.js --- old/chmsee-2.0.1/chrome/content/main.js 2013-04-17 05:42:54.000000000 +0200 +++ new/chmsee-2.0.2/chrome/content/main.js 2013-06-28 09:24:24.000000000 +0200 @@ -690,18 +690,18 @@ }; var adjustTabWidth = function (tabs) { - var winWidth = window.outerWidth; - var tabCount = tabs.itemCount; - var tabWidth = Math.round(winWidth/tabCount); + // var winWidth = window.outerWidth; + // var tabCount = tabs.itemCount; + // var tabWidth = Math.round(winWidth/tabCount); - var totalWidth = 0; + // var totalWidth = 0; - for (var i = 0; i < tabCount - 1; i++) { - tabs.getItemAtIndex(i).width = tabWidth; - totalWidth += tabWidth; - } + // for (var i = 0; i < tabCount - 1; i++) { + // tabs.getItemAtIndex(i).width = tabWidth; + // totalWidth += tabWidth; + // } - tabs.getItemAtIndex(tabCount-1).width = winWidth - totalWidth + 2*i; + // tabs.getItemAtIndex(tabCount-1).width = winWidth - totalWidth + 2*i; }; // Call DOM inspector for debugging diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/chmsee-2.0.1/src/common.mk new/chmsee-2.0.2/src/common.mk --- old/chmsee-2.0.1/src/common.mk 2013-04-17 05:42:54.000000000 +0200 +++ new/chmsee-2.0.2/src/common.mk 2013-06-28 09:24:24.000000000 +0200 @@ -33,7 +33,7 @@ ${INCLUDES} \ ${MOZ_DEBUG_DISABLE_DEFS} \ ${LIBXUL_SDK}/lib/libxpcomglue_s.a \ - -shared -lxpcom -lmozalloc \ + -shared -lmozalloc \ ${NSPR_LIBS} \ ${CHMLIB_LIBS} -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de