commit chmsee for openSUSE:Factory

2013-06-29 Thread h_root
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.changes2013-04-24 
16:04:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.chmsee.new/chmsee.changes   2013-06-29 
19:37:02.0 +0200
@@ -1,0 +2,6 @@
+Sat Jun 29 08:55:29 UTC 2013 - zai...@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.0 +0200
+++ /var/tmp/diff_new_pack.8CE1at/_new  2013-06-29 19:37:03.0 +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.ini2013-04-17 05:42:54.0 +0200
+++ new/chmsee-2.0.2/application.ini2013-06-28 09:24:24.0 +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.0 
+0200
+++ new/chmsee-2.0.2/chrome/content/main.js 2013-06-28 09:24:24.0 
+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.0 +0200
+++ new/chmsee-2.0.2/src/common.mk  2013-06-28 09:24:24.0 +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+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit chmsee for openSUSE:Factory

2013-04-24 Thread h_root
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.changes2013-02-20 
09:26:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.chmsee.new/chmsee.changes   2013-04-24 
16:04:29.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.fmJEec/_new  2013-04-24 16:04:32.0 +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.0 +0100
+++ new/chmsee-2.0.1/application.ini2013-04-17 05:42:54.0 +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.0 +0100
+++ new/chmsee-2.0.1/chrome/content/htmlEntities.js 2013-04-17 
05:42:54.0 +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.0 
+0100
+++ new/chmsee-2.0.1/chrome/content/main.xul2013-04-17 05:42:54.0 
+0200
@@ -39,13 +39,13 @@
 
 
 
+
 
 
 
 
 
 
-
   
 
   
 
 
+
 
   
 
@@ -133,7 +134,6 @@
 
   
 
-
   
 
   
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.0 
+0100
+++ new/chmsee-2.0.1/chrome/content/utils.js2013-04-17 05:42:54.0 
+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.0 
+0100
+++ new/chmsee-2.0.1/chrome/locale/en-US/main.dtd   2013-04-17 
05:42:54.0 +0200
@@ -51,7 +51,7 @@
 
 
 
-
+
 
 
 
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.mk2013-01-18 06:52:22.0 +0100
+++ new/chmsee-2.0.1/src/common.mk  2013-04-17 05:42:54.0 +0200
@@ -20,7 +20,7 @@
 
 INCLUDES = -I/usr/include -I. -I${LIBXUL_SDK}/include ${NSPR_INCLUDES} 
${CHMLIB_INCLUDES}
 DEFINES  

commit chmsee for openSUSE:Factory

2013-02-20 Thread h_root
Hello community,

here is the log from the commit of package chmsee for openSUSE:Factory checked 
in at 2013-02-20 09:19:03

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.changes2012-12-14 
06:35:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.chmsee.new/chmsee.changes   2013-02-20 
09:19:05.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb 17 15:57:14 UTC 2013 - w...@rosenauer.org
+
+- Update to version 2.0:
+  * compatibility up to Gecko 19.0 (bnc#804248)
+- Drop chmsee-newer-firefox.patch: currently we're up-to-date, no
+  newer firefox available.
+
+---

Old:

  chmsee-1.99.15.tar.gz
  chmsee-newer-firefox.patch

New:

  chmsee-2.0.tar.gz



Other differences:
--
++ chmsee.spec ++
--- /var/tmp/diff_new_pack.jiUhlp/_old  2013-02-20 09:19:06.0 +0100
+++ /var/tmp/diff_new_pack.jiUhlp/_new  2013-02-20 09:19:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package chmsee
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,11 @@
 Summary:A Gtk+2 CHM document viewer
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
-Version:1.99.15
+Version:2.0
 Release:0
 Url:http://code.google.com/p/chmsee/
 Source0:chmsee-%{version}.tar.gz
 Source1:Makefile
-# PATCH-FIX-UPSTREAM chmsee-newer-firefox.patch vu...@opensuse.org -- Declare 
chmsee compatible with Firefox 17
-Patch0: chmsee-newer-firefox.patch
 BuildRequires:  chmlib-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -34,7 +32,7 @@
 BuildRequires:  python
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(libxul) >= 13.0
+BuildRequires:  pkgconfig(libxul) >= 17.0
 %define xulrunner_version %(rpm -q --queryformat '%{VERSION}' xulrunner-devel)
 %define xulrunner_base %(pkg-config --variable=libdir libxul)
 Requires:   xulrunner >= %{xulrunner_version}
@@ -51,7 +49,6 @@
 %prep
 %setup -q #-n jungleji-chmsee-d5fb276
 cp %{SOURCE1} src
-%patch0 -p1
 
 %build
 pushd src

++ chmsee-1.99.15.tar.gz -> chmsee-2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-1.99.15/NEWS new/chmsee-2.0/NEWS
--- old/chmsee-1.99.15/NEWS 2012-10-26 05:28:24.0 +0200
+++ new/chmsee-2.0/NEWS 2013-01-18 06:52:22.0 +0100
@@ -1,10 +1,10 @@
-ChmSee 1.99.x 2011-xx-xx

+ChmSee 2.0 2013-01-18
+-
 * Move ChmSee from gtk + gecko embbeding to xul + xpcom
 * Support multi-documents
 * Call Print function
 
-ChmSee 1.3.x 2011-xx-xx
+ChmSee 1.3.1 2011-05-03
 ---
 * Update Vietnamese po
 * Fix a bug cause of opening an unextracted chm with subpage failure
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-1.99.15/README.md new/chmsee-2.0/README.md
--- old/chmsee-1.99.15/README.md2012-10-26 05:28:24.0 +0200
+++ new/chmsee-2.0/README.md2013-01-18 06:52:22.0 +0100
@@ -8,29 +8,28 @@
 Building
 
 
-For ChmSee 2.0(1.99+), ChmSee has been changed from GTK+ based
-application to a xulrunner application.
+ChmSee 2.0 has been refacted from GTK+ based to a xulrunner application.
 
-Now in ChmSee, most of codes use cross-platform languages: JavaScript,
-XUL, CSS. So building is unnecessary for them.
+Most of ChmSee codes use cross-platform languages: JavaScript, XUL,
+CSS, building is unnecessary for them.
 
-But you still need to compile a C/C++ component, it's a XPCOM
-component which is used to retrieve HTML and image from packed chm
-file. All source codes for this component are located in `chmsee/src`
-directory.
+But there is still a component you need to compile, because it is written
+by C++ language. This is an important component that used to retrieve
+HTML and image from packed chm file. The source codes for this
+component are located in `chmsee/src` directory.
 
-Before building, you must confirm *xulrunner sdk* and *chmlib* already
+Before compiling, you must confirm *xulrunner sdk* and *chmlib* already
 installed in your system.
 
 Then `cd chmsee/src` directory, choose one of Makefile.${OS} files and
-rename it to Makefile. If there is no proper Makefile.${OS} file for
-yo

commit chmsee for openSUSE:Factory

2012-12-13 Thread h_root
Hello community,

here is the log from the commit of package chmsee for openSUSE:Factory checked 
in at 2012-12-14 06:35:55

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.changes2012-09-23 
19:31:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.chmsee.new/chmsee.changes   2012-12-14 
06:35:59.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec  9 08:15:07 UTC 2012 - w...@rosenauer.org
+
+- Update to version 1.99.15
+  * compatibility with Gecko 17
+
+---

Old:

  jungleji-chmsee-v1.99.14-0-gd5fb276.tar.gz

New:

  chmsee-1.99.15.tar.gz



Other differences:
--
++ chmsee.spec ++
--- /var/tmp/diff_new_pack.qCvmL8/_old  2012-12-14 06:36:01.0 +0100
+++ /var/tmp/diff_new_pack.qCvmL8/_new  2012-12-14 06:36:01.0 +0100
@@ -20,10 +20,10 @@
 Summary:A Gtk+2 CHM document viewer
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
-Version:1.99.14
+Version:1.99.15
 Release:0
 Url:http://code.google.com/p/chmsee/
-Source0:jungleji-chmsee-v1.99.14-0-gd5fb276.tar.gz
+Source0:chmsee-%{version}.tar.gz
 Source1:Makefile
 # PATCH-FIX-UPSTREAM chmsee-newer-firefox.patch vu...@opensuse.org -- Declare 
chmsee compatible with Firefox 17
 Patch0: chmsee-newer-firefox.patch
@@ -49,7 +49,7 @@
 and several other great people.
 
 %prep
-%setup -q -n jungleji-chmsee-d5fb276
+%setup -q #-n jungleji-chmsee-d5fb276
 cp %{SOURCE1} src
 %patch0 -p1
 

++ jungleji-chmsee-v1.99.14-0-gd5fb276.tar.gz -> chmsee-1.99.15.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jungleji-chmsee-d5fb276/application.ini 
new/chmsee-1.99.15/application.ini
--- old/jungleji-chmsee-d5fb276/application.ini 2012-09-14 16:03:11.0 
+0200
+++ new/chmsee-1.99.15/application.ini  2012-10-26 05:28:24.0 +0200
@@ -19,10 +19,10 @@
 
 [App]
 Name=ChmSee
-Version=1.99.14
+Version=1.99.15
 BuildID=2011040511
 ID={f48601d0-39a1-11e0-a013-00241d8cf371}
 
 [Gecko]
-MinVersion=13.0
-MaxVersion=16.*
+MinVersion=15.0
+MaxVersion=17.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jungleji-chmsee-d5fb276/chrome/content/book.js 
new/chmsee-1.99.15/chrome/content/book.js
--- old/jungleji-chmsee-d5fb276/chrome/content/book.js  2012-09-14 
16:03:11.0 +0200
+++ new/chmsee-1.99.15/chrome/content/book.js   2012-10-26 05:28:24.0 
+0200
@@ -87,7 +87,7 @@
 d("Book::getBookFromFile", "lcid = " + chmobj.lcid);
 book.charset = getCharset(chmobj.lcid);
 
-book.title = convertToUTF8(chmobj.bookname, book.charset);
+book.title = convertStrToUTF8(chmobj.bookname, book.charset);
 d("Book::getBookFromFile", "book title = " + book.title);
 
 book.type = "book";
@@ -145,16 +145,6 @@
 return new NewBook();
 };
 
-var convertToUTF8 = function (string, charset) {
-d("convertToUTF8", "string = " + string + ", charset = " + charset);
-
-var UTF8Service = 
Cc["@mozilla.org/intl/utf8converterservice;1"].getService(Ci.nsIUTF8ConverterService);
-if (geckoVersion >= 15)
-return UTF8Service.convertStringToUTF8(string, charset, false, false);
-else
-return UTF8Service.convertStringToUTF8(string, charset, false);
-};
-
 var md5Hash = function (file) {
 var istream = 
Cc["@mozilla.org/network/file-input-stream;1"].createInstance(Ci.nsIFileInputStream);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jungleji-chmsee-d5fb276/chrome/content/htmlEntities.js 
new/chmsee-1.99.15/chrome/content/htmlEntities.js
--- old/jungleji-chmsee-d5fb276/chrome/content/htmlEntities.js  1970-01-01 
01:00:00.0 +0100
+++ new/chmsee-1.99.15/chrome/content/htmlEntities.js   2012-10-26 
05:28:24.0 +0200
@@ -0,0 +1,339 @@
+/* More info at: http://phpjs.org
+ * 
+ * This is version: 3.26
+ * php.js is copyright 2011 Kevin van Zonneveld.
+ * 
+ * Portions copyright Brett Zamir (http://brett-zamir.me), Kevin van Zonneveld
+ * (http://kevin.vanzonneveld.net), Onno Marsman, Theriault, Michael White
+ * (http://getsprink.com), Waldo Malqui Silva, Paulo Freitas, Jack, Jonas
+ * Raoni Soares Silva (http://www.jsfromhell.com), Philip Peterson, Legaev
+ * Andrey, Ates Goral (http://magnetiq.com), Alex, Ratheous, Martijn Wieringa,
+ * Rafał Kukawski (http://blog.kukawski.pl), lmeyrick
+ * (https://sourceforge.net/projects/bcm

commit chmsee for openSUSE:Factory

2012-09-23 Thread h_root
Hello community,

here is the log from the commit of package chmsee for openSUSE:Factory checked 
in at 2012-09-23 19:31:12

Comparing /work/SRC/openSUSE:Factory/chmsee (Old)
 and  /work/SRC/openSUSE:Factory/.chmsee.new (New)


Package is "chmsee", Maintainer is "p...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/chmsee/chmsee.changes2012-03-13 
09:32:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.chmsee.new/chmsee.changes   2012-09-23 
19:31:14.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep 16 21:02:23 UTC 2012 - w...@rosenauer.org
+
+- Update to version 1.99.14 (bnc#780651)
+  * compatibility with Gecko >= 15
+- use fdupes
+
+---

Old:

  jungleji-chmsee-v1.99.08-0-g339d2c3.tar.gz

New:

  jungleji-chmsee-v1.99.14-0-gd5fb276.tar.gz



Other differences:
--
++ chmsee.spec ++
--- /var/tmp/diff_new_pack.ebhqbo/_old  2012-09-23 19:31:15.0 +0200
+++ /var/tmp/diff_new_pack.ebhqbo/_new  2012-09-23 19:31:15.0 +0200
@@ -20,20 +20,21 @@
 Summary:A Gtk+2 CHM document viewer
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
-Version:1.99.08
+Version:1.99.14
 Release:0
 Url:http://code.google.com/p/chmsee/
-Source0:jungleji-chmsee-v1.99.08-0-g339d2c3.tar.gz
+Source0:jungleji-chmsee-v1.99.14-0-gd5fb276.tar.gz
 Source1:Makefile
-# PATCH-FIX-UPSTREAM chmsee-newer-firefox.patch vu...@opensuse.org -- Declare 
chmsee compatible with Firefox 9
+# PATCH-FIX-UPSTREAM chmsee-newer-firefox.patch vu...@opensuse.org -- Declare 
chmsee compatible with Firefox 17
 Patch0: chmsee-newer-firefox.patch
 BuildRequires:  chmlib-devel
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  python
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(libxul) >= 9.0
+BuildRequires:  pkgconfig(libxul) >= 13.0
 %define xulrunner_version %(rpm -q --queryformat '%{VERSION}' xulrunner-devel)
 %define xulrunner_base %(pkg-config --variable=libdir libxul)
 Requires:   xulrunner >= %{xulrunner_version}
@@ -48,7 +49,7 @@
 and several other great people.
 
 %prep
-%setup -q -n jungleji-chmsee-422e522
+%setup -q -n jungleji-chmsee-d5fb276
 cp %{SOURCE1} src
 %patch0 -p1
 
@@ -91,6 +92,8 @@
 install -D -m0644 data/chmsee.mime 
%{buildroot}/%{_datadir}/mime-info/chmsee.mime
 install -D -m0644 data/chmsee.keys 
%{buildroot}/%{_datadir}/mime-info/chmsee.keys
 DESTDIR=%{buildroot} mime-info-to-mime
+# fdupes
+%fdupes $RPM_BUILD_ROOT
 
 %post
 %if 0%{?suse_version} > 1130
@@ -112,7 +115,7 @@
 
 %files
 %defattr(-, root, root)
-%doc README COPYING AUTHORS ChangeLog NEWS HACKING
+%doc COPYING AUTHORS NEWS README.md HACKING
 %{_bindir}/chmsee
 %{_libdir}/chmsee/
 %{_datadir}/applications/*.desktop

++ Makefile ++
--- /var/tmp/diff_new_pack.ebhqbo/_old  2012-09-23 19:31:15.0 +0200
+++ /var/tmp/diff_new_pack.ebhqbo/_new  2012-09-23 19:31:15.0 +0200
@@ -7,4 +7,11 @@
 CHMLIB_INCLUDES = -I/usr/include
 CHMLIB_LIBS = -lchm
 
+PYTHON2 = /usr/bin/python2
+
+XPCOMCHM = libxpcomchm.so
+
+DEFINES = -pthread
+LDFLAGS = -Wl,-soname,${TARGET} -L${LIBXUL_SDK}/bin -lpthread
+
 include ./common.mk

++ chmsee-newer-firefox.patch ++
--- /var/tmp/diff_new_pack.ebhqbo/_old  2012-09-23 19:31:15.0 +0200
+++ /var/tmp/diff_new_pack.ebhqbo/_new  2012-09-23 19:31:15.0 +0200
@@ -5,6 +5,6 @@
 @@ -25,4 +25,4 @@ ID={f48601d0-39a1-11e0-a013-00241d8cf371}
  
  [Gecko]
- MinVersion=9.0
--MaxVersion=10.*
-+MaxVersion=11.*
+ MinVersion=13.0
+-MaxVersion=16.*
++MaxVersion=17.*

++ jungleji-chmsee-v1.99.08-0-g339d2c3.tar.gz -> 
jungleji-chmsee-v1.99.14-0-gd5fb276.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jungleji-chmsee-422e522/README 
new/jungleji-chmsee-d5fb276/README
--- old/jungleji-chmsee-422e522/README  2012-02-19 15:38:07.0 +0100
+++ new/jungleji-chmsee-d5fb276/README  1970-01-01 01:00:00.0 +0100
@@ -1,62 +0,0 @@
-Introduction
-
-
-ChmSee is an HTML Help viewer for Unix/Linux.
-
-Homepage: http://code.google.com/p/chmsee
-
-Building
-
-
-From 2.0, ChmSee becomes a xulrunner application. I think this
-migration will bring some interesting features and make developing
-ChmSee more fun.
-
-In the new version of ChmSee, most of codes use cross-platform
-languages: XUL, JavaScript, CSS and DTD. One advantage feature of
-these script and markup language is that they do not need to build
-before running. But ChmSee still depends on the CHMLIB - a C Lib used
-to retrieved book contents from CHM file. In order to call 

commit chmsee for openSUSE:Factory

2012-03-13 Thread h_root
Hello community,

here is the log from the commit of package chmsee for openSUSE:Factory checked 
in at 2012-03-13 09:32:06

Comparing /work/SRC/openSUSE:Factory/chmsee (Old)
 and  /work/SRC/openSUSE:Factory/.chmsee.new (New)


Package is "chmsee", Maintainer is "p...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/chmsee/chmsee.changes2012-02-14 
11:23:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.chmsee.new/chmsee.changes   2012-03-13 
09:32:20.0 +0100
@@ -1,0 +2,14 @@
+Sun Mar 11 19:28:29 UTC 2012 - w...@rosenauer.org
+
+- Update to version 1.99.08
+  * compatibility with Gecko 10
+- increased compatibility to Gecko 11
+- link to major version xulrunner link (bnc#750673)
+
+---
+Fri Mar  9 22:11:56 UTC 2012 - zai...@opensuse.org
+
+- Change the xulrunner-devel BuildRequires: to pkgconfig(libxul),
+  fixes build for openSUSE 12.1
+
+---

Old:

  jungleji-chmsee-v1.99.07-0-gc2a00db.tar.gz

New:

  jungleji-chmsee-v1.99.08-0-g339d2c3.tar.gz



Other differences:
--
++ chmsee.spec ++
--- /var/tmp/diff_new_pack.h13EVn/_old  2012-03-13 09:32:22.0 +0100
+++ /var/tmp/diff_new_pack.h13EVn/_new  2012-03-13 09:32:22.0 +0100
@@ -20,10 +20,10 @@
 Summary:A Gtk+2 CHM document viewer
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
-Version:1.99.07
+Version:1.99.08
 Release:0
 Url:http://code.google.com/p/chmsee/
-Source0:jungleji-chmsee-v1.99.07-0-gc2a00db.tar.gz
+Source0:jungleji-chmsee-v1.99.08-0-g339d2c3.tar.gz
 Source1:Makefile
 # PATCH-FIX-UPSTREAM chmsee-newer-firefox.patch vu...@opensuse.org -- Declare 
chmsee compatible with Firefox 9
 Patch0: chmsee-newer-firefox.patch
@@ -33,8 +33,9 @@
 BuildRequires:  python
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
-BuildRequires:  xulrunner-devel >= 9.0
-%define xulrunner_version %(rpm -q --queryformat '%{VERSION}' xulrunner)
+BuildRequires:  pkgconfig(libxul) >= 9.0
+%define xulrunner_version %(rpm -q --queryformat '%{VERSION}' xulrunner-devel)
+%define xulrunner_base %(pkg-config --variable=libdir libxul)
 Requires:   xulrunner >= %{xulrunner_version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -47,7 +48,7 @@
 and several other great people.
 
 %prep
-%setup -q -n jungleji-chmsee-ccdf6d2
+%setup -q -n jungleji-chmsee-422e522
 cp %{SOURCE1} src
 %patch0 -p1
 
@@ -66,8 +67,8 @@
 cp -r defaults %{buildroot}/%{_libdir}/chmsee/
 cp application.ini %{buildroot}/%{_libdir}/chmsee/
 cp chrome.manifest %{buildroot}/%{_libdir}/chmsee/
-cp %{_libdir}/xulrunner-%{xulrunner_version}/xulrunner-stub 
%{buildroot}%{_libdir}/chmsee/chmsee
-ln -s %{_libdir}/xulrunner-%{xulrunner_version} 
%{buildroot}%{_libdir}/chmsee/xulrunner
+cp %{xulrunner_base}/xulrunner-stub %{buildroot}%{_libdir}/chmsee/chmsee
+ln -s %{xulrunner_base} %{buildroot}%{_libdir}/chmsee/xulrunner
 mkdir -p %{buildroot}%{_bindir}
 # because of bmo#690679 a link is not sufficient currently
 #ln -s %{_libdir}/chmsee/chmsee %{buildroot}/%{_bindir}/chmsee

++ chmsee-newer-firefox.patch ++
--- /var/tmp/diff_new_pack.h13EVn/_old  2012-03-13 09:32:22.0 +0100
+++ /var/tmp/diff_new_pack.h13EVn/_new  2012-03-13 09:32:22.0 +0100
@@ -5,21 +5,6 @@
 @@ -25,4 +25,4 @@ ID={f48601d0-39a1-11e0-a013-00241d8cf371}
  
  [Gecko]
- MinVersion=6.0
--MaxVersion=9.0.*
-+MaxVersion=10.0.*
-diff --git a/src/common.mk b/src/common.mk
-index 43a6302..b0174bd 100644
 a/src/common.mk
-+++ b/src/common.mk
-@@ -45,8 +45,8 @@ LDFLAGS+= ${DEFINES} \
- all: ${TARGET}
- 
- ${XPT}: ${IDL}
--  ${XPIDL_HEADER} -o ${INTERFACE}.h -I ${SDK_IDL} ${IDL}
--  ${XPIDL_TYPELIB} -o ${INTERFACE}.xpt -I ${SDK_IDL} ${IDL}
-+  ${XPIDL_HEADER} -o ${INTERFACE}.h -I ${SDK_IDL} --cachedir=.  ${IDL}
-+  ${XPIDL_TYPELIB} -o ${INTERFACE}.xpt -I ${SDK_IDL} --cachedir=. ${IDL}
-   ${XPT_LINK} ${XPT} ${INTERFACE}.xpt
- 
- ${TARGET}: ${XPT} ${OBJS}
+ MinVersion=9.0
+-MaxVersion=10.*
++MaxVersion=11.*

++ jungleji-chmsee-v1.99.07-0-gc2a00db.tar.gz -> 
jungleji-chmsee-v1.99.08-0-g339d2c3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jungleji-chmsee-ccdf6d2/application.ini 
new/jungleji-chmsee-422e522/application.ini
--- old/jungleji-chmsee-ccdf6d2/application.ini 2012-01-01 11:32:58.0 
+0100
+++ new/jungleji-chmsee-422e522/application.ini 2012-02-19 15:38:07.0 
+0100
@@ -19,10 +19,10 @@
 
 [App]
 Name=ChmSee
-Version=1.99.07
+Version=1.99.08
 BuildID=2011040511
 ID={f48601d0-39a

commit chmsee for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package chmsee for openSUSE:Factory checked 
in at 2012-02-14 11:23:31

Comparing /work/SRC/openSUSE:Factory/chmsee (Old)
 and  /work/SRC/openSUSE:Factory/.chmsee.new (New)


Package is "chmsee", Maintainer is "p...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/chmsee/chmsee.changes2012-01-05 
19:10:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.chmsee.new/chmsee.changes   2012-02-14 
11:23:33.0 +0100
@@ -1,0 +2,8 @@
+Mon Feb  6 13:37:39 UTC 2012 - w...@rosenauer.org
+
+- Update to version 1.99.07
+- Update chmsee-newer-firefox.patch to build against Gecko 10.
+- Change versioned Requires for xulrunner from = to >=, to allow
+  xulrunner to be updated even if it breaks chmsee (bnc#745303).
+
+---

Old:

  jungleji-chmsee-v1.99.06-0-gad31e43.tar.gz

New:

  jungleji-chmsee-v1.99.07-0-gc2a00db.tar.gz



Other differences:
--
++ chmsee.spec ++
--- /var/tmp/diff_new_pack.DXqPvk/_old  2012-02-14 11:23:46.0 +0100
+++ /var/tmp/diff_new_pack.DXqPvk/_new  2012-02-14 11:23:46.0 +0100
@@ -20,10 +20,10 @@
 Summary:A Gtk+2 CHM document viewer
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
-Version:1.99.06
+Version:1.99.07
 Release:0
 Url:http://code.google.com/p/chmsee/
-Source0:jungleji-chmsee-v1.99.06-0-gad31e43.tar.gz
+Source0:jungleji-chmsee-v1.99.07-0-gc2a00db.tar.gz
 Source1:Makefile
 # PATCH-FIX-UPSTREAM chmsee-newer-firefox.patch vu...@opensuse.org -- Declare 
chmsee compatible with Firefox 9
 Patch0: chmsee-newer-firefox.patch
@@ -35,7 +35,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xulrunner-devel >= 9.0
 %define xulrunner_version %(rpm -q --queryformat '%{VERSION}' xulrunner)
-Requires:   xulrunner = %{xulrunner_version}
+Requires:   xulrunner >= %{xulrunner_version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -47,7 +47,7 @@
 and several other great people.
 
 %prep
-%setup -q -n jungleji-chmsee-dd9130e
+%setup -q -n jungleji-chmsee-ccdf6d2
 cp %{SOURCE1} src
 %patch0 -p1
 

++ chmsee-newer-firefox.patch ++
--- /var/tmp/diff_new_pack.DXqPvk/_old  2012-02-14 11:23:46.0 +0100
+++ /var/tmp/diff_new_pack.DXqPvk/_new  2012-02-14 11:23:46.0 +0100
@@ -1,35 +1,25 @@
 diff --git a/application.ini b/application.ini
-index 2019445..ca6fa4d 100644
+index 7102022..44b0c1c 100644
 --- a/application.ini
 +++ b/application.ini
 @@ -25,4 +25,4 @@ ID={f48601d0-39a1-11e0-a013-00241d8cf371}
  
  [Gecko]
  MinVersion=6.0
--MaxVersion=8.0.*
-+MaxVersion=9.0.*
+-MaxVersion=9.0.*
++MaxVersion=10.0.*
 diff --git a/src/common.mk b/src/common.mk
-index c0af241..07e22a6 100644
+index 43a6302..b0174bd 100644
 --- a/src/common.mk
 +++ b/src/common.mk
-@@ -11,7 +11,8 @@ IDL = ${INTERFACE}.idl
- XPT = ${COMPONENTSDIR}/xpcomchm.xpt
- 
- SDK_IDL = ${LIBXUL_SDK}/idl
--XPIDL = ${LIBXUL_SDK}/bin/xpidl
-+TYPELIB = ${LIBXUL_SDK}/sdk/bin/typelib.py
-+HEADER = ${LIBXUL_SDK}/sdk/bin/header.py
- XPT_LINK = ${LIBXUL_SDK}/sdk/bin/xpt.py link
- 
- MOZ_DEBUG_DISABLE_DEFS= -DNDEBUG -DTRIMMED
-@@ -43,8 +44,8 @@ LDFLAGS+= ${DEFINES} \
+@@ -45,8 +45,8 @@ LDFLAGS+= ${DEFINES} \
  all: ${TARGET}
  
  ${XPT}: ${IDL}
--  ${XPIDL} -w -v -m header -I ${SDK_IDL} ${IDL}
--  ${XPIDL} -w -v -m typelib -I ${SDK_IDL} ${IDL}
-+  ${HEADER} -I ${SDK_IDL} -o ${INTERFACE}.h ${IDL}
-+  ${TYPELIB} -I ${SDK_IDL} -o ${INTERFACE}.xpt ${IDL}
+-  ${XPIDL_HEADER} -o ${INTERFACE}.h -I ${SDK_IDL} ${IDL}
+-  ${XPIDL_TYPELIB} -o ${INTERFACE}.xpt -I ${SDK_IDL} ${IDL}
++  ${XPIDL_HEADER} -o ${INTERFACE}.h -I ${SDK_IDL} --cachedir=.  ${IDL}
++  ${XPIDL_TYPELIB} -o ${INTERFACE}.xpt -I ${SDK_IDL} --cachedir=. ${IDL}
${XPT_LINK} ${XPT} ${INTERFACE}.xpt
  
  ${TARGET}: ${XPT} ${OBJS}

++ jungleji-chmsee-v1.99.06-0-gad31e43.tar.gz -> 
jungleji-chmsee-v1.99.07-0-gc2a00db.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jungleji-chmsee-dd9130e/COPYING 
new/jungleji-chmsee-ccdf6d2/COPYING
--- old/jungleji-chmsee-dd9130e/COPYING 2011-11-20 11:47:10.0 +0100
+++ new/jungleji-chmsee-ccdf6d2/COPYING 2012-01-01 11:32:58.0 +0100
@@ -2,7 +2,7 @@
   Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but c

commit chmsee for openSUSE:Factory

2012-01-05 Thread h_root
Hello community,

here is the log from the commit of package chmsee for openSUSE:Factory checked 
in at 2012-01-05 19:10:20

Comparing /work/SRC/openSUSE:Factory/chmsee (Old)
 and  /work/SRC/openSUSE:Factory/.chmsee.new (New)


Package is "chmsee", Maintainer is "p...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/chmsee/chmsee.changes2011-11-16 
17:17:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.chmsee.new/chmsee.changes   2012-01-05 
19:10:22.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec 25 08:03:30 UTC 2011 - w...@rosenauer.org
+
+- Update to version 1.99.06
+- Adapted chmsee-newer-firefox.patch for xulrunner 9
+
+---

Old:

  jungleji-chmsee-v1.99.05-0-g7fb12b8.tar.gz

New:

  jungleji-chmsee-v1.99.06-0-gad31e43.tar.gz



Other differences:
--
++ chmsee.spec ++
--- /var/tmp/diff_new_pack.toYw0u/_old  2012-01-05 19:10:23.0 +0100
+++ /var/tmp/diff_new_pack.toYw0u/_new  2012-01-05 19:10:23.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package chmsee
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,27 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   chmsee
 Summary:A Gtk+2 CHM document viewer
-Version:1.99.05
-Release:1
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
+Version:1.99.06
+Release:0
 Url:http://code.google.com/p/chmsee/
-Source0:jungleji-chmsee-v1.99.05-0-g7fb12b8.tar.gz
+Source0:jungleji-chmsee-v1.99.06-0-gad31e43.tar.gz
 Source1:Makefile
-# PATCH-FIX-UPSTREAM chmsee-newer-firefox.patch vu...@opensuse.org -- Declare 
chmsee compatible with Firefox 8
+# PATCH-FIX-UPSTREAM chmsee-newer-firefox.patch vu...@opensuse.org -- Declare 
chmsee compatible with Firefox 9
 Patch0: chmsee-newer-firefox.patch
 BuildRequires:  chmlib-devel
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  python
-BuildRequires:  xulrunner-devel
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
+BuildRequires:  xulrunner-devel >= 9.0
 %define xulrunner_version %(rpm -q --queryformat '%{VERSION}' xulrunner)
 Requires:   xulrunner = %{xulrunner_version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -49,7 +47,7 @@
 and several other great people.
 
 %prep
-%setup -q -n jungleji-chmsee-370f906
+%setup -q -n jungleji-chmsee-dd9130e
 cp %{SOURCE1} src
 %patch0 -p1
 

++ chmsee-newer-firefox.patch ++
--- /var/tmp/diff_new_pack.toYw0u/_old  2012-01-05 19:10:23.0 +0100
+++ /var/tmp/diff_new_pack.toYw0u/_new  2012-01-05 19:10:23.0 +0100
@@ -1,10 +1,35 @@
-Index: jungleji-chmsee-370f906/application.ini
-===
 jungleji-chmsee-370f906.orig/application.ini
-+++ jungleji-chmsee-370f906/application.ini
-@@ -25,4 +25,4 @@ ID={f48601d0-39a1-11e0-a013-00241d8cf371
+diff --git a/application.ini b/application.ini
+index 2019445..ca6fa4d 100644
+--- a/application.ini
 b/application.ini
+@@ -25,4 +25,4 @@ ID={f48601d0-39a1-11e0-a013-00241d8cf371}
  
  [Gecko]
- MinVersion=2.0b9
--MaxVersion=7.0.*
-+MaxVersion=8.0.*
+ MinVersion=6.0
+-MaxVersion=8.0.*
++MaxVersion=9.0.*
+diff --git a/src/common.mk b/src/common.mk
+index c0af241..07e22a6 100644
+--- a/src/common.mk
 b/src/common.mk
+@@ -11,7 +11,8 @@ IDL = ${INTERFACE}.idl
+ XPT = ${COMPONENTSDIR}/xpcomchm.xpt
+ 
+ SDK_IDL = ${LIBXUL_SDK}/idl
+-XPIDL = ${LIBXUL_SDK}/bin/xpidl
++TYPELIB = ${LIBXUL_SDK}/sdk/bin/typelib.py
++HEADER = ${LIBXUL_SDK}/sdk/bin/header.py
+ XPT_LINK = ${LIBXUL_SDK}/sdk/bin/xpt.py link
+ 
+ MOZ_DEBUG_DISABLE_DEFS= -DNDEBUG -DTRIMMED
+@@ -43,8 +44,8 @@ LDFLAGS+= ${DEFINES} \
+ all: ${TARGET}
+ 
+ ${XPT}: ${IDL}
+-  ${XPIDL} -w -v -m header -I ${SDK_IDL} ${IDL}
+-  ${XPIDL} -w -v -m typelib -I ${SDK_IDL} ${IDL}
++  ${HEADER} -I ${SDK_IDL} -o ${INTERFACE}.h ${IDL}
++  ${TYPELIB} -I ${SDK_IDL} -o ${INTERFACE}.xpt ${IDL}
+   ${XPT_LINK} ${XPT} ${INTERFACE}.xpt
+ 
+ ${TARGET}: ${XPT} ${OBJS}

++ jungleji-chmsee-v1.99.05-0-g7fb12b8.tar.gz -> 
jungleji-chmsee-v1.99.06-0-gad31e43.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jungleji-chmsee-370f906/application.ini 
new/jungleji-chmsee-dd9130e/application.ini
--- old/jungleji-chmsee-370f906/application.ini 201

commit chmsee for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package chmsee for openSUSE:Factory checked 
in at 2011-12-06 18:02:59

Comparing /work/SRC/openSUSE:Factory/chmsee (Old)
 and  /work/SRC/openSUSE:Factory/.chmsee.new (New)


Package is "chmsee", Maintainer is "p...@novell.com"

Changes:




Other differences:
--
++ chmsee.spec ++
--- /var/tmp/diff_new_pack.B3CulO/_old  2011-12-06 18:05:02.0 +0100
+++ /var/tmp/diff_new_pack.B3CulO/_new  2011-12-06 18:05:02.0 +0100
@@ -22,7 +22,7 @@
 Summary:A Gtk+2 CHM document viewer
 Version:1.99.05
 Release:1
-License:GPLv2+
+License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
 Url:http://code.google.com/p/chmsee/
 Source0:jungleji-chmsee-v1.99.05-0-g7fb12b8.tar.gz

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



commit chmsee for openSUSE:Factory

2011-11-16 Thread h_root
Hello community,

here is the log from the commit of package chmsee for openSUSE:Factory checked 
in at 2011-11-16 17:17:30

Comparing /work/SRC/openSUSE:Factory/chmsee (Old)
 and  /work/SRC/openSUSE:Factory/.chmsee.new (New)


Package is "chmsee", Maintainer is "p...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/chmsee/chmsee.changes2011-10-04 
18:08:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.chmsee.new/chmsee.changes   2011-11-16 
17:17:35.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 16 10:41:54 UTC 2011 - vu...@opensuse.org
+
+- Add chmsee-newer-firefox.patch: declare chmsee compatible with
+  Firefox 8.
+
+---

New:

  chmsee-newer-firefox.patch



Other differences:
--
++ chmsee.spec ++
--- /var/tmp/diff_new_pack.BVIvef/_old  2011-11-16 17:17:36.0 +0100
+++ /var/tmp/diff_new_pack.BVIvef/_new  2011-11-16 17:17:36.0 +0100
@@ -27,6 +27,8 @@
 Url:http://code.google.com/p/chmsee/
 Source0:jungleji-chmsee-v1.99.05-0-g7fb12b8.tar.gz
 Source1:Makefile
+# PATCH-FIX-UPSTREAM chmsee-newer-firefox.patch vu...@opensuse.org -- Declare 
chmsee compatible with Firefox 8
+Patch0: chmsee-newer-firefox.patch
 BuildRequires:  chmlib-devel
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -49,6 +51,7 @@
 %prep
 %setup -q -n jungleji-chmsee-370f906
 cp %{SOURCE1} src
+%patch0 -p1
 
 %build
 pushd src

++ chmsee-newer-firefox.patch ++
Index: jungleji-chmsee-370f906/application.ini
===
--- jungleji-chmsee-370f906.orig/application.ini
+++ jungleji-chmsee-370f906/application.ini
@@ -25,4 +25,4 @@ ID={f48601d0-39a1-11e0-a013-00241d8cf371
 
 [Gecko]
 MinVersion=2.0b9
-MaxVersion=7.0.*
+MaxVersion=8.0.*
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit chmsee for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package chmsee for openSUSE:Factory
checked in at Tue Oct 4 18:08:05 CEST 2011.




--- openSUSE:Factory/chmsee/chmsee.changes  2011-09-23 01:53:23.0 
+0200
+++ /mounts/work_src_done/STABLE/chmsee/chmsee.changes  2011-10-04 
09:30:00.0 +0200
@@ -1,0 +2,8 @@
+Fri Sep 30 07:43:55 UTC 2011 - w...@rosenauer.org
+
+- Update to version 1.99.05:
+  + Transformed into a xulrunner application
+- Packaging completely reworked since everything changed, and
+  there's no easy "make install" any more.
+
+---

calling whatdependson for head-i586


Old:

  chmsee-1.3.1.1.tar.bz2

New:

  Makefile
  jungleji-chmsee-v1.99.05-0-g7fb12b8.tar.gz



Other differences:
--
++ chmsee.spec ++
--- /var/tmp/diff_new_pack.TiC6uq/_old  2011-10-04 18:08:02.0 +0200
+++ /var/tmp/diff_new_pack.TiC6uq/_new  2011-10-04 18:08:02.0 +0200
@@ -19,43 +19,24 @@
 
 
 Name:   chmsee
-%if %suse_version > 1130
-%define xulrunner_version 20
-%define xulrunner_version2 2.0
-%else
-%if %suse_version > 1120
-%define xulrunner_version 192
-%define xulrunner_version2 1.9.2
-%else
-%if %suse_version > 1110
-%define xulrunner_version 191
-%define xulrunner_version2 1.9.1
-%else
-%define xulrunner_version 190
-%define xulrunner_version2 1.9.0
-%endif
-%endif
-%endif
 Summary:A Gtk+2 CHM document viewer
-Version:1.3.1.1
+Version:1.99.05
 Release:1
 License:GPLv2+
 Group:  Productivity/Graphics/Viewers
 Url:http://code.google.com/p/chmsee/
-Source: %{name}-%{version}.tar.bz2
+Source0:jungleji-chmsee-v1.99.05-0-g7fb12b8.tar.gz
+Source1:Makefile
 BuildRequires:  chmlib-devel
-BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  gtk2-devel
-BuildRequires:  intltool
-BuildRequires:  libgcrypt-devel
-BuildRequires:  libglade2-devel
-BuildRequires:  mozilla-xulrunner%{xulrunner_version}-devel
+BuildRequires:  pkg-config
+BuildRequires:  python
+BuildRequires:  xulrunner-devel
 BuildRequires:  shared-mime-info
 BuildRequires:  update-desktop-files
+%define xulrunner_version %(rpm -q --queryformat '%{VERSION}' xulrunner)
+Requires:   xulrunner = %{xulrunner_version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   mozilla-xulrunner%{xulrunner_version}
-Recommends: %{name}-lang
 
 %description
 It uses chmlib to extract files. It uses gecko to display pages. It
@@ -65,40 +46,51 @@
 actively developed and maintained. The author of chmsee is Jungle Ji
 and several other great people.
 
-%lang_package
 %prep
-%setup -q
+%setup -q -n jungleji-chmsee-370f906
+cp %{SOURCE1} src
 
 %build
-#rename no nb po/no.*
-#sed "s/\(ALL_LINGUAS.*\) no /\1 nb /" configure.in > configure.in.tmp && \
-#mv configure.in.tmp configure.in
-#autoreconf --force --installa
-CFLAGS="$RPM_OPT_FLAGS -Wall" \
-cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_SKIP_RPATH:BOOL=yes
-make VERBOSE=1
+pushd src
+CFLAGS="$RPM_OPT_FLAGS" \
+CXXFLAGS="$RPM_OPT_FLAGS" \
+make
+popd
 
 %install
-export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
-make install DESTDIR=$RPM_BUILD_ROOT VERBOSE=1
-unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
-DESTDIR=$RPM_BUILD_ROOT mime-info-to-mime
-%find_lang %{name} %{?no_lang_C}
-%if %suse_version <= 1100
-# since xulrunner .pc files don't contain RPATH
-install -p -m 755 -D $RPM_BUILD_ROOT%{_bindir}/%{name} 
$RPM_BUILD_ROOT%{_libdir}/%{name}/%{name}
-cat > $RPM_BUILD_ROOT%{prefix}/bin/%{name} < %{buildroot}%{_bindir}/chmsee
 #!/bin/sh
-LD_LIBRARY_PATH=%{_libdir}/xulrunner-%{xulrunner_version2} exec 
%{prefix}/%_lib/%{name}/%{name} "\$@"
+%{_libdir}/chmsee/chmsee
 EOF
-%endif
-%suse_update_desktop_file -r -N Chmsee -G "Compressed HTML Viewer" chmsee 
GNOME GTK Graphics Office Viewer
-
-%clean
-rm -rf %{buildroot}
+chmod 755 %{buildroot}%{_bindir}/chmsee
+# Install desktop file
+install -d %{buildroot}/%{_datadir}/applications
+sed "s:^_::g" data/chmsee.desktop.in > 
%{buildroot}/%{_datadir}/applications/chmsee.desktop
+%suse_update_desktop_file -r chmsee Office Viewer
+# Install icons
+install -D -m0644 data/chmsee-icon.png 
%{buildroot}/%{_datadir}/icons/hicolor/48x48/apps/chmsee-icon.png
+for size in 16 32 48; do
+  install -D -m0644 data/icons/hicolor/${size}x${size}/mimetypes/chm.png 
%{buildroot}/%{_datadir}/icons/hicolor/${size}x${size}/mimetypes/chm.png
+done
+install -D -m0644 data/icons/hicolor/scalable/mimetypes/chm.svg 
%{buildroot}/%{_datadir}/icons/hicolor/scalable/mimetypes/chm.svg
+# Generate new mime data
+install -D -m0644 data/chmsee.mime 
%{buildroot}/%{_datadir}/mime-info/chmsee.mime
+install -D -m0644 data/chmsee.keys 
%{buildroot}/%{_datadir}/mime-info/chmsee.keys
+DESTDIR=%{buildroot} mime-info-to-mime
 
 %post
-/sbin/ldconfig
 %if 0%{?suse_version} > 1130
 %de

commit chmsee for openSUSE:Factory

2011-05-04 Thread h_root

Hello community,

here is the log from the commit of package chmsee for openSUSE:Factory
checked in at Wed May 4 14:38:08 CEST 2011.




--- chmsee/chmsee.changes   2011-02-12 20:23:41.0 +0100
+++ /mounts/work_src_done/STABLE/chmsee/chmsee.changes  2011-05-04 
10:00:22.0 +0200
@@ -1,0 +2,9 @@
+Wed May  4 09:50:29 CEST 2011 - dims...@opensuse.org
+
+- Update to version 1.3.1.1:
+  + Fix a bug cause of opening an unextracted chm with subpage
+failure
+  + Change Gecko version to support xulrunner 2.0.1
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  chmsee-1.3.0.tar.bz2

New:

  chmsee-1.3.1.1.tar.bz2



Other differences:
--
++ chmsee.spec ++
--- /var/tmp/diff_new_pack.gO4vmY/_old  2011-05-04 14:37:37.0 +0200
+++ /var/tmp/diff_new_pack.gO4vmY/_new  2011-05-04 14:37:37.0 +0200
@@ -37,8 +37,8 @@
 %endif
 %endif
 Summary:A Gtk+2 CHM document viewer
-Version:1.3.0
-Release:2
+Version:1.3.1.1
+Release:1
 License:GPLv2+
 Group:  Productivity/Graphics/Viewers
 Url:http://code.google.com/p/chmsee/

++ chmsee-1.3.0.tar.bz2 -> chmsee-1.3.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-1.3.0/CMakeLists.txt 
new/chmsee-1.3.1.1/CMakeLists.txt
--- old/chmsee-1.3.0/CMakeLists.txt 2011-01-16 14:48:42.0 +0100
+++ new/chmsee-1.3.1.1/CMakeLists.txt   2011-05-03 12:27:45.0 +0200
@@ -1,7 +1,7 @@
 project(chmsee)
 cmake_minimum_required(VERSION 2.6.4 FATAL_ERROR)
 
-set(PACKAGE_VERSION "1.3.0" )
+set(PACKAGE_VERSION "1.3.1.1" )
 
 set(CMAKE_BUILD_TYPE Release)
 
@@ -51,7 +51,7 @@
 add_subdirectory(po)
 #add_subdirectory(gtkmoz)
 
-SET(CPACK_SOURCE_PACKAGE_FILE_NAME "chmsee-1.3.0")
+SET(CPACK_SOURCE_PACKAGE_FILE_NAME "chmsee-1.3.1.1")
 SET(CPACK_SOURCE_GENERATOR "TGZ")
 SET(CPACK_SOURCE_IGNORE_FILES ".*~;/.git/;.gitignore;ID;TAGS;/gtkmoz/")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-1.3.0/NEWS new/chmsee-1.3.1.1/NEWS
--- old/chmsee-1.3.0/NEWS   2011-01-16 14:48:42.0 +0100
+++ new/chmsee-1.3.1.1/NEWS 2011-05-03 12:27:45.0 +0200
@@ -1,3 +1,9 @@
+ChmSee 1.3.1 2011-05-03
+---
+* Update Vietnamese po
+* Fix a bug cause of opening an unextracted chm with subpage failure
+* Change Gecko version to support xulrunner 2.0.1
+
 ChmSee 1.3.0 2011-01-16
 ---
 * Use XDG Base Directory Specification for config and bookshelf cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-1.3.0/README new/chmsee-1.3.1.1/README
--- old/chmsee-1.3.0/README 2011-01-16 14:48:42.0 +0100
+++ new/chmsee-1.3.1.1/README   2011-05-03 12:27:45.0 +0200
@@ -20,6 +20,7 @@
  * chmlib >= 0.39
  * libxml2
  * libgcrypt
+ * intltool
 
 Installation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-1.3.0/po/vi.po new/chmsee-1.3.1.1/po/vi.po
--- old/chmsee-1.3.0/po/vi.po   2011-01-16 14:48:42.0 +0100
+++ new/chmsee-1.3.1.1/po/vi.po 2011-05-03 12:27:45.0 +0200
@@ -7,26 +7,30 @@
 msgstr ""
 "Project-Id-Version: chmsee\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-16 21:47+0800\n"
-"PO-Revision-Date: 2009-06-08 13:36+\n"
-"Last-Translator: huanctv \n"
-"Language-Team: Vietnamese \n"
+"POT-Creation-Date: 2011-01-23 23:01+0800\n"
+"PO-Revision-Date: 2010-12-07 22:43+0700\n"
+"Last-Translator: Duy Hung Tran \n"
+"Language-Team: debian-user-vietnamese \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Launchpad-Export-Date: 2009-07-04 04:44+\n"
 "X-Generator: Launchpad (build Unknown)\n"
+"X-Poedit-Language: Vietnamese\n"
+"X-Poedit-Country: VIET NAM\n"
 
 #: ../data/about-dialog.ui.h:1
 msgid "http://code.google.com/p/chmsee";
-msgstr "Copy text   \t http://code.google.com/p/chmsee";
+msgstr "http://code.google.com/p/chmsee";
 
 #. TRANSLATORS: Replace this string with your names, one name per line.
 #: ../data/about-dialog.ui.h:3
 msgid "translator-credits"
 msgstr ""
-"Launchpad Contributions:\n"
-"  huanctv https://launchpad.net/~huanctv";
+"Dịch thuật:\n"
+"huanctv - https://launchpad.net/~huanctv \n"
+"Duy Hung Tran - nguyentieu...@gmail.com"
 
 #: ../data/chmsee.desktop.in.h:1
 msgid "ChmSee"
@@ -34,29 +38,27 @@
 
 #: ../data/chmsee.desktop.in.h:2
 msgid "HTML Help(CHM) viewer"
-msgstr "Trình duyệt HTML Help(CHM)"
+msgstr "Ứng dụng xem HTML Help(CHM)"
 
 #: ../data/openfile-dialog.ui.h:1
 msgid "Open File"
-msgstr "Mở File"
+msgstr "Mở tập tin"
 
 #: ../data/setup-window.ui.h:1
 msgid "Cache"
-msgstr "Cache"
+msgst