commit rednotebook for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package rednotebook for openSUSE:Factory 
checked in at 2012-07-22 22:00:20

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


Package is "rednotebook", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/rednotebook/rednotebook.changes  2012-04-12 
09:51:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.rednotebook.new/rednotebook.changes 
2012-07-22 22:00:24.0 +0200
@@ -1,0 +2,19 @@
+Sun Jul 22 14:08:55 UTC 2012 - zai...@opensuse.org
+
+- Update to version 1.5.0:
+  + New scalable logo.
+  + Remember possible undo/redo actions for each day separately.
+  + Turn all entries of old "Tags" categories into tags without
+entries at startup.
+  + Suggest last tag when a new tag is added.
+  + When suggesting to use the last tag, leave focus on the tag.
+  + Enable copy menu item in preview mode. (lp#834473)
+  + Only allow hiding words from the cloud, not the tags.
+  + Add shortcut (Ctrl+Home) for "Go to Today".
+  + Fix undo for tags.
+  + Drop support for Python 2.5. This means that we now support
+Python 2.6 and 2.7.
+  + Install translation files in standard directories. (lp#687349)
+- Added lang package.
+
+---

Old:

  rednotebook-1.4.0.tar.gz

New:

  rednotebook-1.5.0.tar.gz



Other differences:
--
++ rednotebook.spec ++
--- /var/tmp/diff_new_pack.FMp53D/_old  2012-07-22 22:00:26.0 +0200
+++ /var/tmp/diff_new_pack.FMp53D/_new  2012-07-22 22:00:26.0 +0200
@@ -17,9 +17,8 @@
 
 
 Name:   rednotebook
-Version:1.4.0
+Version:1.5.0
 Release:0
-# Note: there's no lang package as of 1.1.4 because the translations are not 
installed in the usual place. See lp#687349.
 # See note at the end of README: code is using some LGPL-3.0+ module, so the 
resulting work is GPL-3.0+.
 Summary:Graphical diary and journal
 License:GPL-3.0+
@@ -35,6 +34,7 @@
 Requires:   python-webkitgtk
 Requires:   python-yaml
 Recommends: python-chardet
+Recommends: %{name}-lang
 %if 0%{?suse_version} >= 1120
 BuildArch:  noarch
 %endif
@@ -50,6 +50,7 @@
 functionality and word clouds. You can also format, tag and search your
 entries.
 
+%lang_package
 %prep
 %setup -q
 
@@ -57,6 +58,7 @@
 
 %install
 %{__python} setup.py install --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} 
--root=%{buildroot}
+%find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file %{name} Calendar
 %fdupes %{buildroot}%{_datadir}
 
@@ -86,7 +88,10 @@
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
+%{_datadir}/icons/hicolor/*/apps/%{name}.svg
 %{python_sitelib}/%{name}/
 %{python_sitelib}/%{name}-%{version}-py%{python_version}.egg-info
 
+%files lang -f %{name}.lang
+
 %changelog

++ rednotebook-1.4.0.tar.gz -> rednotebook-1.5.0.tar.gz ++
 66861 lines of diff (skipped)

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



commit fcitx-sunpinyin for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package fcitx-sunpinyin for openSUSE:Factory 
checked in at 2012-07-22 21:59:22

Comparing /work/SRC/openSUSE:Factory/fcitx-sunpinyin (Old)
 and  /work/SRC/openSUSE:Factory/.fcitx-sunpinyin.new (New)


Package is "fcitx-sunpinyin", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/fcitx-sunpinyin/fcitx-sunpinyin.changes  
2012-06-26 15:33:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-sunpinyin.new/fcitx-sunpinyin.changes 
2012-07-22 21:59:25.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul 21 21:28:04 UTC 2012 - i...@marguerite.su
+
+- update version 0.3.8
+  * add nbest support. (guess multiple long sentences)
+
+---

Old:

  fcitx-sunpinyin-0.3.7.tar.bz2

New:

  fcitx-sunpinyin-0.3.8.tar.bz2



Other differences:
--
++ fcitx-sunpinyin.spec ++
--- /var/tmp/diff_new_pack.POECOA/_old  2012-07-22 21:59:26.0 +0200
+++ /var/tmp/diff_new_pack.POECOA/_new  2012-07-22 21:59:26.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   fcitx-sunpinyin
-Version:0.3.7
+Version:0.3.8
 Release:0
 Summary:Sunpinyin module for fcitx
 Group:  System/I18n/Chinese 

++ fcitx-sunpinyin-0.3.7.tar.bz2 -> fcitx-sunpinyin-0.3.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-sunpinyin-0.3.7/cmake/FindSunpinyin.cmake 
new/fcitx-sunpinyin-0.3.8/cmake/FindSunpinyin.cmake
--- old/fcitx-sunpinyin-0.3.7/cmake/FindSunpinyin.cmake 2012-06-03 
04:31:37.0 +0200
+++ new/fcitx-sunpinyin-0.3.8/cmake/FindSunpinyin.cmake 2012-07-01 
06:40:40.0 +0200
@@ -16,7 +16,7 @@
 endif(SUNPINYIN_INCLUDE_DIR AND SUNPINYIN_LIBRARIES)
 
 find_package(PkgConfig REQUIRED)
-pkg_check_modules(PC_LIBSUNPINYIN "sunpinyin-2.0 >= 2.0.4")
+pkg_check_modules(PC_LIBSUNPINYIN "sunpinyin-2.0>=2.0.4")
 
 find_path(SUNPINYIN_MAIN_INCLUDE_DIR
   NAMES sunpinyin.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-sunpinyin-0.3.7/data/fcitx-sunpinyin.desc 
new/fcitx-sunpinyin-0.3.8/data/fcitx-sunpinyin.desc
--- old/fcitx-sunpinyin-0.3.7/data/fcitx-sunpinyin.desc 2012-06-03 
04:31:37.0 +0200
+++ new/fcitx-sunpinyin-0.3.8/data/fcitx-sunpinyin.desc 2012-07-01 
06:40:40.0 +0200
@@ -25,6 +25,24 @@
 DefaultValue=True
 Description=Fuzzy Inner Segmentation
 
+[Sunpinyin/MaxBest]
+Type=Enum
+DefaultValue=1
+EnumCount=3
+Enum0=1
+Enum1=2
+Enum2=3
+Description=Number of sentence that sunpinyin guess
+
+[Sunpinyin/MaxTail]
+Type=Enum
+DefaultValue=0
+EnumCount=3
+Enum0=0
+Enum1=1
+Enum2=2
+Description=Number of Best Tail Candidate
+
 [Sunpinyin/MemoryStrength]
 Type=Integer
 DefaultValue=3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-sunpinyin-0.3.7/po/fcitx-sunpinyin.pot 
new/fcitx-sunpinyin-0.3.8/po/fcitx-sunpinyin.pot
--- old/fcitx-sunpinyin-0.3.7/po/fcitx-sunpinyin.pot2012-06-03 
04:31:37.0 +0200
+++ new/fcitx-sunpinyin-0.3.8/po/fcitx-sunpinyin.pot2012-07-01 
06:40:40.0 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-05-10 21:39+0800\n"
+"POT-Creation-Date: 2012-06-16 11:44+0800\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME \n"
 "Language-Team: LANGUAGE \n"
@@ -33,91 +33,99 @@
 msgid "Fuzzy Inner Segmentation"
 msgstr ""
 
-#: /home/saber/Develop/fcitx-sunpinyin/data/fcitx-sunpinyin.desc:31
+#: /home/saber/Develop/fcitx-sunpinyin/data/fcitx-sunpinyin.desc:35
+msgid "Number of sentence that sunpinyin guess"
+msgstr ""
+
+#: /home/saber/Develop/fcitx-sunpinyin/data/fcitx-sunpinyin.desc:44
+msgid "Number of Best Tail Candidate"
+msgstr ""
+
+#: /home/saber/Develop/fcitx-sunpinyin/data/fcitx-sunpinyin.desc:49
 msgid "Memory Strength"
 msgstr ""
 
-#: /home/saber/Develop/fcitx-sunpinyin/data/fcitx-sunpinyin.desc:36
+#: /home/saber/Develop/fcitx-sunpinyin/data/fcitx-sunpinyin.desc:54
 msgid "Let sunpinyin process punctuation"
 msgstr ""
 
-#: /home/saber/Develop/fcitx-sunpinyin/data/fcitx-sunpinyin.desc:41
+#: /home/saber/Develop/fcitx-sunpinyin/data/fcitx-sunpinyin.desc:59
 msgid "Fuzzy Zhi Zi"
 msgstr ""
 
-#: /home/saber/Develop/fcitx-sunpinyin/data/fcitx-sunpinyin.desc:46
+#: /home/saber/Develop/fcitx-sunpinyin/data/fcitx-sunpinyin.desc:64
 msgid "Fuzzy Chi Ci"
 msgstr ""
 
-#: /home/saber/Develop/fcitx-sunpinyin/data/fcitx-sunpinyin.desc:51
+#: /home/saber/Develop/fcitx-sunpinyin/data/fcitx-sunpinyin.desc:69
 msgid "Fuzzy Shi Si"
 msgstr ""
 
-#: /home/saber/Develop/fcitx-sunpinyin/data/fcitx-sunpinyin.desc:56

commit fcitx-cloudpinyin for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package fcitx-cloudpinyin for 
openSUSE:Factory checked in at 2012-07-22 21:59:08

Comparing /work/SRC/openSUSE:Factory/fcitx-cloudpinyin (Old)
 and  /work/SRC/openSUSE:Factory/.fcitx-cloudpinyin.new (New)


Package is "fcitx-cloudpinyin", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/fcitx-cloudpinyin/fcitx-cloudpinyin.changes  
2012-06-05 15:30:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-cloudpinyin.new/fcitx-cloudpinyin.changes 
2012-07-22 21:59:09.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul 21 21:32:17 UTC 2012 - i...@marguerite.su
+
+- update version 0.2.3
+  * change the policy for when there is duplication result, now most word 
position will not changed.
+
+---

Old:

  fcitx-cloudpinyin-0.2.2.tar.bz2

New:

  fcitx-cloudpinyin-0.2.3.tar.bz2



Other differences:
--
++ fcitx-cloudpinyin.spec ++
--- /var/tmp/diff_new_pack.jIFyQN/_old  2012-07-22 21:59:11.0 +0200
+++ /var/tmp/diff_new_pack.jIFyQN/_new  2012-07-22 21:59:11.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   fcitx-cloudpinyin
-Version:0.2.2
+Version:0.2.3
 Release:0
 Summary:Cloudpinyin module for fcitx
 Group:  System/I18n/Chinese 

++ fcitx-cloudpinyin-0.2.2.tar.bz2 -> fcitx-cloudpinyin-0.2.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-cloudpinyin-0.2.2/CMakeLists.txt 
new/fcitx-cloudpinyin-0.2.3/CMakeLists.txt
--- old/fcitx-cloudpinyin-0.2.2/CMakeLists.txt  2012-06-02 11:30:42.0 
+0200
+++ new/fcitx-cloudpinyin-0.2.3/CMakeLists.txt  2012-07-12 14:52:15.0 
+0200
@@ -2,7 +2,7 @@
 cmake_minimum_required(VERSION 2.6)
 
 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
-find_package(Fcitx 4.2.0 REQUIRED)
+find_package(Fcitx 4.2.5 REQUIRED)
 find_package(PkgConfig REQUIRED)
 find_package(Gettext REQUIRED)
 find_package(Libintl REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx-cloudpinyin-0.2.2/src/cloudpinyin.c 
new/fcitx-cloudpinyin-0.2.3/src/cloudpinyin.c
--- old/fcitx-cloudpinyin-0.2.2/src/cloudpinyin.c   2012-06-02 
11:30:42.0 +0200
+++ new/fcitx-cloudpinyin-0.2.3/src/cloudpinyin.c   2012-07-12 
14:52:15.0 +0200
@@ -39,6 +39,7 @@
 #include "fetch.h"
 
 #define CHECK_VALID_IM (im && \
+strcmp(im->langCode, "zh_CN") == 0 && \
 (strcmp(im->uniqueName, "pinyin") == 0 || \
 strcmp(im->uniqueName, "pinyin-libpinyin") == 0 || \
 strcmp(im->uniqueName, "shuangpin-libpinyin") == 0 || \
@@ -546,19 +547,27 @@
 {
 CloudPinyinCache* cacheEntry = CloudPinyinCacheLookup(cloudpinyin, pinyin);
 FcitxInputState* input = FcitxInstanceGetInputState(cloudpinyin->owner);
-struct _FcitxCandidateWordList* candList = 
FcitxInputStateGetCandidateList(input);
+FcitxCandidateWordList* candList = FcitxInputStateGetCandidateList(input);
+
+int order = cloudpinyin->config.iCandidateOrder - 1;
+if (order < 0)
+order = 0;
 
 if (cacheEntry) {
 FcitxCandidateWord* cand;
 /* only check the first three page */
-int size = FcitxCandidateWordGetPageSize(candList) * 
CLOUDPINYIN_CHECK_PAGE_NUMBER;
+int pagesize = FcitxCandidateWordGetPageSize(candList);
+int size = pagesize * CLOUDPINYIN_CHECK_PAGE_NUMBER;
 int i = 0;
-for (cand = 
FcitxCandidateWordGetFirst(FcitxInputStateGetCandidateList(input));
+for (cand = FcitxCandidateWordGetFirst(candList);
  cand != NULL;
- cand = 
FcitxCandidateWordGetNext(FcitxInputStateGetCandidateList(input), cand))
+ cand = FcitxCandidateWordGetNext(candList, cand))
 {
-if (strcmp(cand->strWord, cacheEntry->str) == 0)
+if (strcmp(cand->strWord, cacheEntry->str) == 0) {
+if (i > order && i >= pagesize)
+FcitxCandidateWordMoveByWord(candList, cand, order);
 return;
+}
 i ++;
 if (i >= size)
 break;
@@ -589,10 +598,6 @@
 candWord.extraType = MSG_TIPS;
 }
 
-int order = cloudpinyin->config.iCandidateOrder - 1;
-if (order < 0)
-order = 0;
-
 FcitxCandidateWordInsert(candList, &candWord, order);
 }
 
@@ -603,6 +608,7 @@
 struct _FcitxCandidateWordList* candList = 
FcitxInputStateGetCandidateList(input);
 if (cacheEntry)
 {
+int cloudidx = 0;
 FcitxCandidateWord* candWord;

commit doc-gnu-ko for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package doc-gnu-ko for openSUSE:Factory 
checked in at 2012-07-22 21:58:54

Comparing /work/SRC/openSUSE:Factory/doc-gnu-ko (Old)
 and  /work/SRC/openSUSE:Factory/.doc-gnu-ko.new (New)


Package is "doc-gnu-ko", Maintainer is "pgaj...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/doc-gnu-ko/doc-gnu-ko.changes2011-09-23 
01:55:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.doc-gnu-ko.new/doc-gnu-ko.changes   
2012-07-22 21:58:56.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 22 13:17:31 UTC 2012 - co...@suse.com
+
+- buildrequire texinfo
+
+---



Other differences:
--
++ doc-gnu-ko.spec ++
--- /var/tmp/diff_new_pack.xEjV3q/_old  2012-07-22 21:58:57.0 +0200
+++ /var/tmp/diff_new_pack.xEjV3q/_new  2012-07-22 21:58:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package doc-gnu-ko
 #
-# 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   doc-gnu-ko
-License:GFDL-1.1
-Group:  System/I18n/Korean
 PreReq: %install_info_prereq
 Summary:Korean Translations of GNU Manuals
+License:GFDL-1.1
+Group:  System/I18n/Korean
 Version:2924
-Release:666
+Release:0
 Source0:
http://korea.gnu.org/~cwryu/gnu-doc/dist/as-doc-ko-2.9.1.kr.1.tar.gz
 Source1:
http://korea.gnu.org/~cwryu/gnu-doc/dist/automake-doc-ko-1.4.kr.1.tar.gz
 Source2:
http://korea.gnu.org/~cwryu/gnu-doc/dist/finger-doc-ko-1.37.kr.1.tar.gz
@@ -39,6 +38,7 @@
 Patch2: doc-gnu-ko.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+BuildRequires:  texinfo
 
 %description
 Korean translations of GNU manuals.

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



commit cherrytree for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package cherrytree for openSUSE:Factory 
checked in at 2012-07-22 21:58:47

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


Package is "cherrytree", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/cherrytree/cherrytree.changes2012-06-26 
15:16:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.cherrytree.new/cherrytree.changes   
2012-07-22 21:58:49.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 22 11:35:21 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.26.3:
+  + Bug fixes.
+
+---

Old:

  cherrytree-0.26.2.tar.bz2

New:

  cherrytree-0.26.3.tar.bz2



Other differences:
--
++ cherrytree.spec ++
--- /var/tmp/diff_new_pack.llUEvg/_old  2012-07-22 21:58:50.0 +0200
+++ /var/tmp/diff_new_pack.llUEvg/_new  2012-07-22 21:58:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cherrytree
-Version:0.26.2
+Version:0.26.3
 Release:0
 Summary:A hierarchical note taking application
 License:GPL-2.0+

++ cherrytree-0.26.2.tar.bz2 -> cherrytree-0.26.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cherrytree-0.26.2/changelog 
new/cherrytree-0.26.3/changelog
--- old/cherrytree-0.26.2/changelog 2012-01-31 21:32:47.0 +0100
+++ new/cherrytree-0.26.3/changelog 2012-07-03 23:43:43.0 +0200
@@ -1,4 +1,53 @@
 
+0.26.2 (June 11th, 2012)
+• fixed bugs
+
+0.26.1 (June 6th, 2012 )
+• added language Chinese Simplified (great job from Channing Wong)
+• fixed minor bug
+
+0.26 (May 16th, 2012)
+• added text formatting superscript, subscript, monospace and h3
+• h1, h2 and h3 formatting is now automatically applied to the whole row
+• the switch between rich text and automatic syntax highlighting for the nodes 
is now simpler
+• the dialog to choose the file storage type is now file extension oriented
+• it is now possible to configure the default rich text foreground and 
background, so is for the tree
+• the horizontal rule inserted characters are now configurable
+• the TOC now includes h3 and can be created also for the whole tree
+• the links anchors size is now configurable
+• fixed several bugs
+• we have now a complete manual of the application linked at help–manual 
(great job from Robert)
+• WARNING: documents edited with a version >= 0.26 cannot be edited again with 
a version < 0.26
+
+0.25.4 (February 24th, 2012)
+• fixed bugs
+
+0.25.3 (February 3rd, 2012)
+• fixed bugs
+
+0.25.2 (January 24th, 2012)
+• fixed bugs
+
+0.25.1 (January 21st, 2012)
+• fixed bugs
+• mouse middle-click (or wheel-click) on a tree node expands/collapses it
+
+0.25 (January 14th, 2012)
+• on linux, cherrytree can now be installed on any “prefix”, but the 
“exec-prefix” is not to be set different than “prefix”
+• the minimum required gtk version is now 2.16
+• the single (but very big) new feature is a new data storage type, a sqlite 3 
database (which is anyway a single file). Storing the old way (a single xml 
file) will be still available but probably not much used since the new storage 
type offers faster reading, faster saving and less memory usage. To the two old 
file extensions “ctd” and “ctz” (xml and xml 7zipped+password protected) were 
added “ctb” and “ctx” (sqlite and sqlite 7zipped+password protected)
+• since really a lot of code changed I ask everybody to backup the data and 
report possible bugs. To try the new storage type just click file–save as
+
+0.24 (December 28th, 2011)
+• automatic syntax highlighting: it is now possible to choose between several 
style schemes (a couple of them with dark background), the same style scheme is 
used for tree nodes and codeboxes
+• automatic syntax highlighting: added the options to show white spaces and 
highlight the current line
+• added menu items and keyboard shortcuts to move the current row/selected 
rows up and down the document
+• added support for appindicator where the system tray is not supported 
(ubuntu unity)
+• fixed several bugs and bad behaviours
+
+0.23.1 (September 16th, 2011)
+• fixed bugs
+
 0.23 (September 4th, 2011)
 • the limit of undoable steps per node is now configurable (lower the limit to 
save ram)
 • implemented a dialog to iterate graphical way the find/replace (before it 
was possible only through keyboard shortcuts)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cherrytree-0.26.2/debian/changelog 
new/cherrytree-0.26.3/debian/changelog
--- old/cherrytree-0.26.2/debian/changelog  2012-06-11 22:42:18.0 
+0200

commit c++-gtk-utils for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package c++-gtk-utils for openSUSE:Factory 
checked in at 2012-07-22 21:58:38

Comparing /work/SRC/openSUSE:Factory/c++-gtk-utils (Old)
 and  /work/SRC/openSUSE:Factory/.c++-gtk-utils.new (New)


Package is "c++-gtk-utils", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/c++-gtk-utils/c++-gtk-utils.changes  
2012-06-26 15:15:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.c++-gtk-utils.new/c++-gtk-utils.changes 
2012-07-22 21:58:40.0 +0200
@@ -1,0 +2,12 @@
+Sun Jul 22 10:39:36 UTC 2012 - zai...@opensuse.org
+
+- Update to version 2.0.10:
+  + Enable Callback objects created with Cgu::Callback::lambda() to
+be constructed for mutable lambda objects.
+  + Update build system to libtool-2.4.2, automake-1.12.1 and
+autoconf-2.69.
+  + Update doxygen configuration file for doxygen-1.8.1.1.
+  + Update unit test.
+  + Update documentation.
+
+---

Old:

  c++-gtk-utils-2.0.9.tar.gz

New:

  c++-gtk-utils-2.0.10.tar.gz



Other differences:
--
++ c++-gtk-utils.spec ++
--- /var/tmp/diff_new_pack.jsV91g/_old  2012-07-22 21:58:42.0 +0200
+++ /var/tmp/diff_new_pack.jsV91g/_new  2012-07-22 21:58:42.0 +0200
@@ -20,13 +20,13 @@
 %define soname 2_0-0
 
 Name:   c++-gtk-utils
-Version:2.0.9
+Version:2.0.10
 Release:0
 Summary:Lightweight library for GTK+ programs using C++
 License:LGPL-2.1
 Group:  System/Libraries
 Url:http://cxx-gtk-utils.sourceforge.net/
-Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.9/c++-gtk-utils-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.0.10/c++-gtk-utils-%{version}.tar.gz
 BuildRequires:  gcc-c++
 %if 0%{?favor_gtk2}
 %define _gtk 2

++ c++-gtk-utils-2.0.9.tar.gz -> c++-gtk-utils-2.0.10.tar.gz ++
 137898 lines of diff (skipped)

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



commit blitz for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package blitz for openSUSE:Factory checked 
in at 2012-07-22 21:58:20

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


Package is "blitz", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/blitz/blitz.changes  2012-02-16 
12:18:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.blitz.new/blitz.changes 2012-07-22 
21:58:21.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 10 09:25:55 UTC 2012 - wer...@suse.de
+
+- Make it build with latest TeXLive 2012 with new package layout
+
+---



Other differences:
--
++ blitz.spec ++
--- /var/tmp/diff_new_pack.C7oZOr/_old  2012-07-22 21:58:24.0 +0200
+++ /var/tmp/diff_new_pack.C7oZOr/_new  2012-07-22 21:58:24.0 +0200
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   blitz
 Version:0.9
-Release:1
-License:GPL-2.0
+Release:0
 Summary:C++ template class library providing array objects for 
scientific computing
-Url:http://www.oonumerics.org/blitz/
+License:GPL-2.0
 Group:  Development/Libraries/C and C++
+Url:http://www.oonumerics.org/blitz/
 Source: %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM blitz-gcc-4.3.patch badshah...@gmail.com --Fix 
compilation with gcc>=4.3
 # (patch taken from fedora)
@@ -31,6 +30,10 @@
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  texlive-latex
+%if %suse_version > 1220
+BuildRequires:  texinfo
+BuildRequires:  texlive-dvips
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post): /sbin/install-info
 Requires(preun):/sbin/install-info
@@ -42,7 +45,6 @@
 generators, and small vectors.
 
 %package -n libblitz0
-License:GPL-2.0
 Summary:Shared libraries for blitz
 Group:  Development/Libraries/C and C++
 
@@ -56,7 +58,6 @@
 
 
 %package devel
-License:GPL-2.0
 Summary:Libraries, includes, etc. used to develop an application with 
%{name}
 Group:  Development/Libraries/C and C++
 Requires:   libblitz0 = %{version}
@@ -72,7 +73,6 @@
 application.
 
 %package doc
-License:GPL-2.0
 Summary:The Blitz html docs
 Group:  Documentation/HTML
 BuildArch:  noarch

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



commit xulrunner for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package xulrunner for openSUSE:Factory 
checked in at 2012-07-22 15:28:10

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


Package is "xulrunner", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/xulrunner/xulrunner.changes  2012-06-18 
17:31:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner.changes 2012-07-22 
15:29:09.0 +0200
@@ -1,0 +2,42 @@
+Sat Jul 14 19:33:44 UTC 2012 - w...@rosenauer.org
+
+- update to 14.0.1 (bnc#771583)
+  * MFSA 2012-42/CVE-2012-1949/CVE-2012-1948
+Miscellaneous memory safety hazards
+  * MFSA 2012-43/CVE-2012-1950
+Incorrect URL displayed in addressbar through drag and drop
+  * MFSA 2012-44/CVE-2012-1951/CVE-2012-1954/CVE-2012-1953/CVE-2012-1952
+Gecko memory corruption
+  * MFSA 2012-45/CVE-2012-1955 (bmo#757376)
+Spoofing issue with location
+  * MFSA 2012-46/CVE-2012-1966 (bmo#734076)
+XSS through data: URLs
+  * MFSA 2012-47/CVE-2012-1957 (bmo#750096)
+Improper filtering of javascript in HTML feed-view
+  * MFSA 2012-48/CVE-2012-1958 (bmo#750820)
+use-after-free in nsGlobalWindow::PageHidden
+  * MFSA 2012-49/CVE-2012-1959 (bmo#754044, bmo#737559)
+Same-compartment Security Wrappers can be bypassed
+  * MFSA 2012-50/CVE-2012-1960 (bmo#761014)
+Out of bounds read in QCMS
+  * MFSA 2012-51/CVE-2012-1961 (bmo#761655)
+X-Frame-Options header ignored when duplicated
+  * MFSA 2012-52/CVE-2012-1962 (bmo#764296)
+JSDependentString::undepend string conversion results in memory
+corruption
+  * MFSA 2012-53/CVE-2012-1963 (bmo#767778)
+Content Security Policy 1.0 implementation errors cause data
+leakage
+  * MFSA 2012-55/CVE-2012-1965 (bmo#758990)
+feed: URLs with an innerURI inherit security context of page
+  * MFSA 2012-56/CVE-2012-1967 (bmo#758344)
+Code execution through javascript: URLs
+- license change from tri license to MPL-2.0
+- require NSS 3.13.5
+- PPC fixes:
+  * reenabled mozilla-yarr-pcre.patch to fix build for PPC
+  * add patches for bmo#750620 and bmo#746112
+  * fix xpcshell segfault on ppc
+- build plugin-container on every arch
+
+---

Old:

  l10n-13.0.1.tar.bz2
  mozilla-disable-neon-option.patch
  mozilla-libnotify.patch
  mozilla-linux3.patch
  mozilla-nsSound.patch
  mozilla-revert_621446.patch
  mozilla-system-nspr.patch
  xulrunner-13.0.1-source.tar.bz2

New:

  l10n-14.0.1.tar.bz2
  mozilla-ppc.patch
  xulrunner-14.0.1-source.tar.bz2



Other differences:
--
++ xulrunner.spec ++
--- /var/tmp/diff_new_pack.YbmnCL/_old  2012-07-22 15:29:18.0 +0200
+++ /var/tmp/diff_new_pack.YbmnCL/_new  2012-07-22 15:29:18.0 +0200
@@ -43,15 +43,15 @@
 BuildRequires:  wireless-tools
 %endif
 BuildRequires:  mozilla-nspr-devel >= 4.9.0
-BuildRequires:  mozilla-nss-devel >= 3.13.4
-Version:13.0.1
+BuildRequires:  mozilla-nss-devel >= 3.13.5
+Version:14.0.1
 Release:0
-%define releasedate 2012061400
-%define version_internal 13.0.1
-%define apiversion 13
-%define uaweight 131
+%define releasedate 2012071300
+%define version_internal 14.0.1
+%define apiversion 14
+%define uaweight 141
 Summary:Mozilla Runtime Environment
-License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
+License:MPL-2.0
 Group:  Productivity/Other
 Url:http://www.mozilla.org/
 Provides:   gecko
@@ -77,14 +77,9 @@
 Patch7: mozilla-ntlm-full-path.patch
 Patch8: mozilla-dump_syms-static.patch
 Patch9: mozilla-sle11.patch
-Patch10:mozilla-linux3.patch
-Patch11:mozilla-disable-neon-option.patch
-Patch12:mozilla-system-nspr.patch
-Patch13:mozilla-revert_621446.patch
-Patch14:mozilla-yarr-pcre.patch
-Patch15:mozilla-libnotify.patch
-Patch16:mozilla-gcc47.patch
-Patch17:mozilla-nsSound.patch
+Patch11:mozilla-yarr-pcre.patch
+Patch12:mozilla-gcc47.patch
+Patch13:mozilla-ppc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   mozilla-js = %{version}
 Requires(post):  update-alternatives coreutils
@@ -94,12 +89,10 @@
 %define has_system_nss   1
 %define has_system_cairo 0
 %define localize 0
-%ifarch ppc ppc64 s390 s390x ia64 %arm
+%ifarch ppc ppc64 s390 s390x ia64
 %define crashreporter0
-%define plugincontainer  0
 %else
 %define crashreporter1
-%define plugincontainer  1
 %endif
 ### configuration end ###
 %define _use_internal_dependency_generator 0
@@ -166,7 +1

commit usb_modeswitch for openSUSE:12.2

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package usb_modeswitch for openSUSE:12.2 
checked in at 2012-07-22 15:27:41

Comparing /work/SRC/openSUSE:12.2/usb_modeswitch (Old)
 and  /work/SRC/openSUSE:12.2/.usb_modeswitch.new (New)


Package is "usb_modeswitch", Maintainer is "se...@novell.com"

Changes:

--- /work/SRC/openSUSE:12.2/usb_modeswitch/usb_modeswitch.changes   
2012-06-25 15:56:50.0 +0200
+++ /work/SRC/openSUSE:12.2/.usb_modeswitch.new/usb_modeswitch.changes  
2012-07-22 15:27:42.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 20 23:59:34 UTC 2012 - jav...@opensuse.org
+
+- Update data package to 20120531
+- Add Alcatel OT-X220D support 
+
+---

Old:

  usb-modeswitch-data-20120120.tar.bz2

New:

  1bbb:f017
  add_alcatel_ot_x220d.patch
  usb-modeswitch-data-20120531.tar.bz2



Other differences:
--
++ usb_modeswitch.spec ++
--- /var/tmp/diff_new_pack.xQKir4/_old  2012-07-22 15:27:42.0 +0200
+++ /var/tmp/diff_new_pack.xQKir4/_new  2012-07-22 15:27:42.0 +0200
@@ -24,11 +24,13 @@
 Group:  Hardware/Mobile
 Url:http://www.draisberghof.de/usb_modeswitch
 %define source_nameusb-modeswitch
-%define date   20120120
+%define date   20120531
 License:GPL-2.0+
 Source0:
http://www.draisberghof.de/usb_modeswitch/%{source_name}-%{version}.tar.bz2
 Source1:%{source_name}-data-%{date}.tar.bz2
 Source2:%{name}-data.rpmlintrc
+Source3:   1bbb:f017
+Patch0:add_alcatel_ot_x220d.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libusb-devel 
 BuildRequires:  tcl
@@ -62,6 +64,7 @@
 
 %prep
 %setup -q -a1 -n %{source_name}-%{version}
+%patch0
 
 %build
 CFLAGS="%{optflags}" make
@@ -69,6 +72,7 @@
 %install
 %makeinstall
 cd %{source_name}-data-%{date}
+cp %{SOURCE3} .
 %makeinstall
 %fdupes -s $RPM_BUILD_ROOT
 

++ 1bbb:f017 ++
# Alcatel OT-X220D

TargetVendor=  0x1bbb
TargetProduct=0x0017

MessageContent="555342431234567880008606f504025270"

++ add_alcatel_ot_x220d.patch ++
--- usb-modeswitch-data-20120531/40-usb_modeswitch.rules.orig   2012-07-21 
01:41:58.88183 +0200
+++ usb-modeswitch-data-20120531/40-usb_modeswitch.rules2012-07-21 
01:44:12.596825115 +0200
@@ -626,6 +626,9 @@
 # Alcatel X200/X200L/X060S
 ATTRS{idVendor}=="1bbb", ATTRS{idProduct}=="f000", RUN+="usb_modeswitch 
'%b/%k'"
 
+# Alcatel OT X220D
+ATTRS{idVendor}=="1bbb", ATTRS{idProduct}=="f017", RUN+="usb_modeswitch 
'%b/%k'"
+
 # Alcatel OT X220L
 ATTRS{idVendor}=="1bbb", ATTRS{idProduct}=="f052", RUN+="usb_modeswitch 
'%b/%k'"
 
++ usb-modeswitch-data-20120120.tar.bz2 -> 
usb-modeswitch-data-20120531.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/usb-modeswitch-data-20120120/40-usb_modeswitch.rules 
new/usb-modeswitch-data-20120531/40-usb_modeswitch.rules
--- old/usb-modeswitch-data-20120120/40-usb_modeswitch.rules2012-01-20 
23:29:27.0 +0100
+++ new/usb-modeswitch-data-20120531/40-usb_modeswitch.rules2012-05-31 
11:12:14.0 +0200
@@ -1,4 +1,4 @@
-# Part of usb-modeswitch-data, version 20120120
+# Part of usb-modeswitch-data, version 20120531
 #
 # Recommended use with USB_ModeSwitch >= 1.2.0, works with versions >= 1.0.3
 #
@@ -18,8 +18,7 @@
 # Most known install partitions are on interface 0, one on 5, one on 9
 ATTRS{bInterfaceNumber}!="0[059]", GOTO="modeswitch_rules_end"
 
-# only storage class devices are handled; negative
-# filtering here would exclude some quirky devices
+# handle only storage class devices
 ATTRS{bDeviceClass}=="08", GOTO="modeswitch_rules_begin"
 ATTRS{bInterfaceClass}=="0[38]", GOTO="modeswitch_rules_begin"
 GOTO="modeswitch_rules_end"
@@ -30,6 +29,9 @@
 # HP LaserJet Professional P1102
 ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="002a", RUN+="usb_modeswitch 
'%b/%k'"
 
+# Yota Router (Quanta 1QDLZZZ0ST2)
+ATTRS{idVendor}=="0408", ATTRS{idProduct}=="f000", RUN+="usb_modeswitch 
'%b/%k'"
+
 # Nokia CS-10
 ATTRS{idVendor}=="0421", ATTRS{idProduct}=="060c", RUN+="usb_modeswitch 
'%b/%k'"
 
@@ -45,6 +47,9 @@
 # Nokia CS-19
 ATTRS{idVendor}=="0421", ATTRS{idProduct}=="062c", RUN+="usb_modeswitch 
'%b/%k'"
 
+# Nokia CS-21M-02
+ATTRS{idVendor}=="0421", ATTRS{idProduct}=="0637", RUN+="usb_modeswitch 
'%b/%k'"
+
 # Vodafone MD950 (Wisue Technology), Philips (?)
 ATTRS{idVendor}=="0471", ATTRS{idProduct}=="1210", RUN+="usb_modeswitch 
'%b/%k'"
 
@@ -57,19 +62,22 @@
 # I-O Data WMX2-U Wimax
 ATTRS{idVendor}=="04bb", ATTRS{idProduct}=="bccd", RUN+="usb_modeswitch 
'%b/%k'"
 
+# Samsung GT-B1110
+ATTRS{idVendor}=="04e8", ATT

commit usb_modeswitch for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package usb_modeswitch for openSUSE:Factory 
checked in at 2012-07-22 15:27:37

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


Package is "usb_modeswitch", Maintainer is "se...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/usb_modeswitch/usb_modeswitch.changes
2012-04-02 10:32:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.usb_modeswitch.new/usb_modeswitch.changes   
2012-07-22 15:27:40.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 20 23:59:34 UTC 2012 - jav...@opensuse.org
+
+- Update data package to 20120531
+- Add Alcatel OT-X220D support 
+
+---

Old:

  usb-modeswitch-data-20120120.tar.bz2

New:

  1bbb:f017
  add_alcatel_ot_x220d.patch
  usb-modeswitch-data-20120531.tar.bz2



Other differences:
--
++ usb_modeswitch.spec ++
--- /var/tmp/diff_new_pack.Oz9TVT/_old  2012-07-22 15:27:41.0 +0200
+++ /var/tmp/diff_new_pack.Oz9TVT/_new  2012-07-22 15:27:41.0 +0200
@@ -24,11 +24,13 @@
 Group:  Hardware/Mobile
 Url:http://www.draisberghof.de/usb_modeswitch
 %define source_nameusb-modeswitch
-%define date   20120120
+%define date   20120531
 License:GPL-2.0+
 Source0:
http://www.draisberghof.de/usb_modeswitch/%{source_name}-%{version}.tar.bz2
 Source1:%{source_name}-data-%{date}.tar.bz2
 Source2:%{name}-data.rpmlintrc
+Source3:   1bbb:f017
+Patch0:add_alcatel_ot_x220d.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libusb-devel 
 BuildRequires:  tcl
@@ -62,6 +64,7 @@
 
 %prep
 %setup -q -a1 -n %{source_name}-%{version}
+%patch0
 
 %build
 CFLAGS="%{optflags}" make
@@ -69,6 +72,7 @@
 %install
 %makeinstall
 cd %{source_name}-data-%{date}
+cp %{SOURCE3} .
 %makeinstall
 %fdupes -s $RPM_BUILD_ROOT
 

++ 1bbb:f017 ++
# Alcatel OT-X220D

TargetVendor=  0x1bbb
TargetProduct=0x0017

MessageContent="555342431234567880008606f504025270"

++ add_alcatel_ot_x220d.patch ++
--- usb-modeswitch-data-20120531/40-usb_modeswitch.rules.orig   2012-07-21 
01:41:58.88183 +0200
+++ usb-modeswitch-data-20120531/40-usb_modeswitch.rules2012-07-21 
01:44:12.596825115 +0200
@@ -626,6 +626,9 @@
 # Alcatel X200/X200L/X060S
 ATTRS{idVendor}=="1bbb", ATTRS{idProduct}=="f000", RUN+="usb_modeswitch 
'%b/%k'"
 
+# Alcatel OT X220D
+ATTRS{idVendor}=="1bbb", ATTRS{idProduct}=="f017", RUN+="usb_modeswitch 
'%b/%k'"
+
 # Alcatel OT X220L
 ATTRS{idVendor}=="1bbb", ATTRS{idProduct}=="f052", RUN+="usb_modeswitch 
'%b/%k'"
 
++ usb-modeswitch-data-20120120.tar.bz2 -> 
usb-modeswitch-data-20120531.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/usb-modeswitch-data-20120120/40-usb_modeswitch.rules 
new/usb-modeswitch-data-20120531/40-usb_modeswitch.rules
--- old/usb-modeswitch-data-20120120/40-usb_modeswitch.rules2012-01-20 
23:29:27.0 +0100
+++ new/usb-modeswitch-data-20120531/40-usb_modeswitch.rules2012-05-31 
11:12:14.0 +0200
@@ -1,4 +1,4 @@
-# Part of usb-modeswitch-data, version 20120120
+# Part of usb-modeswitch-data, version 20120531
 #
 # Recommended use with USB_ModeSwitch >= 1.2.0, works with versions >= 1.0.3
 #
@@ -18,8 +18,7 @@
 # Most known install partitions are on interface 0, one on 5, one on 9
 ATTRS{bInterfaceNumber}!="0[059]", GOTO="modeswitch_rules_end"
 
-# only storage class devices are handled; negative
-# filtering here would exclude some quirky devices
+# handle only storage class devices
 ATTRS{bDeviceClass}=="08", GOTO="modeswitch_rules_begin"
 ATTRS{bInterfaceClass}=="0[38]", GOTO="modeswitch_rules_begin"
 GOTO="modeswitch_rules_end"
@@ -30,6 +29,9 @@
 # HP LaserJet Professional P1102
 ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="002a", RUN+="usb_modeswitch 
'%b/%k'"
 
+# Yota Router (Quanta 1QDLZZZ0ST2)
+ATTRS{idVendor}=="0408", ATTRS{idProduct}=="f000", RUN+="usb_modeswitch 
'%b/%k'"
+
 # Nokia CS-10
 ATTRS{idVendor}=="0421", ATTRS{idProduct}=="060c", RUN+="usb_modeswitch 
'%b/%k'"
 
@@ -45,6 +47,9 @@
 # Nokia CS-19
 ATTRS{idVendor}=="0421", ATTRS{idProduct}=="062c", RUN+="usb_modeswitch 
'%b/%k'"
 
+# Nokia CS-21M-02
+ATTRS{idVendor}=="0421", ATTRS{idProduct}=="0637", RUN+="usb_modeswitch 
'%b/%k'"
+
 # Vodafone MD950 (Wisue Technology), Philips (?)
 ATTRS{idVendor}=="0471", ATTRS{idProduct}=="1210", RUN+="usb_modeswitch 
'%b/%k'"
 
@@ -57,19 +62,22 @@
 # I-O Data WMX2-U Wimax
 ATTRS{idVendor}=="04bb", ATTRS{idProduct}=="bccd", RUN+="usb_modeswitch 
'%b/%k'"
 
+# Samsung GT-B1110
+ATTRS{idVen

commit texmaker for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2012-07-22 15:26:59

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


Package is "texmaker", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2012-05-31 
17:11:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2012-07-22 
15:27:01.0 +0200
@@ -1,0 +2,30 @@
+Mon Jul 16 06:37:05 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.4:
+  + Enhancements :
+- Option "Use a 'build' subdirectory for output files" has
+  been added for the (pdf)latex command
+- A words counter has been added to the internal pdf viewer
+  (contextual menu)
+- An "Open Terminal" command has been added to the "Tool" menu
+- Regular expression support has been added in the
+  "find/replace" dialogs
+- A pdf page can now be exported to a png image in the
+  internal pdf viewer (contextual menu)
+- A "Save a copy" command has been added to the "File" menu
+- The optionals fields for the biblatex entries has been
+  added ("Bibliography" menu)
+- The labels list in the structure view stays opened or closed
+  as the user sets it while saving the document or adding a
+  new label item
+- Standard output is displayed only for the asymptote command
+- The "sectioning", "size", "references" combo boxes (main
+  toolbar) has been replaced by icons in the editor vertical
+  toolbar.
+- Support for macosx lion fullscreen mode has been added
+  + Bugs fixed :
+- A critical bug while restoring a session with a file which
+  has been deleted has been fixed
+- The bug about double-indentation of user tags has been fixed 
+
+---

Old:

  texmaker-3.3.4.tar.bz2

New:

  texmaker-3.4.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.KtQMYs/_old  2012-07-22 15:27:03.0 +0200
+++ /var/tmp/diff_new_pack.KtQMYs/_new  2012-07-22 15:27:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:3.3.4
+Version:3.4
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0

++ texmaker-3.3.4.tar.bz2 -> texmaker-3.4.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-3.3.4.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-3.4.tar.bz2 differ: char 11, 
line 1

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



commit system-config-printer for openSUSE:12.2

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package system-config-printer for 
openSUSE:12.2 checked in at 2012-07-22 15:26:34

Comparing /work/SRC/openSUSE:12.2/system-config-printer (Old)
 and  /work/SRC/openSUSE:12.2/.system-config-printer.new (New)


Package is "system-config-printer", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:12.2/system-config-printer/system-config-printer.changes 
2012-06-25 15:54:39.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.system-config-printer.new/system-config-printer.changes
2012-07-22 15:26:38.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul 20 17:58:29 UTC 2012 - dims...@opensuse.org
+
+- Pass --with-systemdsystemunitdir=%{_unitdir} to configure to
+  have the systemd service files installed
+- Add systemd BuildRequires in order to have the %{_unitdir} macro
+  defined
+- Drop pxz BuildRequires, as it now comes for free with the build
+  system.
+
+---



Other differences:
--
++ system-config-printer.spec ++
--- /var/tmp/diff_new_pack.wqFdNH/_old  2012-07-22 15:26:39.0 +0200
+++ /var/tmp/diff_new_pack.wqFdNH/_new  2012-07-22 15:26:39.0 +0200
@@ -44,10 +44,9 @@
 BuildRequires:  libusb-compat-devel
 BuildRequires:  python-devel
 BuildRequires:  python-xml
+BuildRequires:  systemd
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlto
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 Requires:   %{name}-common = %{version}
 Requires:   cups
 # The applet is not strictly necessary, but it really makes sense
@@ -131,6 +130,7 @@
 Requires:   python-cups >= 1.9.60
 Requires:   python-cupshelpers
 Recommends: %{name}-applet
+%systemd_requires
 %py_requires
 
 %description -n udev-configure-printer
@@ -145,7 +145,8 @@
 
 %build
 %configure \
---with-udev-rules
+--with-udev-rules \
+--with-systemdsystemunitdir=%{_unitdir}
 
 %install
 %makeinstall udevrulesdir=/lib/udev/rules.d udevhelperdir=/lib/udev
@@ -171,6 +172,18 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 
+%pre -n udev-configure-printer
+%service_add_pre demo.service udev-configure-printer.service
+
+%post -n udev-configure-printer
+%service_add_post demo.service udev-configure-printer.service
+
+%preun -n udev-configure-printer
+%service_del_preun udev-configure-printer.service
+
+%postun -n udev-configure-printer
+%service_del_postun udev-configure-printer.service
+
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING README
@@ -209,6 +222,7 @@
 
 %files -n udev-configure-printer
 %defattr(-,root,root,-)
+%{_unitdir}/udev-configure-printer.service
 %dir /lib/udev
 %dir /lib/udev/rules.d
 /lib/udev/rules.d/*.rules


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



commit system-config-printer for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package system-config-printer for 
openSUSE:Factory checked in at 2012-07-22 15:26:29

Comparing /work/SRC/openSUSE:Factory/system-config-printer (Old)
 and  /work/SRC/openSUSE:Factory/.system-config-printer.new (New)


Package is "system-config-printer", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- 
/work/SRC/openSUSE:Factory/system-config-printer/system-config-printer.changes  
2012-03-16 13:26:47.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.system-config-printer.new/system-config-printer.changes
 2012-07-22 15:26:36.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul 20 17:58:29 UTC 2012 - dims...@opensuse.org
+
+- Pass --with-systemdsystemunitdir=%{_unitdir} to configure to
+  have the systemd service files installed
+- Add systemd BuildRequires in order to have the %{_unitdir} macro
+  defined
+- Drop pxz BuildRequires, as it now comes for free with the build
+  system.
+
+---



Other differences:
--
++ system-config-printer.spec ++
--- /var/tmp/diff_new_pack.gu6z10/_old  2012-07-22 15:26:38.0 +0200
+++ /var/tmp/diff_new_pack.gu6z10/_new  2012-07-22 15:26:38.0 +0200
@@ -44,10 +44,9 @@
 BuildRequires:  libusb-compat-devel
 BuildRequires:  python-devel
 BuildRequires:  python-xml
+BuildRequires:  systemd
 BuildRequires:  update-desktop-files
 BuildRequires:  xmlto
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 Requires:   %{name}-common = %{version}
 Requires:   cups
 # The applet is not strictly necessary, but it really makes sense
@@ -131,6 +130,7 @@
 Requires:   python-cups >= 1.9.60
 Requires:   python-cupshelpers
 Recommends: %{name}-applet
+%systemd_requires
 %py_requires
 
 %description -n udev-configure-printer
@@ -145,7 +145,8 @@
 
 %build
 %configure \
---with-udev-rules
+--with-udev-rules \
+--with-systemdsystemunitdir=%{_unitdir}
 
 %install
 %makeinstall udevrulesdir=/lib/udev/rules.d udevhelperdir=/lib/udev
@@ -171,6 +172,18 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 
+%pre -n udev-configure-printer
+%service_add_pre demo.service udev-configure-printer.service
+
+%post -n udev-configure-printer
+%service_add_post demo.service udev-configure-printer.service
+
+%preun -n udev-configure-printer
+%service_del_preun udev-configure-printer.service
+
+%postun -n udev-configure-printer
+%service_del_postun udev-configure-printer.service
+
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING README
@@ -209,6 +222,7 @@
 
 %files -n udev-configure-printer
 %defattr(-,root,root,-)
+%{_unitdir}/udev-configure-printer.service
 %dir /lib/udev
 %dir /lib/udev/rules.d
 /lib/udev/rules.d/*.rules


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



commit seamonkey for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package seamonkey for openSUSE:Factory 
checked in at 2012-07-22 15:25:57

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


Package is "seamonkey", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/seamonkey/seamonkey.changes  2012-06-18 
17:31:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.seamonkey.new/seamonkey.changes 2012-07-22 
15:26:01.0 +0200
@@ -1,0 +2,32 @@
+Mon Jul 16 09:35:54 UTC 2012 - w...@rosenauer.org
+
+- update to Seamonkey 2.11 (bnc#771583)
+  * MFSA 2012-42/CVE-2012-1949/CVE-2012-1948
+Miscellaneous memory safety hazards
+  * MFSA 2012-44/CVE-2012-1951/CVE-2012-1954/CVE-2012-1953/CVE-2012-1952
+Gecko memory corruption
+  * MFSA 2012-45/CVE-2012-1955 (bmo#757376)
+Spoofing issue with location
+  * MFSA 2012-47/CVE-2012-1957 (bmo#750096)
+Improper filtering of javascript in HTML feed-view
+  * MFSA 2012-48/CVE-2012-1958 (bmo#750820)
+use-after-free in nsGlobalWindow::PageHidden
+  * MFSA 2012-49/CVE-2012-1959 (bmo#754044, bmo#737559)
+Same-compartment Security Wrappers can be bypassed
+  * MFSA 2012-50/CVE-2012-1960 (bmo#761014)
+Out of bounds read in QCMS
+  * MFSA 2012-51/CVE-2012-1961 (bmo#761655)
+X-Frame-Options header ignored when duplicated
+  * MFSA 2012-52/CVE-2012-1962 (bmo#764296)
+JSDependentString::undepend string conversion results in memory
+corruption
+  * MFSA 2012-53/CVE-2012-1963 (bmo#767778)
+Content Security Policy 1.0 implementation errors cause data
+leakage
+  * MFSA 2012-56/CVE-2012-1967 (bmo#758344)
+Code execution through javascript: URLs
+  * relicensed to MPL-2.0
+- updated/removed patches
+- requires NSS 3.13.5
+
+---

Old:

  l10n-2.10.1.tar.bz2
  mozilla-revert_621446.patch
  mozilla-system-nspr.patch
  seamonkey-2.10.1-source.tar.bz2

New:

  l10n-2.11.tar.bz2
  seamonkey-2.11-source.tar.bz2



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.HRuyDL/_old  2012-07-22 15:26:09.0 +0200
+++ /var/tmp/diff_new_pack.HRuyDL/_new  2012-07-22 15:26:09.0 +0200
@@ -42,11 +42,11 @@
 BuildRequires:  wireless-tools
 %endif
 Provides:   web_browser
-Version:2.10.1
+Version:2.11
 Release:0
-%define releasedate 2012061400
+%define releasedate 2012071300
 Summary:The successor of the Mozilla Application Suite
-License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
+License:MPL-2.0
 Group:  Productivity/Networking/Web/Browsers
 Url:http://www.mozilla.org/projects/seamonkey
 Source: seamonkey-%{version}-source.tar.bz2
@@ -65,12 +65,10 @@
 Patch3: mozilla-shared-nss-db.patch
 Patch4: mozilla-sle11.patch
 Patch5: mozilla-language.patch
-Patch6: mozilla-revert_621446.patch
 Patch8: mozilla-ntlm-full-path.patch
 Patch10:mozilla-ua-locale.patch
 Patch11:mozilla-gcc47.patch
 Patch12:mozilla-yarr-pcre.patch
-Patch13:mozilla-system-nspr.patch
 Patch20:seamonkey-ua-locale.patch
 Patch21:seamonkey-shared-nss-db.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -95,7 +93,7 @@
 # so using %opensuse_bs is secure for now
 BuildRequires:  mozilla-nspr-devel
 PreReq: mozilla-nspr >= %(rpm -q --queryformat '%{VERSION}' 
mozilla-nspr)
-BuildRequires:  mozilla-nss-devel >= 3.13.4
+BuildRequires:  mozilla-nss-devel >= 3.13.5
 PreReq: mozilla-nss >= %(rpm -q --queryformat '%{VERSION}' mozilla-nss)
 
 %description
@@ -168,12 +166,10 @@
 %patch4 -p1
 %endif
 %patch5 -p1
-%patch6 -p1
 %patch8 -p1
 %patch10 -p1
 %patch11 -p1
-#%patch12 -p1
-%patch13 -p1
+%patch12 -p1
 popd
 # comm patches
 %patch20 -p1

++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.HRuyDL/_old  2012-07-22 15:26:09.0 +0200
+++ /var/tmp/diff_new_pack.HRuyDL/_new  2012-07-22 15:26:09.0 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL="release"
 BRANCH="releases/comm-$CHANNEL"
-RELEASE_TAG="SEAMONKEY_2_10_1_RELEASE"
-VERSION="2.10.1"
+RELEASE_TAG="SEAMONKEY_2_11_RELEASE"
+VERSION="2.11"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH seamonkey

++ l10n-2.10.1.tar.bz2 -> l10n-2.11.tar.bz2 ++
/work/SRC/openSUSE:Factory/seamonkey/l10n-2.10.1.tar.bz2 
/work/SRC/openSUSE:Factory/.seamonkey.new/l10n-2.11.tar.bz2 differ: char 11, 
line 1

++ mozilla-gcc47.patch ++
--- /var/tmp/diff_new_pack.HRuyDL/_old  2012-07-22 15:26:09.0 +0200
+++ /var/tmp/diff_new_pack.HRuyDL/_new  2012-07-22 15:26:09.0 +0200
@@ -

commit rubygem-webyast-time for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-time for 
openSUSE:Factory checked in at 2012-07-22 15:24:17

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-time (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-time.new (New)


Package is "rubygem-webyast-time", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-time/rubygem-webyast-time.changes
2012-06-26 17:36:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-time.new/rubygem-webyast-time.changes
   2012-07-22 15:24:27.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 20 14:44:35 UTC 2012 - lsle...@suse.cz
+
+- PreRequire yast2-country so the *.policy files are available
+  when granting permissions in %post (bnc#762518)
+- 0.3.4
+
+---

Old:

  webyast-time-0.3.3.gem

New:

  webyast-time-0.3.4.gem



Other differences:
--
++ rubygem-webyast-time.spec ++
--- /var/tmp/diff_new_pack.LNIEPs/_old  2012-07-22 15:24:28.0 +0200
+++ /var/tmp/diff_new_pack.LNIEPs/_new  2012-07-22 15:24:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-time
-Version:0.3.3
+Version:0.3.4
 Release:0
 %define mod_name webyast-time
 %define mod_full_name %{mod_name}-%{version}
@@ -44,13 +44,13 @@
 Group:  Productivity/Networking/Web/Utilities
 Source: %{mod_full_name}.gem
 
-# YaPI/TIME.pm
+# YaPI/TIME.pm, *.policy
 %if 0%{?suse_version} == 0 || %suse_version > 1110
 # 11.2 or newer
-Requires:   yast2-country >= 2.18.10
+PreReq: yast2-country >= 2.18.10
 %else
 # 11.1 or SLES11
-Requires:   yast2-country >= 2.17.34.2
+PreReq: yast2-country >= 2.17.34.2
 %endif
 
 %package doc

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



commit rubygem-webyast-time for openSUSE:12.2

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-time for 
openSUSE:12.2 checked in at 2012-07-22 15:24:22

Comparing /work/SRC/openSUSE:12.2/rubygem-webyast-time (Old)
 and  /work/SRC/openSUSE:12.2/.rubygem-webyast-time.new (New)


Package is "rubygem-webyast-time", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.2/rubygem-webyast-time/rubygem-webyast-time.changes   
2012-06-26 17:36:20.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.rubygem-webyast-time.new/rubygem-webyast-time.changes  
2012-07-22 15:24:28.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 20 14:44:35 UTC 2012 - lsle...@suse.cz
+
+- PreRequire yast2-country so the *.policy files are available
+  when granting permissions in %post (bnc#762518)
+- 0.3.4
+
+---

Old:

  webyast-time-0.3.3.gem

New:

  webyast-time-0.3.4.gem



Other differences:
--
++ rubygem-webyast-time.spec ++
--- /var/tmp/diff_new_pack.ez6fiR/_old  2012-07-22 15:24:28.0 +0200
+++ /var/tmp/diff_new_pack.ez6fiR/_new  2012-07-22 15:24:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-time
-Version:0.3.3
+Version:0.3.4
 Release:0
 %define mod_name webyast-time
 %define mod_full_name %{mod_name}-%{version}
@@ -44,13 +44,13 @@
 Group:  Productivity/Networking/Web/Utilities
 Source: %{mod_full_name}.gem
 
-# YaPI/TIME.pm
+# YaPI/TIME.pm, *.policy
 %if 0%{?suse_version} == 0 || %suse_version > 1110
 # 11.2 or newer
-Requires:   yast2-country >= 2.18.10
+PreReq: yast2-country >= 2.18.10
 %else
 # 11.1 or SLES11
-Requires:   yast2-country >= 2.17.34.2
+PreReq: yast2-country >= 2.17.34.2
 %endif
 
 %package doc

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



commit rubygem-webyast-software for openSUSE:12.2

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-software for 
openSUSE:12.2 checked in at 2012-07-22 15:23:43

Comparing /work/SRC/openSUSE:12.2/rubygem-webyast-software (Old)
 and  /work/SRC/openSUSE:12.2/.rubygem-webyast-software.new (New)


Package is "rubygem-webyast-software", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:12.2/rubygem-webyast-software/rubygem-webyast-software.changes
   2012-06-25 15:52:28.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.rubygem-webyast-software.new/rubygem-webyast-software.changes
  2012-07-22 15:23:44.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 20 13:52:12 UTC 2012 - lsle...@suse.cz
+
+- fixed crash in Ruby 1.9 (syntax error)
+- 0.3.23
+
+---

Old:

  webyast-software-0.3.22.gem

New:

  webyast-software-0.3.23.gem



Other differences:
--
++ rubygem-webyast-software.spec ++
--- /var/tmp/diff_new_pack.AKlPcw/_old  2012-07-22 15:23:44.0 +0200
+++ /var/tmp/diff_new_pack.AKlPcw/_new  2012-07-22 15:23:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-software
-Version:0.3.22
+Version:0.3.23
 Release:0
 %define mod_name webyast-software
 %define mod_full_name %{mod_name}-%{version}




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



commit rubygem-webyast-software for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-software for 
openSUSE:Factory checked in at 2012-07-22 15:23:38

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-software (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-software.new (New)


Package is "rubygem-webyast-software", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-software/rubygem-webyast-software.changes
2012-06-10 23:20:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-software.new/rubygem-webyast-software.changes
   2012-07-22 15:23:40.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 20 13:52:12 UTC 2012 - lsle...@suse.cz
+
+- fixed crash in Ruby 1.9 (syntax error)
+- 0.3.23
+
+---

Old:

  webyast-software-0.3.22.gem

New:

  webyast-software-0.3.23.gem



Other differences:
--
++ rubygem-webyast-software.spec ++
--- /var/tmp/diff_new_pack.ChtejR/_old  2012-07-22 15:23:41.0 +0200
+++ /var/tmp/diff_new_pack.ChtejR/_new  2012-07-22 15:23:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-software
-Version:0.3.22
+Version:0.3.23
 Release:0
 %define mod_name webyast-software
 %define mod_full_name %{mod_name}-%{version}




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



commit rubygem-ruby_parser for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby_parser for 
openSUSE:Factory checked in at 2012-07-22 15:23:26

Comparing /work/SRC/openSUSE:Factory/rubygem-ruby_parser (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-ruby_parser.new (New)


Package is "rubygem-ruby_parser", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby_parser/rubygem-ruby_parser.changes  
2012-04-17 22:02:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby_parser.new/rubygem-ruby_parser.changes 
2012-07-22 15:23:29.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 15 12:11:04 UTC 2012 - co...@suse.com
+
+- fix gem requires
+
+---
@@ -5 +9,0 @@
-  



Other differences:
--
++ rubygem-ruby_parser.spec ++
--- /var/tmp/diff_new_pack.zxHK0P/_old  2012-07-22 15:23:30.0 +0200
+++ /var/tmp/diff_new_pack.zxHK0P/_new  2012-07-22 15:23:30.0 +0200
@@ -25,8 +25,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
-BuildRequires:  rubygem-sexp_processor >= 3.0
-Requires:   rubygem-sexp_processor >= 3.0
+# sexp_processor ~> 3.0
+BuildRequires:  rubygem-sexp_processor-3 >= 3.0
+Requires:   rubygem-sexp_processor-3 >= 3.0
+Provides:   rubygem-ruby_parser-2 = %{version}
 #
 Url:http://parsetree.rubyforge.org/
 Source: %{mod_name}-%{version}.gem


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



commit rubygem-railties-3_2 for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-railties-3_2 for 
openSUSE:Factory checked in at 2012-07-22 15:23:16

Comparing /work/SRC/openSUSE:Factory/rubygem-railties-3_2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-railties-3_2.new (New)


Package is "rubygem-railties-3_2", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-railties-3_2/rubygem-railties-3_2.changes
2012-05-14 16:21:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-railties-3_2.new/rubygem-railties-3_2.changes
   2012-07-22 15:23:19.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 28 12:54:51 UTC 2012 - co...@suse.com
+
+- update to 3.2.6,
+  * Add hook for resource route's generator. *Santiago Pastorino*
+
+---

Old:

  railties-3.2.3.gem

New:

  railties-3.2.6.gem



Other differences:
--
++ rubygem-railties-3_2.spec ++
--- /var/tmp/diff_new_pack.HvI0oH/_old  2012-07-22 15:23:20.0 +0200
+++ /var/tmp/diff_new_pack.HvI0oH/_new  2012-07-22 15:23:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-railties-3_2
-Version:3.2.3
+Version:3.2.6
 Release:0
 Summary:Tools for creating, working with, and running Rails 
applications
 License:MIT
@@ -29,20 +29,20 @@
 %define mod_weight 32
 Source: %{mod_full_name}.gem
 BuildRequires:  ruby-devel >= 1.8.7
-BuildRequires:  rubygem-actionpack%{mod_branch} = 3.2.3
-BuildRequires:  rubygem-activesupport%{mod_branch} = 3.2.3
+BuildRequires:  rubygem-actionpack%{mod_branch} = %{version}
+BuildRequires:  rubygem-activesupport%{mod_branch} = %{version}
 BuildRequires:  rubygem-rack-ssl-1_3 >= 1.3.2
 BuildRequires:  rubygem-rake >= 0.8.7
 BuildRequires:  rubygem-rdoc-3 >= 3.4
-BuildRequires:  rubygem-thor-0_14 >= 0.14.6
+BuildRequires:  rubygem-thor-0 >= 0.14.6
 BuildRequires:  rubygems_with_buildroot_patch
 Requires:   ruby >= 1.8.7
-Requires:   rubygem-actionpack%{mod_branch} = 3.2.3
-Requires:   rubygem-activesupport%{mod_branch} = 3.2.3
+Requires:   rubygem-actionpack%{mod_branch} = %{version}
+Requires:   rubygem-activesupport%{mod_branch} = %{version}
 Requires:   rubygem-rack-ssl-1_3 >= 1.3.2
 Requires:   rubygem-rake >= 0.8.7
 Requires:   rubygem-rdoc-3 >= 3.4
-Requires:   rubygem-thor-0_14 >= 0.14.6
+Requires:   rubygem-thor-0 >= 0.14.6
 Provides:   rubygem-%{mod_name} = %{version}
 Provides:   rubygem-%{mod_name}-3 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit rubygem-rails-3_2 for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rails-3_2 for 
openSUSE:Factory checked in at 2012-07-22 15:23:07

Comparing /work/SRC/openSUSE:Factory/rubygem-rails-3_2 (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rails-3_2.new (New)


Package is "rubygem-rails-3_2", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rails-3_2/rubygem-rails-3_2.changes  
2012-06-01 22:32:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rails-3_2.new/rubygem-rails-3_2.changes 
2012-07-22 15:23:09.0 +0200
@@ -1,0 +2,6 @@
+Fri Jun 29 12:08:10 UTC 2012 - co...@suse.com
+
+- update to 3.2.6
+  - just a version bump
+
+---

Old:

  rails-3.2.3.gem

New:

  rails-3.2.6.gem



Other differences:
--
++ rubygem-rails-3_2.spec ++
--- /var/tmp/diff_new_pack.DmR0eL/_old  2012-07-22 15:23:10.0 +0200
+++ /var/tmp/diff_new_pack.DmR0eL/_new  2012-07-22 15:23:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-rails-3_2
-Version:3.2.3
+Version:3.2.6
 Release:0
 Summary:Full-stack web application framework
 License:MIT
@@ -27,22 +27,22 @@
 %define mod_full_name %{mod_name}-%{version}
 Source: %{mod_full_name}.gem
 BuildRequires:  ruby-devel >= 1.8.7
-BuildRequires:  rubygem-actionmailer-3_2 = 3.2.3
-BuildRequires:  rubygem-actionpack-3_2 = 3.2.3
-BuildRequires:  rubygem-activerecord-3_2 = 3.2.3
-BuildRequires:  rubygem-activeresource-3_2 = 3.2.3
-BuildRequires:  rubygem-activesupport-3_2 = 3.2.3
+BuildRequires:  rubygem-actionmailer-3_2 = %{version}
+BuildRequires:  rubygem-actionpack-3_2 = %{version}
+BuildRequires:  rubygem-activerecord-3_2 = %{version}
+BuildRequires:  rubygem-activeresource-3_2 = %{version}
+BuildRequires:  rubygem-activesupport-3_2 = %{version}
 BuildRequires:  rubygem-bundler-1 >= 1.0
-BuildRequires:  rubygem-railties-3_2 = 3.2.3
+BuildRequires:  rubygem-railties-3_2 = %{version}
 BuildRequires:  rubygems_with_buildroot_patch
 Requires:   ruby >= 1.8.7
-Requires:   rubygem-actionmailer-3_2 = 3.2.3
-Requires:   rubygem-actionpack-3_2 = 3.2.3
-Requires:   rubygem-activerecord-3_2 = 3.2.3
-Requires:   rubygem-activeresource-3_2 = 3.2.3
-Requires:   rubygem-activesupport-3_2 = 3.2.3
+Requires:   rubygem-actionmailer-3_2 = %{version}
+Requires:   rubygem-actionpack-3_2 = %{version}
+Requires:   rubygem-activerecord-3_2 = %{version}
+Requires:   rubygem-activeresource-3_2 = %{version}
+Requires:   rubygem-activesupport-3_2 = %{version}
 Requires:   rubygem-bundler-1 >= 1.0
-Requires:   rubygem-railties-3_2 = 3.2.3
+Requires:   rubygem-railties-3_2 = %{version}
 Provides:   rubygem-%{mod_name} = %{version}
 Provides:   rubygem-%{mod_name}-3 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit qemu for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package qemu for openSUSE:Factory checked in 
at 2012-07-22 15:20:35

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


Package is "qemu", Maintainer is "brog...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/qemu/qemu.changes2012-06-29 
11:34:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.qemu.new/qemu.changes   2012-07-22 
15:21:31.0 +0200
@@ -1,0 +2,25 @@
+Wed Jul 11 21:16:34 UTC 2012 - ag...@suse.com
+
+- fix segfault even better
+
+---
+Wed Jul 11 14:52:02 UTC 2012 - ag...@suse.com
+
+- linux-user: improve locking even across tb flushes
+
+---
+Tue Jul 10 18:43:31 UTC 2012 - ag...@suse.com
+
+- linux-user: pin multi-threaded applications to a single host cpu
+
+---
+Tue Jul 10 16:42:54 UTC 2012 - ag...@suse.com
+
+- linux-user: improve lock
+
+---
+Thu Jul  5 15:37:05 UTC 2012 - ag...@suse.com
+
+- linux-user: add tcg lock for multi-threaded guest programs
+
+---

New:

  0025-linux-user-lock-tcg.patch.patch
  0026-linux-user-Run-multi-threaded-code-.patch
  0027-linux-user-lock-tb-flushing-too.pat.patch
  0028-XXX-merge-with-segmentation-fault-p.patch



Other differences:
--
++ qemu.spec ++
--- /var/tmp/diff_new_pack.U4d1Jo/_old  2012-07-22 15:21:32.0 +0200
+++ /var/tmp/diff_new_pack.U4d1Jo/_new  2012-07-22 15:21:32.0 +0200
@@ -48,6 +48,10 @@
 Patch0022:  0022-use-libexecdir-instead-of-ignoring-.patch
 Patch0023:  0023-linux-user-Ignore-broken-loop-ioctl.patch
 Patch0024:  0024-linux-user-fix-segmentation-fault-p.patch
+Patch0025:  0025-linux-user-lock-tcg.patch.patch
+Patch0026:  0026-linux-user-Run-multi-threaded-code-.patch
+Patch0027:  0027-linux-user-lock-tb-flushing-too.pat.patch
+Patch0028:  0028-XXX-merge-with-segmentation-fault-p.patch
 # this is to make lint happy
 Source300:  rpmlintrc
 Source302:  bridge.conf
@@ -179,6 +183,10 @@
 %patch0022 -p1
 %patch0023 -p1
 %patch0024 -p1
+%patch0025 -p1
+%patch0026 -p1
+%patch0027 -p1
+%patch0028 -p1
 
 %build
 # build QEMU

++ 0025-linux-user-lock-tcg.patch.patch ++
>From 9a66bfa1a21b7429229be3d52b1d6ea08b141d36 Mon Sep 17 00:00:00 2001
From: Alexander Graf 
Date: Thu, 5 Jul 2012 17:31:39 +0200
Subject: [PATCH] linux-user: lock tcg

The tcg code generator is not thread safe. Lock its generation between
different threads.

Signed-off-by: Alexander Graf 
---
 linux-user/mmap.c |3 +++
 tcg/tcg.c |   36 ++--
 tcg/tcg.h |6 ++
 3 files changed, 43 insertions(+), 2 deletions(-)

diff --git a/linux-user/mmap.c b/linux-user/mmap.c
index 3f5e1d7..83e9eda 100644
--- a/linux-user/mmap.c
+++ b/linux-user/mmap.c
@@ -30,6 +30,7 @@
 
 #include "qemu.h"
 #include "qemu-common.h"
+#include "tcg.h"
 
 //#define DEBUG_MMAP
 
@@ -41,6 +42,7 @@ void mmap_lock(void)
 {
 if (mmap_lock_count++ == 0) {
 pthread_mutex_lock(&mmap_mutex);
+tcg_lock();
 }
 }
 
@@ -48,6 +50,7 @@ void mmap_unlock(void)
 {
 if (--mmap_lock_count == 0) {
 pthread_mutex_unlock(&mmap_mutex);
+tcg_unlock();
 }
 }
 
diff --git a/tcg/tcg.c b/tcg/tcg.c
index ab589c7..4c93acb 100644
--- a/tcg/tcg.c
+++ b/tcg/tcg.c
@@ -40,6 +40,8 @@
 #include "cache-utils.h"
 #include "host-utils.h"
 #include "qemu-timer.h"
+#include "config-host.h"
+#include "qemu-thread.h"
 
 /* Note: the long term plan is to reduce the dependancies on the QEMU
CPU definitions. Currently they are used for qemu_ld/st
@@ -105,6 +107,29 @@ static TCGRegSet tcg_target_call_clobber_regs;
 uint16_t *gen_opc_ptr;
 TCGArg *gen_opparam_ptr;
 
+#ifdef CONFIG_USER_ONLY
+static __thread int tcg_lock_count;
+#endif
+void tcg_lock(void)
+{
+#ifdef CONFIG_USER_ONLY
+TCGContext *s = &tcg_ctx;
+if (tcg_lock_count++ == 0) {
+qemu_mutex_lock(&s->lock);
+}
+#endif
+}
+
+void tcg_unlock(void)
+{
+#ifdef CONFIG_USER_ONLY
+TCGContext *s = &tcg_ctx;
+if (--tcg_lock_count == 0) {
+qemu_mutex_unlock(&s->lock);
+}
+#endif
+}
+
 static inline void tcg_out8(TCGContext *s, uint8_t v)
 {
 *s->code_ptr++ = v;
@@ -245,7 +270,8 @@ void tcg_context_init(TCGContext *s)
 memset(s, 0, sizeof(*s));
 s->temps = s->static_temps;
 s->nb_globals = 0;
-
+qemu_mutex_init(&s->lock);
+
 /* Count total number of arguments and allocate the corresponding
  

commit perl-Glib for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package perl-Glib for openSUSE:Factory 
checked in at 2012-07-22 15:18:16

Comparing /work/SRC/openSUSE:Factory/perl-Glib (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Glib.new (New)


Package is "perl-Glib", Maintainer is "dlova...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Glib/perl-Glib.changes  2012-02-14 
13:08:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Glib.new/perl-Glib.changes 2012-07-22 
15:18:21.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 21 06:00:04 UTC 2012 - co...@suse.com
+
+- disable test suite, creates bigger problems than it helps atm
+
+---



Other differences:
--
++ perl-Glib.spec ++
--- /var/tmp/diff_new_pack.uWieMI/_old  2012-07-22 15:18:22.0 +0200
+++ /var/tmp/diff_new_pack.uWieMI/_new  2012-07-22 15:18:22.0 +0200
@@ -47,15 +47,12 @@
 make %{?_smp_mflags}
 
 %check
-make test
+# loves to freeze randomly in OBS make test
 
 %install
 %perl_make_install
 %perl_process_packlist
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc ChangeLog.pre-git README AUTHORS LICENSE NEWS TODO

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



commit package-translations for openSUSE:12.2

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:12.2 checked in at 2012-07-22 15:17:28

Comparing /work/SRC/openSUSE:12.2/package-translations (Old)
 and  /work/SRC/openSUSE:12.2/.package-translations.new (New)


Package is "package-translations", Maintainer is "co...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/package-translations/package-translations.changes   
2012-07-20 10:24:45.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.package-translations.new/package-translations.changes  
2012-07-22 15:17:29.0 +0200
@@ -2 +2 @@
-Thu Jul 19 16:13:53 CEST 2012 - 
+Fri Jul 20 16:14:04 CEST 2012 - 
@@ -4 +4 @@
-- automated update on 2012-07-19
+- automated update on 2012-07-20



Other differences:
--
++ package-translations.tar.bz2 ++
Files old/mo/package-translations-zh_CN.mo and 
new/mo/package-translations-zh_CN.mo differ

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



commit package-translations for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory checked in at 2012-07-22 15:17:24

Comparing /work/SRC/openSUSE:Factory/package-translations (Old)
 and  /work/SRC/openSUSE:Factory/.package-translations.new (New)


Package is "package-translations", Maintainer is "co...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2012-07-20 10:24:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.package-translations.new/package-translations.changes
   2012-07-22 15:17:25.0 +0200
@@ -2 +2 @@
-Thu Jul 19 16:13:53 CEST 2012 - 
+Fri Jul 20 16:14:04 CEST 2012 - 
@@ -4 +4 @@
-- automated update on 2012-07-19
+- automated update on 2012-07-20



Other differences:
--
++ package-translations.tar.bz2 ++
Files old/mo/package-translations-zh_CN.mo and 
new/mo/package-translations-zh_CN.mo differ

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



commit openct for openSUSE:12.2

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package openct for openSUSE:12.2 checked in 
at 2012-07-22 15:16:49

Comparing /work/SRC/openSUSE:12.2/openct (Old)
 and  /work/SRC/openSUSE:12.2/.openct.new (New)


Package is "openct", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/openct/openct.changes   2012-06-25 
15:47:34.0 +0200
+++ /work/SRC/openSUSE:12.2/.openct.new/openct.changes  2012-07-22 
15:16:50.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 13 13:41:09 UTC 2012 - rmila...@suse.com
+
+- Setup correctly the udev rule and scripts for udev.
+
+---



Other differences:
--
++ openct.spec ++
--- /var/tmp/diff_new_pack.WyM35l/_old  2012-07-22 15:16:50.0 +0200
+++ /var/tmp/diff_new_pack.WyM35l/_new  2012-07-22 15:16:50.0 +0200
@@ -161,7 +161,7 @@
--with-daemon-groups=%{GROUP}\
--with-bundle=%{ifddir}\
--with-ifddir=%{ifddir}\
-   --with-udev=/lib/udev/rules.d
+   --with-udev=/lib/udev
 make %{?jobs:-j%jobs}
 
 %install
@@ -178,6 +178,9 @@
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/init.d
 install etc/init-script $RPM_BUILD_ROOT%{_sysconfdir}/init.d/openct
 ln -s ../..%{_sysconfdir}/init.d/openct $RPM_BUILD_ROOT%{_sbindir}/rcopenct
+# Install 60-openct.rules rule for udev
+mkdir -p $RPM_BUILD_ROOT/lib/udev/rules.d
+install -m0644 etc/openct.udev $RPM_BUILD_ROOT/lib/udev/rules.d/60-openct.rules
 #
 # Copy the rest of documentation
 cp LGPL-2.1 README.SUSE TODO doc/nonpersistent/ChangeLog 
etc/openct-disable.fdi $RPM_BUILD_ROOT%{_docdir}/%{name}
@@ -220,7 +223,7 @@
 %{_sbindir}/*
 %{_sysconfdir}/init.d/openct
 %config(noreplace) %{_sysconfdir}/openct.conf
-/lib/udev/rules.d/*
+/lib/udev/*
 
 %files -n libopenct1
 %defattr(-,root,root)

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



commit openct for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package openct for openSUSE:Factory checked 
in at 2012-07-22 15:16:44

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


Package is "openct", Maintainer is "sbra...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/openct/openct.changes2012-06-13 
17:07:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.openct.new/openct.changes   2012-07-22 
15:16:46.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 13 13:41:09 UTC 2012 - rmila...@suse.com
+
+- Setup correctly the udev rule and scripts for udev.
+
+---



Other differences:
--
++ openct.spec ++
--- /var/tmp/diff_new_pack.I2vB5z/_old  2012-07-22 15:16:47.0 +0200
+++ /var/tmp/diff_new_pack.I2vB5z/_new  2012-07-22 15:16:47.0 +0200
@@ -161,7 +161,7 @@
--with-daemon-groups=%{GROUP}\
--with-bundle=%{ifddir}\
--with-ifddir=%{ifddir}\
-   --with-udev=/lib/udev/rules.d
+   --with-udev=/lib/udev
 make %{?jobs:-j%jobs}
 
 %install
@@ -178,6 +178,9 @@
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/init.d
 install etc/init-script $RPM_BUILD_ROOT%{_sysconfdir}/init.d/openct
 ln -s ../..%{_sysconfdir}/init.d/openct $RPM_BUILD_ROOT%{_sbindir}/rcopenct
+# Install 60-openct.rules rule for udev
+mkdir -p $RPM_BUILD_ROOT/lib/udev/rules.d
+install -m0644 etc/openct.udev $RPM_BUILD_ROOT/lib/udev/rules.d/60-openct.rules
 #
 # Copy the rest of documentation
 cp LGPL-2.1 README.SUSE TODO doc/nonpersistent/ChangeLog 
etc/openct-disable.fdi $RPM_BUILD_ROOT%{_docdir}/%{name}
@@ -220,7 +223,7 @@
 %{_sbindir}/*
 %{_sysconfdir}/init.d/openct
 %config(noreplace) %{_sysconfdir}/openct.conf
-/lib/udev/rules.d/*
+/lib/udev/*
 
 %files -n libopenct1
 %defattr(-,root,root)

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



commit kiwi-config-openSUSE for openSUSE:12.2

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:12.2 checked in at 2012-07-22 15:16:19

Comparing /work/SRC/openSUSE:12.2/kiwi-config-openSUSE (Old)
 and  /work/SRC/openSUSE:12.2/.kiwi-config-openSUSE.new (New)


Package is "kiwi-config-openSUSE", Maintainer is "co...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/kiwi-config-openSUSE/kiwi-config-openSUSE.changes   
2012-07-02 21:42:37.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes  
2012-07-22 15:16:20.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 21 05:35:29 UTC 2012 - co...@suse.com
+
+- use 12.2 repos
+
+---



Other differences:
--

++ config.xml.in ++
--- /var/tmp/diff_new_pack.S6dniR/_old  2012-07-22 15:16:21.0 +0200
+++ /var/tmp/diff_new_pack.S6dniR/_new  2012-07-22 15:16:21.0 +0200
@@ -46,9 +46,9 @@
 
   
   
-http://download.opensuse.org/factory/repo/oss/"/>
+http://download.opensuse.org/distribution/12.2/repo/oss/"/>
   
   
-http://download.opensuse.org/repositories/openSUSE:/Factory:/Live/standard/"/>
+http://download.opensuse.org/repositories/openSUSE:/12.2:/Live/standard/"/>
   
 

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



commit kiwi-config-openSUSE for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:Factory checked in at 2012-07-22 15:16:13

Comparing /work/SRC/openSUSE:Factory/kiwi-config-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new (New)


Package is "kiwi-config-openSUSE", Maintainer is "co...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/kiwi-config-openSUSE/kiwi-config-openSUSE.changes
2012-07-02 21:53:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes
   2012-07-22 15:16:15.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 21 05:35:29 UTC 2012 - co...@suse.com
+
+- use 12.2 repos
+
+---



Other differences:
--

++ config.xml.in ++
--- /var/tmp/diff_new_pack.ZYmvDc/_old  2012-07-22 15:16:17.0 +0200
+++ /var/tmp/diff_new_pack.ZYmvDc/_new  2012-07-22 15:16:17.0 +0200
@@ -46,9 +46,9 @@
 
   
   
-http://download.opensuse.org/factory/repo/oss/"/>
+http://download.opensuse.org/distribution/12.2/repo/oss/"/>
   
   
-http://download.opensuse.org/repositories/openSUSE:/Factory:/Live/standard/"/>
+http://download.opensuse.org/repositories/openSUSE:/12.2:/Live/standard/"/>
   
 

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



commit inkscape for openSUSE:12.2

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package inkscape for openSUSE:12.2 checked 
in at 2012-07-22 15:16:03

Comparing /work/SRC/openSUSE:12.2/inkscape (Old)
 and  /work/SRC/openSUSE:12.2/.inkscape.new (New)


Package is "inkscape", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:12.2/inkscape/inkscape.changes   2012-06-25 
15:35:36.0 +0200
+++ /work/SRC/openSUSE:12.2/.inkscape.new/inkscape.changes  2012-07-22 
15:16:04.0 +0200
@@ -1,0 +2,10 @@
+Wed Jul 18 17:51:12 UTC 2012 - dims...@opensuse.org
+
+- Explicitly add ps2pdf-ext.py to the -extras package. This used to
+  be caught by the extras-split script, but due to the change of
+  this extensions to be a simple wrapper around ps2pdf from
+  ghostscript, it's missed (bnc#772085).
+- Add ghostscript Requires to the -extra package, as otherwise
+  ps2pdf-ext.py won't work at all.
+
+---



Other differences:
--
++ inkscape.spec ++
--- /var/tmp/diff_new_pack.Jnw6aw/_old  2012-07-22 15:16:05.0 +0200
+++ /var/tmp/diff_new_pack.Jnw6aw/_new  2012-07-22 15:16:05.0 +0200
@@ -71,6 +71,8 @@
 Summary:Vector Illustration Program - Extra Extensions
 Group:  Productivity/Graphics/Vector Editors
 Requires:   %{name} = %{version}
+# ps2pdf-ext.py is a wrapper around ps2pdf, which lives in ghostscript package.
+Requires:   ghostscript
 Requires:   python-lxml
 Requires:   python-xml
 # for cdr and wmf modules
@@ -251,13 +253,15 @@
 %exclude %{_datadir}/inkscape/extensions/fig*
 %exclude %{_datadir}/inkscape/extensions/*gimp*
 %exclude %{_datadir}/inkscape/extensions/sk*
-# this one is in extras, thanks to inkscape-split-extensions-extra.sh
+# this one is in extras, manually added there due to large dependencies on 
ghostscript
 %exclude %{_datadir}/inkscape/extensions/ps2pdf-ext.py
 
 %files extensions-extra -f inkscape-extensions-extra.lst
 %defattr(-,root,root)
 %{_datadir}/inkscape/extensions/Barcode
 %{_datadir}/inkscape/extensions/cdr*
+# ps2pdf-ext is a wrapper around ps2pdf binary (part of ghostscript)
+%{_datadir}/inkscape/extensions/ps2pdf-ext.py
 %{_datadir}/inkscape/extensions/wmf*
 # This extensions seems erronous being copied in here too.
 %exclude %{_datadir}/inkscape/extensions/*gimp*

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



commit inkscape for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package inkscape for openSUSE:Factory 
checked in at 2012-07-22 15:15:58

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


Package is "inkscape", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/inkscape/inkscape.changes2012-06-16 
07:23:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.inkscape.new/inkscape.changes   2012-07-22 
15:15:59.0 +0200
@@ -1,0 +2,10 @@
+Wed Jul 18 17:51:12 UTC 2012 - dims...@opensuse.org
+
+- Explicitly add ps2pdf-ext.py to the -extras package. This used to
+  be caught by the extras-split script, but due to the change of
+  this extensions to be a simple wrapper around ps2pdf from
+  ghostscript, it's missed (bnc#772085).
+- Add ghostscript Requires to the -extra package, as otherwise
+  ps2pdf-ext.py won't work at all.
+
+---



Other differences:
--
++ inkscape.spec ++
--- /var/tmp/diff_new_pack.Vnxifa/_old  2012-07-22 15:16:00.0 +0200
+++ /var/tmp/diff_new_pack.Vnxifa/_new  2012-07-22 15:16:00.0 +0200
@@ -71,6 +71,8 @@
 Summary:Vector Illustration Program - Extra Extensions
 Group:  Productivity/Graphics/Vector Editors
 Requires:   %{name} = %{version}
+# ps2pdf-ext.py is a wrapper around ps2pdf, which lives in ghostscript package.
+Requires:   ghostscript
 Requires:   python-lxml
 Requires:   python-xml
 # for cdr and wmf modules
@@ -251,13 +253,15 @@
 %exclude %{_datadir}/inkscape/extensions/fig*
 %exclude %{_datadir}/inkscape/extensions/*gimp*
 %exclude %{_datadir}/inkscape/extensions/sk*
-# this one is in extras, thanks to inkscape-split-extensions-extra.sh
+# this one is in extras, manually added there due to large dependencies on 
ghostscript
 %exclude %{_datadir}/inkscape/extensions/ps2pdf-ext.py
 
 %files extensions-extra -f inkscape-extensions-extra.lst
 %defattr(-,root,root)
 %{_datadir}/inkscape/extensions/Barcode
 %{_datadir}/inkscape/extensions/cdr*
+# ps2pdf-ext is a wrapper around ps2pdf binary (part of ghostscript)
+%{_datadir}/inkscape/extensions/ps2pdf-ext.py
 %{_datadir}/inkscape/extensions/wmf*
 # This extensions seems erronous being copied in here too.
 %exclude %{_datadir}/inkscape/extensions/*gimp*

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



commit gnucash-docs for openSUSE:12.2

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package gnucash-docs for openSUSE:12.2 
checked in at 2012-07-22 15:15:23

Comparing /work/SRC/openSUSE:12.2/gnucash-docs (Old)
 and  /work/SRC/openSUSE:12.2/.gnucash-docs.new (New)


Package is "gnucash-docs", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:12.2/gnucash-docs/gnucash-docs.changes   2012-06-25 
15:20:47.0 +0200
+++ /work/SRC/openSUSE:12.2/.gnucash-docs.new/gnucash-docs.changes  
2012-07-22 15:15:28.0 +0200
@@ -1,0 +2,13 @@
+Fri Jul 20 20:27:18 UTC 2012 - dims...@opensuse.org
+
+- Add a self created source tarball, directly exported from svn.
+  The upstream provided tarball misses a bunch of file (notably in
+  the german language), which are all in svn, but due them not
+  being listed in Makefile.am, make dist did not add them to the
+  tarball (Addresses part of bnc#771530).
+- Add gnucash-docs-fixup.patch: mark the missing files to be
+  installed as well.
+- Add libtool BuildRequires and call autogen.sh in build section,
+  as this tarball has not been preprocessed at all.
+
+---

Old:

  gnucash-docs-2.4.1.tar.gz

New:

  gnucash-docs-2.4.1.svn.tar.xz
  gnucash-docs-fixup.patch



Other differences:
--
++ gnucash-docs.spec ++
--- /var/tmp/diff_new_pack.9Oeu5U/_old  2012-07-22 15:15:29.0 +0200
+++ /var/tmp/diff_new_pack.9Oeu5U/_new  2012-07-22 15:15:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnucash-docs
 #
-# 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
@@ -16,19 +16,24 @@
 #
 
 
-
 Name:   gnucash-docs
-Version:2.4.1
-Release:1
-License:GFDL-1.1 ; GPL-2.0+
+Version:2.4.1.svn
+Release:0
 Summary:Documentation Module for GnuCash
-Url:http://www.gnucash.org/
+License:GFDL-1.1 ; GPL-2.0+
 Group:  Productivity/Office/Finance
-Source: 
http://downloads.sourceforge.net/project/gnucash/gnucash-docs/2.4.1/%{name}-%{version}.tar.gz
+Url:http://www.gnucash.org/
+#Source: 
http://downloads.sourceforge.net/project/gnucash/gnucash-docs/2.4.1/%{name}-%{version}.tar.gz
+# The upstream tarball is actually rather broken, missing a bunch of files, 
which are all in svn. So we ship an
+# own tarball, which was created using "svn export 
http://code.gnucash.org/repo/gnucash-docs/tags/2.4.1 gnucash-docs-2.4.1.svn"
+Source: %{name}-%{version}.tar.xz
+Patch0: gnucash-docs-fixup.patch
 BuildRequires:  fdupes
 BuildRequires:  kdelibs3-doc
 # Only for directory ownership:
 BuildRequires:  libgnome
+# Needed for the svn exported tarball.
+BuildRequires:  libtool
 BuildRequires:  scrollkeeper
 BuildRequires:  sgml-skel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,8 +48,11 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
+# Needed for the svn exported tarball.
+./autogen.sh
 %configure
 make %{?_smp_mflags}
 

++ gnucash-docs-fixup.patch ++
Index: help/de_DE/Makefile.am
===
--- help/de_DE/Makefile.am  (revision 22269)
+++ help/de_DE/Makefile.am  (working copy)
@@ -7,7 +7,9 @@
legal.xml \
chartofaccts.xml \
chtacctseg.xml \
-   txf-categories.xml
+   txf-categories.xml \
+   Help_ch_GettingStarted.xml \
+   Help_ch_Intro.xml
 DISTCLEANFILES =  $(docname)-de_DE.omf.out
 CLEANFILES =  $(DISTCLEANFILES)
 include $(top_srcdir)/xmldocs.make
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnucash-docs for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package gnucash-docs for openSUSE:Factory 
checked in at 2012-07-22 15:15:18

Comparing /work/SRC/openSUSE:Factory/gnucash-docs (Old)
 and  /work/SRC/openSUSE:Factory/.gnucash-docs.new (New)


Package is "gnucash-docs", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gnucash-docs/gnucash-docs.changes
2011-10-02 10:09:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnucash-docs.new/gnucash-docs.changes   
2012-07-22 15:15:24.0 +0200
@@ -1,0 +2,13 @@
+Fri Jul 20 20:27:18 UTC 2012 - dims...@opensuse.org
+
+- Add a self created source tarball, directly exported from svn.
+  The upstream provided tarball misses a bunch of file (notably in
+  the german language), which are all in svn, but due them not
+  being listed in Makefile.am, make dist did not add them to the
+  tarball (Addresses part of bnc#771530).
+- Add gnucash-docs-fixup.patch: mark the missing files to be
+  installed as well.
+- Add libtool BuildRequires and call autogen.sh in build section,
+  as this tarball has not been preprocessed at all.
+
+---

Old:

  gnucash-docs-2.4.1.tar.gz

New:

  gnucash-docs-2.4.1.svn.tar.xz
  gnucash-docs-fixup.patch



Other differences:
--
++ gnucash-docs.spec ++
--- /var/tmp/diff_new_pack.6SmuF2/_old  2012-07-22 15:15:27.0 +0200
+++ /var/tmp/diff_new_pack.6SmuF2/_new  2012-07-22 15:15:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnucash-docs
 #
-# 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
@@ -16,19 +16,24 @@
 #
 
 
-
 Name:   gnucash-docs
-Version:2.4.1
-Release:1
-License:GFDL-1.1 ; GPL-2.0+
+Version:2.4.1.svn
+Release:0
 Summary:Documentation Module for GnuCash
-Url:http://www.gnucash.org/
+License:GFDL-1.1 ; GPL-2.0+
 Group:  Productivity/Office/Finance
-Source: 
http://downloads.sourceforge.net/project/gnucash/gnucash-docs/2.4.1/%{name}-%{version}.tar.gz
+Url:http://www.gnucash.org/
+#Source: 
http://downloads.sourceforge.net/project/gnucash/gnucash-docs/2.4.1/%{name}-%{version}.tar.gz
+# The upstream tarball is actually rather broken, missing a bunch of files, 
which are all in svn. So we ship an
+# own tarball, which was created using "svn export 
http://code.gnucash.org/repo/gnucash-docs/tags/2.4.1 gnucash-docs-2.4.1.svn"
+Source: %{name}-%{version}.tar.xz
+Patch0: gnucash-docs-fixup.patch
 BuildRequires:  fdupes
 BuildRequires:  kdelibs3-doc
 # Only for directory ownership:
 BuildRequires:  libgnome
+# Needed for the svn exported tarball.
+BuildRequires:  libtool
 BuildRequires:  scrollkeeper
 BuildRequires:  sgml-skel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,8 +48,11 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
+# Needed for the svn exported tarball.
+./autogen.sh
 %configure
 make %{?_smp_mflags}
 

++ gnucash-docs-fixup.patch ++
Index: help/de_DE/Makefile.am
===
--- help/de_DE/Makefile.am  (revision 22269)
+++ help/de_DE/Makefile.am  (working copy)
@@ -7,7 +7,9 @@
legal.xml \
chartofaccts.xml \
chtacctseg.xml \
-   txf-categories.xml
+   txf-categories.xml \
+   Help_ch_GettingStarted.xml \
+   Help_ch_Intro.xml
 DISTCLEANFILES =  $(docname)-de_DE.omf.out
 CLEANFILES =  $(DISTCLEANFILES)
 include $(top_srcdir)/xmldocs.make
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gnucash for openSUSE:12.2

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package gnucash for openSUSE:12.2 checked in 
at 2012-07-22 15:14:38

Comparing /work/SRC/openSUSE:12.2/gnucash (Old)
 and  /work/SRC/openSUSE:12.2/.gnucash.new (New)


Package is "gnucash", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:12.2/gnucash/gnucash.changes 2012-06-25 
15:20:45.0 +0200
+++ /work/SRC/openSUSE:12.2/.gnucash.new/gnucash.changes2012-07-22 
15:14:39.0 +0200
@@ -1,0 +2,14 @@
+Sat Jul 21 10:24:05 UTC 2012 - dims...@opensuse.org
+
+- Add gnucash-tip-of-the-day.patch: Fix "Tip of the day" parsing
+  when building with gcc 4.7: When making the text file
+  tips-of-the-day, GnuCash expects 'gcc -E' to preserve at least
+  one of the whitespace lines between entries. However, this relies
+  on behavior of 'gcc -E' that isn't actually part of the spec,
+  and is a historical accident. And it changed in gcc-4.7, such
+  that all the whitespace is removed. Work around this by
+  explicitly adding a newline in the sed expression. Pre gcc-4.7
+  there will be two newlines between tips, but this has no impact
+  on the tip displaying code.
+
+---

New:

  gnucash-tip-of-the-day.patch



Other differences:
--
++ gnucash.spec ++
--- /var/tmp/diff_new_pack.v6Xb68/_old  2012-07-22 15:14:39.0 +0200
+++ /var/tmp/diff_new_pack.v6Xb68/_new  2012-07-22 15:14:39.0 +0200
@@ -27,6 +27,8 @@
 Source1:%{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM gnucash-fix-python-install.patch bgo#668196 
vu...@opensuse.org -- Fix installation of python bindings
 Patch0: gnucash-fix-python-install.patch
+# PATCH-FIX-UPSTREAM gnucash-tip-of-the-day.patch bnc#771603 
dims...@opensuse.org -- Fix tip-of-the-day with gcc-4.7, svn commit r22246
+Patch1: gnucash-tip-of-the-day.patch
 # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
 Patch3: gnucash-cpan-warning.patch
 BuildRequires:  automake
@@ -129,6 +131,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1
 # This patch must be applied:
 %patch3
 

++ gnucash-tip-of-the-day.patch ++
Index: doc/Makefile.am
===
--- doc/Makefile.am (revision 22245)
+++ doc/Makefile.am (revision 22246)
@@ -49,7 +49,7 @@
 tip_of_the_day.list: tip_of_the_day.list.in Makefile
${CC} -E -P -x c -D'N_(x)=x' -o $@.tmp $<
cat -s $@.tmp | ${SED} -e 's/^ *"//' \
-  -e 's/" *$$//' \
+  -e 's/" *$$/\n/' \
   -e 's/"* *[|] */|/' \
-e 
's:@-GNUCASH_LATEST_STABLE_SERIES-@:${GNUCASH_LATEST_STABLE_SERIES}:g' > $@
rm -f $@.tmp

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



commit gnucash for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package gnucash for openSUSE:Factory checked 
in at 2012-07-22 15:14:31

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


Package is "gnucash", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gnucash/gnucash.changes  2012-03-09 
21:22:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnucash.new/gnucash.changes 2012-07-22 
15:14:33.0 +0200
@@ -1,0 +2,14 @@
+Sat Jul 21 10:24:05 UTC 2012 - dims...@opensuse.org
+
+- Add gnucash-tip-of-the-day.patch: Fix "Tip of the day" parsing
+  when building with gcc 4.7: When making the text file
+  tips-of-the-day, GnuCash expects 'gcc -E' to preserve at least
+  one of the whitespace lines between entries. However, this relies
+  on behavior of 'gcc -E' that isn't actually part of the spec,
+  and is a historical accident. And it changed in gcc-4.7, such
+  that all the whitespace is removed. Work around this by
+  explicitly adding a newline in the sed expression. Pre gcc-4.7
+  there will be two newlines between tips, but this has no impact
+  on the tip displaying code.
+
+---

New:

  gnucash-tip-of-the-day.patch



Other differences:
--
++ gnucash.spec ++
--- /var/tmp/diff_new_pack.SEIG9D/_old  2012-07-22 15:14:35.0 +0200
+++ /var/tmp/diff_new_pack.SEIG9D/_new  2012-07-22 15:14:35.0 +0200
@@ -27,6 +27,8 @@
 Source1:%{name}-rpmlintrc
 # PATCH-FIX-UPSTREAM gnucash-fix-python-install.patch bgo#668196 
vu...@opensuse.org -- Fix installation of python bindings
 Patch0: gnucash-fix-python-install.patch
+# PATCH-FIX-UPSTREAM gnucash-tip-of-the-day.patch bnc#771603 
dims...@opensuse.org -- Fix tip-of-the-day with gcc-4.7, svn commit r22246
+Patch1: gnucash-tip-of-the-day.patch
 # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
 Patch3: gnucash-cpan-warning.patch
 BuildRequires:  automake
@@ -129,6 +131,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1
 # This patch must be applied:
 %patch3
 

++ gnucash-tip-of-the-day.patch ++
Index: doc/Makefile.am
===
--- doc/Makefile.am (revision 22245)
+++ doc/Makefile.am (revision 22246)
@@ -49,7 +49,7 @@
 tip_of_the_day.list: tip_of_the_day.list.in Makefile
${CC} -E -P -x c -D'N_(x)=x' -o $@.tmp $<
cat -s $@.tmp | ${SED} -e 's/^ *"//' \
-  -e 's/" *$$//' \
+  -e 's/" *$$/\n/' \
   -e 's/"* *[|] */|/' \
-e 
's:@-GNUCASH_LATEST_STABLE_SERIES-@:${GNUCASH_LATEST_STABLE_SERIES}:g' > $@
rm -f $@.tmp

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



commit gnome-shell for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2012-07-22 15:13:05

Comparing /work/SRC/openSUSE:Factory/gnome-shell (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-shell.new (New)


Package is "gnome-shell", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2012-07-18 
17:16:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 
2012-07-22 15:13:07.0 +0200
@@ -1,0 +2,27 @@
+Sat Jul 21 11:23:03 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.4.2:
+  + Mirror Evolution calendar settings into our own schema
+[bgo#674424]
+  + gdm: don't fail if fprintd unavailable [bgo#675006]
+  + Fix broken extension loading [bgo#670477]
+  + Fix filtering of Empathy notifications [bgo#675370]
+  + telepathyClient: Ignore invalidated channels [bgo#677457]
+  + popupMenu: Fix freeze when appMenu is not populated in one go
+[bgo#676447]
+  + mount-operation: fix exceptions when showing password entry
+[bgo#678428]
+  + Misc. fixes [bgo#677441, bgo#676175]
+- Drop gnome-shell-load-ext.patch: fixed upstream.
+- Drop gnome-shell-chat-notifications-fix.patch: fixed upstream.
+
+---
+Thu Jul 19 17:53:07 UTC 2012 - badshah...@gmail.com
+
+- Add gnome-shell-chat-notifications-fix.patch to fix several
+  issues with chat notifications in gnome-shell including a
+  regression introduced in the 3.4.x series [bgo#677457,
+  bgo#676175, bgo#675370]; all patches came from upstream git
+  commits.
+
+---

Old:

  gnome-shell-3.4.1.tar.xz
  gnome-shell-load-ext.patch

New:

  gnome-shell-3.4.2.tar.xz



Other differences:
--
++ gnome-shell.spec ++
--- /var/tmp/diff_new_pack.NBYuFT/_old  2012-07-22 15:13:09.0 +0200
+++ /var/tmp/diff_new_pack.NBYuFT/_new  2012-07-22 15:13:09.0 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   gnome-shell
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:GNOME Shell
 License:GPL-2.0+
 Group:  System/GUI/GNOME
 Url:http://live.gnome.org/GnomeShell
 Source: 
http://download.gnome.org/sources/gnome-shell/3.4/%{name}-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE gnome-shell-load-ext.patch bnc#755862 bgo#670477 
dims...@opensuse.org - Ensure libgnome-shell-js.so is linked to gnome-shell. 
Upstream considers this not a bug.
-Patch0: gnome-shell-load-ext.patch
 # PATCH-FIX-UPSTREAM gnome-shell-private-connection.patch bnc#751211 
bgo#646187 dims...@opensuse.org -- create private connections if the user is 
not authorized
 Patch1: gnome-shell-private-connection.patch
 # PATCH-FIX-UPSTREAM gnome-shell-fix-memory-leaks.patch bnc#771565 bgo#678079 
bgo#678406 badshah...@gmail.com -- Fix several memory leaks in gnome-shell; all 
patches came from upstream git
@@ -132,7 +130,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 translation-update-upstream
@@ -190,6 +187,7 @@
 %{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
 %{_datadir}/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
 %{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.shell.evolution.calendar.gschema.xml
 %{_datadir}/gnome-shell/
 %dir %{_datadir}/gnome-shell/extensions
 %dir %{_datadir}/gnome-shell/search-providers

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



commit gcc43 for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package gcc43 for openSUSE:Factory checked 
in at 2012-07-22 15:10:23

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


Package is "gcc43", Maintainer is "rguent...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gcc43/gcc43.changes  2012-05-07 
22:47:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcc43.new/gcc43.changes 2012-07-22 
15:10:25.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul 20 11:40:02 UTC 2012 - rguent...@suse.com
+
+- BuildRequire makeinfo only where appropriate.
+
+---
+Fri Jun  1 11:08:49 UTC 2012 - adr...@suse.de
+
+- Exclude arm plattform from building
+
+---
libffi43.changes: same change
libgcj43.changes: same change



Other differences:
--
++ gcc43.spec ++
--- /var/tmp/diff_new_pack.muxPBE/_old  2012-07-22 15:10:29.0 +0200
+++ /var/tmp/diff_new_pack.muxPBE/_new  2012-07-22 15:10:29.0 +0200
@@ -57,14 +57,19 @@
 %endif
 
 Name:   gcc43
+ExcludeArch:%arm
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  gettext-devel
 BuildRequires:  glibc-devel-32bit
 BuildRequires:  mpfr-devel
 BuildRequires:  perl
-BuildRequires:  texinfo
 BuildRequires:  zlib-devel
+%if %{suse_version} > 1220
+BuildRequires:  makeinfo
+%else
+BuildRequires:  texinfo
+%endif
 %if %{build_ada}
 %if %{suse_version} > 1110
 %define hostsuffix -4.3

libffi43.spec: same change
libgcj43.spec: same change
++ cross.spec.in ++
--- /var/tmp/diff_new_pack.muxPBE/_old  2012-07-22 15:10:30.0 +0200
+++ /var/tmp/diff_new_pack.muxPBE/_new  2012-07-22 15:10:30.0 +0200
@@ -43,6 +43,7 @@
 %endif
 
 Name: cross-$cross_arch-gcc$name_suffix
+ExcludeArch: %arm
 BuildRequires: bison flex mpfr-devel
 BuildRequires: cross-$cross_arch_cpu-binutils
 %if "$cross_arch$name_suffix" == "spu-static"


++ gcc.spec.in ++
--- /var/tmp/diff_new_pack.muxPBE/_old  2012-07-22 15:10:30.0 +0200
+++ /var/tmp/diff_new_pack.muxPBE/_new  2012-07-22 15:10:30.0 +0200
@@ -59,7 +59,13 @@
 
 
 Name: gcc@base_ver@
-BuildRequires: bison flex gettext-devel glibc-devel-32bit mpfr-devel perl 
texinfo zlib-devel
+ExcludeArch:  %arm
+BuildRequires: bison flex gettext-devel glibc-devel-32bit mpfr-devel perl 
zlib-devel
+%if %{suse_version} > 1220
+BuildRequires: makeinfo
+%else
+BuildRequires: texinfo
+%endif
 %if %{build_ada}
 %if %{suse_version} > 1110
 %define hostsuffix -4.3

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



commit gcc41 for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package gcc41 for openSUSE:Factory checked 
in at 2012-07-22 15:10:06

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


Package is "gcc41", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/gcc41/gcc41.changes  2012-05-03 
10:55:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcc41.new/gcc41.changes 2012-07-22 
15:10:09.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul 20 11:42:11 UTC 2012 - rguent...@suse.com
+
+- BuildRequire makeinfo only where appropriate.
+
+---
+Fri Jun  1 11:05:19 UTC 2012 - adr...@suse.de
+
+- do not build this compiler on arm plattform
+
+---
libgcj41.changes: same change



Other differences:
--
++ gcc41.spec ++
--- /var/tmp/diff_new_pack.CTlqjt/_old  2012-07-22 15:10:12.0 +0200
+++ /var/tmp/diff_new_pack.CTlqjt/_new  2012-07-22 15:10:12.0 +0200
@@ -62,8 +62,13 @@
 BuildRequires:  gettext-devel
 BuildRequires:  glibc-devel-32bit
 BuildRequires:  perl
-BuildRequires:  texinfo
 BuildRequires:  zlib-devel
+%if %{suse_version} > 1220
+BuildRequires:  makeinfo
+%else
+BuildRequires:  texinfo
+%endif
+ExcludeArch:%arm
 %if %{build_ada}
 %if %{suse_version} > 1010
 %define hostsuffix -4.1

libgcj41.spec: same change
++ gcc.spec.in ++
--- /var/tmp/diff_new_pack.CTlqjt/_old  2012-07-22 15:10:12.0 +0200
+++ /var/tmp/diff_new_pack.CTlqjt/_new  2012-07-22 15:10:12.0 +0200
@@ -55,7 +55,13 @@
 %endif
 
 Name:  gcc@base_ver@@gcc_suffix@
-BuildRequires: bison flex gettext-devel glibc-devel-32bit perl texinfo 
zlib-devel
+BuildRequires: bison flex gettext-devel glibc-devel-32bit perl zlib-devel
+%if %{suse_version} > 1220
+BuildRequires: makeinfo
+%else
+BuildRequires: texinfo
+%endif
+ExcludeArch:   %arm
 %if %{build_ada}
 %if %{suse_version} > 1010
 %define hostsuffix -4.1

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



commit file-roller for openSUSE:12.2

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package file-roller for openSUSE:12.2 
checked in at 2012-07-22 15:09:56

Comparing /work/SRC/openSUSE:12.2/file-roller (Old)
 and  /work/SRC/openSUSE:12.2/.file-roller.new (New)


Package is "file-roller", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:12.2/file-roller/file-roller.changes 2012-06-25 
15:18:47.0 +0200
+++ /work/SRC/openSUSE:12.2/.file-roller.new/file-roller.changes
2012-07-22 15:09:57.0 +0200
@@ -1,0 +2,10 @@
+Sun Jun 17 17:29:05 UTC 2012 - gan...@opensuse.org
+
+- Add file-roller-3.4-change-archiver-priority.patch : Give 'unzip'
+  a higher priority than '7z' when choosing the packer/unpacker
+  tool. Even though 7z would have slight better compression, unzip
+  has better results with non-latin character sets (due to added
+  librcc support in openSUSE). We favor having a better visible
+  user experience to slight better compression ratios (bnc#767386).
+
+---

New:

  file-roller-3.4-change-archiver-priority.patch



Other differences:
--
++ file-roller.spec ++
--- /var/tmp/diff_new_pack.t8cgGK/_old  2012-07-22 15:09:57.0 +0200
+++ /var/tmp/diff_new_pack.t8cgGK/_new  2012-07-22 15:09:57.0 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Archiving/Compression
 Url:http://fileroller.sourceforge.net
 Source: 
http://download.gnome.org/sources/file-roller/3.4/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE file-roller-3.4-change-archiver-priority.patch bnc#767386 
gan...@opensuse.org -- Give unzip a higher priority than 7z when unpackging zip 
files. Gives better results for non-latin charsets.
+Patch0: file-roller-3.4-change-archiver-priority.patch
 # Needed for directory ownership
 BuildRequires:  dbus-1
 BuildRequires:  fdupes
@@ -89,6 +91,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0
 translation-update-upstream
 
 %build

++ file-roller-3.4-change-archiver-priority.patch ++
Index: src/fr-init.c
===
--- src/fr-init.c.orig
+++ src/fr-init.c
@@ -339,6 +339,7 @@ register_commands (void)
 
register_command (FR_TYPE_COMMAND_TAR);
register_command (FR_TYPE_COMMAND_CFILE);
+   register_command (FR_TYPE_COMMAND_ZIP);
register_command (FR_TYPE_COMMAND_7Z);
register_command (FR_TYPE_COMMAND_DPKG);
 
@@ -353,7 +354,6 @@ register_commands (void)
register_command (FR_TYPE_COMMAND_RAR);
register_command (FR_TYPE_COMMAND_RPM);
register_command (FR_TYPE_COMMAND_UNSTUFF);
-   register_command (FR_TYPE_COMMAND_ZIP);
register_command (FR_TYPE_COMMAND_LRZIP);
register_command (FR_TYPE_COMMAND_ZOO);
 }

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



commit file-roller for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package file-roller for openSUSE:Factory 
checked in at 2012-07-22 15:09:47

Comparing /work/SRC/openSUSE:Factory/file-roller (Old)
 and  /work/SRC/openSUSE:Factory/.file-roller.new (New)


Package is "file-roller", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/file-roller/file-roller.changes  2012-05-22 
08:13:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.file-roller.new/file-roller.changes 
2012-07-22 15:09:49.0 +0200
@@ -1,0 +2,10 @@
+Sun Jun 17 17:29:05 UTC 2012 - gan...@opensuse.org
+
+- Add file-roller-3.4-change-archiver-priority.patch : Give 'unzip'
+  a higher priority than '7z' when choosing the packer/unpacker
+  tool. Even though 7z would have slight better compression, unzip
+  has better results with non-latin character sets (due to added
+  librcc support in openSUSE). We favor having a better visible
+  user experience to slight better compression ratios (bnc#767386).
+
+---

New:

  file-roller-3.4-change-archiver-priority.patch



Other differences:
--
++ file-roller.spec ++
--- /var/tmp/diff_new_pack.NexKxH/_old  2012-07-22 15:09:50.0 +0200
+++ /var/tmp/diff_new_pack.NexKxH/_new  2012-07-22 15:09:50.0 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Archiving/Compression
 Url:http://fileroller.sourceforge.net
 Source: 
http://download.gnome.org/sources/file-roller/3.4/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE file-roller-3.4-change-archiver-priority.patch bnc#767386 
gan...@opensuse.org -- Give unzip a higher priority than 7z when unpackging zip 
files. Gives better results for non-latin charsets.
+Patch0: file-roller-3.4-change-archiver-priority.patch
 # Needed for directory ownership
 BuildRequires:  dbus-1
 BuildRequires:  fdupes
@@ -89,6 +91,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0
 translation-update-upstream
 
 %build

++ file-roller-3.4-change-archiver-priority.patch ++
Index: src/fr-init.c
===
--- src/fr-init.c.orig
+++ src/fr-init.c
@@ -339,6 +339,7 @@ register_commands (void)
 
register_command (FR_TYPE_COMMAND_TAR);
register_command (FR_TYPE_COMMAND_CFILE);
+   register_command (FR_TYPE_COMMAND_ZIP);
register_command (FR_TYPE_COMMAND_7Z);
register_command (FR_TYPE_COMMAND_DPKG);
 
@@ -353,7 +354,6 @@ register_commands (void)
register_command (FR_TYPE_COMMAND_RAR);
register_command (FR_TYPE_COMMAND_RPM);
register_command (FR_TYPE_COMMAND_UNSTUFF);
-   register_command (FR_TYPE_COMMAND_ZIP);
register_command (FR_TYPE_COMMAND_LRZIP);
register_command (FR_TYPE_COMMAND_ZOO);
 }

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



commit dpic for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package dpic for openSUSE:Factory checked in 
at 2012-07-22 15:08:45

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


Package is "dpic", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/dpic/dpic.changes2012-06-26 
15:17:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.dpic.new/dpic.changes   2012-07-22 
15:08:47.0 +0200
@@ -0,0 +1,6 @@
+Mon Jul 16 18:55:51 UTC 2012 - dmi...@roshchin.org
+
+- update to version 2012.07.14
+  * Fixed the previous fix to handle planar objects correctly
+
+---

Old:

  dpic-2012.06.20.tar.gz

New:

  dpic-2012.07.14.tar.gz



Other differences:
--
++ dpic.spec ++
--- /var/tmp/diff_new_pack.21ZQlq/_old  2012-07-22 15:08:49.0 +0200
+++ /var/tmp/diff_new_pack.21ZQlq/_new  2012-07-22 15:08:49.0 +0200
@@ -21,7 +21,7 @@
 Summary:Pic language processor
 License:BSD-2-Clause
 Group:  Productivity/Publishing/Other
-Version:2012.06.20
+Version:2012.07.14
 Release:0
 Source0:%name-%{version}.tar.gz
 Patch0: makefile.patch

++ dpic-2012.06.20.tar.gz -> dpic-2012.07.14.tar.gz ++
 22251 lines of diff (skipped)

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



commit cogl for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package cogl for openSUSE:Factory checked in 
at 2012-07-22 15:08:10

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


Package is "cogl", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/cogl/cogl.changes2012-06-10 
21:52:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.cogl.new/cogl.changes   2012-07-22 
15:08:17.0 +0200
@@ -1,0 +2,17 @@
+Tue Jul 17 21:06:00 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.10.4:
+  + Fix using GL_STREAM_DRAW as the buffer hint on GLES2.
+  + Fix disabling debugging. Previously configuring with
+--disable-debug was not disabling much of the debugging code.
+  + Fixed a bug when using COGL_DEBUG=wireframes
+  + Added a workaround for the slow glReadPixels implementation in
+Mesa versions < 8.0.2
+  + Fixed a bug in cogl_pipeline_remove_layer
+  + Fixed a bug when using point sprites coordinates on GLES2
+  + Fixed a bug when uploading transposed matrix uniforms on GLES2
+  + Bugs fixed: bgo#674208, bgo#677078.
+- Drop cogl-1.8.2-lp-no-framebuffer-blit.patch: A variation of this
+  has been merged upstream.
+
+---

Old:

  cogl-1.10.2.tar.xz
  cogl-1.8.2-lp-no-framebuffer-blit.patch

New:

  cogl-1.10.4.tar.xz



Other differences:
--
++ cogl.spec ++
--- /var/tmp/diff_new_pack.Dgd8JE/_old  2012-07-22 15:08:19.0 +0200
+++ /var/tmp/diff_new_pack.Dgd8JE/_new  2012-07-22 15:08:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cogl
-Version:1.10.2
+Version:1.10.4
 Release:0
 Summary:An object oriented GL/GLES Abstraction/Utility Layer
 License:LGPL-2.1+
@@ -25,8 +25,6 @@
 Url:http://clutter-project.org/
 Source0:
http://download.gnome.org/sources/cogl/1.10/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
-# PATCH-FIX-UPSTREAM cogl-1.8.2-lp-no-framebuffer-blit.patch fcro...@suse.com 
-- improve llvmpipe (from Fedora)
-Patch0: cogl-1.8.2-lp-no-framebuffer-blit.patch
 BuildRequires:  fdupes
 BuildRequires:  gtk-doc >= 1.13
 BuildRequires:  pkgconfig(cairo) >= 1.10
@@ -105,7 +103,6 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \

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



commit autoyast2 for openSUSE:12.2

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:12.2 checked 
in at 2012-07-22 15:07:38

Comparing /work/SRC/openSUSE:12.2/autoyast2 (Old)
 and  /work/SRC/openSUSE:12.2/.autoyast2.new (New)


Package is "autoyast2", Maintainer is "u...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/autoyast2/autoyast2.changes 2012-07-03 
16:45:32.0 +0200
+++ /work/SRC/openSUSE:12.2/.autoyast2.new/autoyast2.changes2012-07-22 
15:07:39.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 17 11:59:07 CEST 2012 - u...@suse.de
+
+- added device order option for raid
+- 2.22.4
+
+---

Old:

  autoyast2-2.22.3.tar.bz2

New:

  autoyast2-2.22.4.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.SqdSC4/_old  2012-07-22 15:07:39.0 +0200
+++ /var/tmp/diff_new_pack.SqdSC4/_new  2012-07-22 15:07:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:2.22.3
+Version:2.22.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -83,7 +83,7 @@
 installation sources.
 
 %package installation
-Version:2.22.3
+Version:2.22.4
 Release:0
 Summary:YaST2 - Auto Installation Modules
 Group:  System/YaST

++ autoyast2-2.22.3.tar.bz2 -> autoyast2-2.22.4.tar.bz2 ++
 18221 lines of diff (skipped)

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



commit autoyast2 for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2012-07-22 15:07:32

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


Package is "autoyast2", Maintainer is "u...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2012-07-03 
16:45:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2012-07-22 
15:07:34.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 17 11:59:07 CEST 2012 - u...@suse.de
+
+- added device order option for raid
+- 2.22.4
+
+---

Old:

  autoyast2-2.22.3.tar.bz2

New:

  autoyast2-2.22.4.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.5oSp3O/_old  2012-07-22 15:07:36.0 +0200
+++ /var/tmp/diff_new_pack.5oSp3O/_new  2012-07-22 15:07:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:2.22.3
+Version:2.22.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -83,7 +83,7 @@
 installation sources.
 
 %package installation
-Version:2.22.3
+Version:2.22.4
 Release:0
 Summary:YaST2 - Auto Installation Modules
 Group:  System/YaST

++ autoyast2-2.22.3.tar.bz2 -> autoyast2-2.22.4.tar.bz2 ++
 18221 lines of diff (skipped)

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



commit autofs for openSUSE:12.2

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package autofs for openSUSE:12.2 checked in 
at 2012-07-22 15:07:24

Comparing /work/SRC/openSUSE:12.2/autofs (Old)
 and  /work/SRC/openSUSE:12.2/.autofs.new (New)


Package is "autofs", Maintainer is "mszer...@novell.com"

Changes:

--- /work/SRC/openSUSE:12.2/autofs/autofs.changes   2012-07-09 
07:54:14.0 +0200
+++ /work/SRC/openSUSE:12.2/.autofs.new/autofs.changes  2012-07-22 
15:07:28.0 +0200
@@ -1,0 +2,13 @@
+Fri Jul 20 19:07:22 UTC 2012 - lchiqui...@suse.com
+
+- add reload action to systemd service file (bnc#772487)
+
+---
+Thu Jul 19 22:43:42 UTC 2012 - lchiqui...@suse.com
+
+- update 5.0.6 upstream patches to 20120716, fixing some bugs:
+  * fix systemd argument passing
+  * fix get_nfs_info() can incorrectly fail
+  * fix offset directory removal
+
+---

Old:

  autofs-5.0.6-upstream-patches-20120629.bz2

New:

  autofs-5.0.6-upstream-patches-20120716.bz2



Other differences:
--
++ autofs.spec ++
--- /var/tmp/diff_new_pack.OS98rn/_old  2012-07-22 15:07:29.0 +0200
+++ /var/tmp/diff_new_pack.OS98rn/_new  2012-07-22 15:07:29.0 +0200
@@ -53,7 +53,7 @@
 Source7:NetworkManager-autofs
 Source8:get-upstream-patches
 # Upstream patches that will be in the next release
-%define patchdate 20120629
+%define patchdate 20120716
 Patch0: autofs-%{version}-upstream-patches-%{patchdate}.bz2
 Patch1: autofs-5.0.6-revert-fix-libtirpc-name-clash.patch
 # Patches submitted upstream but not yet accepted

++ autofs.service ++
--- /var/tmp/diff_new_pack.OS98rn/_old  2012-07-22 15:07:29.0 +0200
+++ /var/tmp/diff_new_pack.OS98rn/_new  2012-07-22 15:07:29.0 +0200
@@ -7,6 +7,8 @@
 PIDFile=/var/run/automount.pid
 EnvironmentFile=-/etc/sysconfig/autofs
 ExecStart=/usr/sbin/automount ${AUTOFS_OPTIONS} -p /var/run/automount.pid
+ExecReload=/usr/bin/kill -HUP $MAINPID
+TimeoutSec=180
 
 [Install]
 WantedBy=multi-user.target

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



commit autofs for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package autofs for openSUSE:Factory checked 
in at 2012-07-22 15:07:19

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


Package is "autofs", Maintainer is "mszer...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/autofs/autofs.changes2012-07-09 
07:54:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.autofs.new/autofs.changes   2012-07-22 
15:07:26.0 +0200
@@ -1,0 +2,13 @@
+Fri Jul 20 19:07:22 UTC 2012 - lchiqui...@suse.com
+
+- add reload action to systemd service file (bnc#772487)
+
+---
+Thu Jul 19 22:43:42 UTC 2012 - lchiqui...@suse.com
+
+- update 5.0.6 upstream patches to 20120716, fixing some bugs:
+  * fix systemd argument passing
+  * fix get_nfs_info() can incorrectly fail
+  * fix offset directory removal
+
+---

Old:

  autofs-5.0.6-upstream-patches-20120629.bz2

New:

  autofs-5.0.6-upstream-patches-20120716.bz2



Other differences:
--
++ autofs.spec ++
--- /var/tmp/diff_new_pack.org47t/_old  2012-07-22 15:07:28.0 +0200
+++ /var/tmp/diff_new_pack.org47t/_new  2012-07-22 15:07:28.0 +0200
@@ -53,7 +53,7 @@
 Source7:NetworkManager-autofs
 Source8:get-upstream-patches
 # Upstream patches that will be in the next release
-%define patchdate 20120629
+%define patchdate 20120716
 Patch0: autofs-%{version}-upstream-patches-%{patchdate}.bz2
 Patch1: autofs-5.0.6-revert-fix-libtirpc-name-clash.patch
 # Patches submitted upstream but not yet accepted

++ autofs.service ++
--- /var/tmp/diff_new_pack.org47t/_old  2012-07-22 15:07:28.0 +0200
+++ /var/tmp/diff_new_pack.org47t/_new  2012-07-22 15:07:28.0 +0200
@@ -7,6 +7,8 @@
 PIDFile=/var/run/automount.pid
 EnvironmentFile=-/etc/sysconfig/autofs
 ExecStart=/usr/sbin/automount ${AUTOFS_OPTIONS} -p /var/run/automount.pid
+ExecReload=/usr/bin/kill -HUP $MAINPID
+TimeoutSec=180
 
 [Install]
 WantedBy=multi-user.target

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



commit arpwatch-ethercodes for openSUSE:12.2

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:12.2 checked in at 2012-07-22 15:07:00

Comparing /work/SRC/openSUSE:12.2/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:12.2/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/arpwatch-ethercodes/arpwatch-ethercodes.changes 
2012-07-18 17:11:28.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes
2012-07-22 15:07:01.0 +0200
@@ -2 +2 @@
-Tue Jul 17 07:40:06 CEST 2012 - autobu...@suse.de
+Fri Jul 20 07:40:07 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-07-17
+- automated update on 2012-07-20



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.4V7ieO/_old  2012-07-22 15:07:01.0 +0200
+++ /var/tmp/diff_new_pack.4V7ieO/_new  2012-07-22 15:07:01.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.7.17
+Version:2012.7.20
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.4V7ieO/_old  2012-07-22 15:07:01.0 +0200
+++ /var/tmp/diff_new_pack.4V7ieO/_new  2012-07-22 15:07:01.0 +0200
@@ -84022,6 +84022,13 @@
Genova  IT16141
ITALY
 
+1C-94-92   (hex)   RUAG Schweiz AG
+1C9492 (base 16)   RUAG Schweiz AG
+   RUAG Defence 
+   Stauffacherstrasse 65
+   Bern 22 BE 3000
+   SWITZERLAND
+
 1C-95-5D   (hex)   I-LAX ELECTRONICS INC.
 1C955D (base 16)   I-LAX ELECTRONICS INC.
2283 ARGENTIA RD.- UNIT # 10
@@ -85138,6 +85145,13 @@
Tallahassee Florida 32310
UNITED STATES
 
+28-A1-86   (hex)   enblink
+28A186 (base 16)   enblink
+   Room 212 Building 105-1 SNU
+   Gwanak-ro 1, Gwanak-gu
+   SEOUL 151-742
+   KOREA, REPUBLIC OF
+
 28-A5-74   (hex)   Miller Electric Mfg. Co.
 28A574 (base 16)   Miller Electric Mfg. Co.
1635 W. Spencer Street
@@ -86262,6 +86276,12 @@
523930
HONG KONG
 
+34-E0-CF   (hex)   zte corporation
+34E0CF (base 16)   zte corporation
+   12/F.,R&D building,kejinan Road,
+   shenzhen guangdong 518057
+   CHINA
+
 34-E0-D7   (hex)   DONGGUAN QISHENG ELECTRONICS INDUSTRIAL CO., LTD
 34E0D7 (base 16)   DONGGUAN QISHENG ELECTRONICS INDUSTRIAL CO., LTD
XINJI INDUSTRIAL ZONE, MACHONG TOWN
@@ -88161,6 +88181,12 @@
Kanata Ontario K2K 2E6
CANADA
 
+48-F8-B3   (hex)   Cisco-Linksys, LLC
+48F8B3 (base 16)   Cisco-Linksys, LLC
+   121 Theory Drive
+   Irvine California 92612
+   UNITED STATES
+
 48-F8-E1   (hex)   Alcatel Lucent WT
 48F8E1 (base 16)   Alcatel Lucent WT
600 March Drive
@@ -90690,6 +90716,13 @@
Tel-Aviv   ISRAEL 69719
ISRAEL
 
+64-C9-44   (hex)   LARK Technologies, Inc
+64C944 (base 16)   LARK Technologies, Inc
+   2570 W El Camino Real
+   Ste 100
+   Mountain View CA 94040
+   UNITED STATES
+
 64-D0-2D   (hex)   Next Generation Integration (NGI)
 64D02D (base 16)   Next Generation Integration (NGI)
137 rue de Versailles
@@ -90801,6 +90834,12 @@
Meckenheim NRW 53340
GERMANY
 
+64-F5-0E   (hex)   Kinion Technology Company Limited
+64F50E (base 16)   Kinion Technology Company Limited
+   ng Kon107A, 1/F, Enterprise Place,
+H

commit arpwatch-ethercodes for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package arpwatch-ethercodes for 
openSUSE:Factory checked in at 2012-07-22 15:06:54

Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
 and  /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new (New)


Package is "arpwatch-ethercodes", Maintainer is "dr...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2012-07-18 17:11:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new/arpwatch-ethercodes.changes 
2012-07-22 15:06:56.0 +0200
@@ -2 +2 @@
-Tue Jul 17 07:40:06 CEST 2012 - autobu...@suse.de
+Fri Jul 20 07:40:07 CEST 2012 - autobu...@suse.de
@@ -4 +4 @@
-- automated update on 2012-07-17
+- automated update on 2012-07-20



Other differences:
--
++ arpwatch-ethercodes.spec ++
--- /var/tmp/diff_new_pack.TsrMkB/_old  2012-07-22 15:06:59.0 +0200
+++ /var/tmp/diff_new_pack.TsrMkB/_new  2012-07-22 15:06:59.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Summary:Ethercodes Data for arpwatch
-Version:2012.7.17
+Version:2012.7.20
 Release:1
 Source0:http://standards.ieee.org/regauth/oui/oui.txt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ oui.txt ++
--- /var/tmp/diff_new_pack.TsrMkB/_old  2012-07-22 15:06:59.0 +0200
+++ /var/tmp/diff_new_pack.TsrMkB/_new  2012-07-22 15:06:59.0 +0200
@@ -84022,6 +84022,13 @@
Genova  IT16141
ITALY
 
+1C-94-92   (hex)   RUAG Schweiz AG
+1C9492 (base 16)   RUAG Schweiz AG
+   RUAG Defence 
+   Stauffacherstrasse 65
+   Bern 22 BE 3000
+   SWITZERLAND
+
 1C-95-5D   (hex)   I-LAX ELECTRONICS INC.
 1C955D (base 16)   I-LAX ELECTRONICS INC.
2283 ARGENTIA RD.- UNIT # 10
@@ -85138,6 +85145,13 @@
Tallahassee Florida 32310
UNITED STATES
 
+28-A1-86   (hex)   enblink
+28A186 (base 16)   enblink
+   Room 212 Building 105-1 SNU
+   Gwanak-ro 1, Gwanak-gu
+   SEOUL 151-742
+   KOREA, REPUBLIC OF
+
 28-A5-74   (hex)   Miller Electric Mfg. Co.
 28A574 (base 16)   Miller Electric Mfg. Co.
1635 W. Spencer Street
@@ -86262,6 +86276,12 @@
523930
HONG KONG
 
+34-E0-CF   (hex)   zte corporation
+34E0CF (base 16)   zte corporation
+   12/F.,R&D building,kejinan Road,
+   shenzhen guangdong 518057
+   CHINA
+
 34-E0-D7   (hex)   DONGGUAN QISHENG ELECTRONICS INDUSTRIAL CO., LTD
 34E0D7 (base 16)   DONGGUAN QISHENG ELECTRONICS INDUSTRIAL CO., LTD
XINJI INDUSTRIAL ZONE, MACHONG TOWN
@@ -88161,6 +88181,12 @@
Kanata Ontario K2K 2E6
CANADA
 
+48-F8-B3   (hex)   Cisco-Linksys, LLC
+48F8B3 (base 16)   Cisco-Linksys, LLC
+   121 Theory Drive
+   Irvine California 92612
+   UNITED STATES
+
 48-F8-E1   (hex)   Alcatel Lucent WT
 48F8E1 (base 16)   Alcatel Lucent WT
600 March Drive
@@ -90690,6 +90716,13 @@
Tel-Aviv   ISRAEL 69719
ISRAEL
 
+64-C9-44   (hex)   LARK Technologies, Inc
+64C944 (base 16)   LARK Technologies, Inc
+   2570 W El Camino Real
+   Ste 100
+   Mountain View CA 94040
+   UNITED STATES
+
 64-D0-2D   (hex)   Next Generation Integration (NGI)
 64D02D (base 16)   Next Generation Integration (NGI)
137 rue de Versailles
@@ -90801,6 +90834,12 @@
Meckenheim NRW 53340
GERMANY
 
+64-F5-0E   (hex)   Kinion Technology Company Limited
+64F50E (base 16)   Kinion Technology Company Limited
+   ng Kon107A, 1/F, Enterprise Place,
+

commit java-1_7_0-openjdk.zero for openSUSE:12.2

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk.zero for 
openSUSE:12.2 checked in at 2012-07-22 10:28:29

Comparing /work/SRC/openSUSE:12.2/java-1_7_0-openjdk.zero (Old)
 and  /work/SRC/openSUSE:12.2/.java-1_7_0-openjdk.zero.new (New)


Package is "java-1_7_0-openjdk.zero", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.2/java-1_7_0-openjdk.zero/java-1_7_0-openjdk.changes  
2012-07-12 12:09:00.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.java-1_7_0-openjdk.zero.new/java-1_7_0-openjdk.changes 
2012-07-22 10:28:32.0 +0200
@@ -1,0 +2,10 @@
+Thu Jul 12 17:25:55 UTC 2012 - adr...@suse.de
+
+- update patch
+- drop obsolete patches
+  * java-1.7.0-openjdk-arm-ftbfs.patch patch
+  * java-1.7.0-openjdk-system-zlib.patch
+  * java-1.7.0-openjdk-remove-mimpure-opt.patch 
+- add %arm settings
+
+---

Old:

  java-1.7.0-openjdk-arm-ftbfs.patch
  java-1.7.0-openjdk-remove-mimpure-opt.patch
  java-1.7.0-openjdk-system-zlib.patch



Other differences:
--
++ java-1_7_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.KSDaXX/_old  2012-07-22 10:28:34.0 +0200
+++ /var/tmp/diff_new_pack.KSDaXX/_new  2012-07-22 10:28:34.0 +0200
@@ -125,7 +125,7 @@
 
 #XXX: this is older version of icedtea, which can be build with zerovm - this 
is intended
 # for arm and powerpc only
-ExclusiveArch:  %{arm} ppc ppc64
+#ExclusiveArch:  %{arm} ppc ppc64
 
 # hg clone http://icedtea.classpath.org/hg/release/icedtea7-forest/ openjdk -r 
%{hg_tag}
 # hg clone http://icedtea.classpath.org/hg/release/icedtea7-forest/corba/ 
openjdk/corba -r %{hg_tag}
@@ -204,18 +204,11 @@
 
 # Patches for Arm
 Patch103:   java-1.7.0-openjdk-arm-fixes.patch
-Patch104:   java-1.7.0-openjdk-arm-ftbfs.patch
 
 # Patch for PPC/PPC64
 Patch105:   java-1.7.0-openjdk-ppc-zero-jdk.patch
 Patch106:   java-1.7.0-openjdk-ppc-zero-hotspot.patch
 
-# Fix bug in jdk_generic_profile.sh
-Patch107:   java-1.7.0-openjdk-system-zlib.patch
-
-# Remove option no longer accepted by GCC
-Patch108:   java-1.7.0-openjdk-remove-mimpure-opt.patch
-
 #
 # Bootstrap patches (code with this is never shipped)
 #
@@ -396,7 +389,7 @@
 Provides:   jre1.7.x
 # bnc#542545
 # 32-bit versus 64-bit specific provides:
-%ifarch %ix86 ppc s390
+%ifarch %ix86 ppc s390 %arm
 %define bits 32
 %endif
 %ifarch x86_64 ia64 s390x
@@ -583,7 +576,6 @@
 
 # Arm fixes
 qpatch -p0 %{PATCH103}
-qpatch -p0 %{PATCH104}
 
 %ifarch ppc ppc64
 # PPC fixes
@@ -591,10 +583,6 @@
 qpatch -p0 %{PATCH106}
 %endif
 
-# Misc. fixes
-qpatch -p0 %{PATCH107}
-qpatch -p0 %{PATCH108}
-
 #SUSE specific fixes
 qpatch -p1 %{PATCH1001}
 qpatch -p1 %{PATCH1002}

++ java-1.7.0-openjdk-java-access-bridge-security.patch ++
--- /var/tmp/diff_new_pack.KSDaXX/_old  2012-07-22 10:28:35.0 +0200
+++ /var/tmp/diff_new_pack.KSDaXX/_new  2012-07-22 10:28:35.0 +0200
@@ -4,8 +4,8 @@
  # passed to checkPackageAccess unless the
  # corresponding RuntimePermission ("accessClassInPackage."+package) has
  # been granted.
--package.access=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.
-+package.access=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,org.GNOME.Accessibility.,org.GNOME.Bonobo.
+-package.access=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.
++package.access=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,org.GNOME.Accessibility.,org.GNOME.Bonobo.
  
  #
  # List of comma-separated packages that start with or equal this string

++ systemtap-alloc-size-workaround.patch ++
--- /var/tmp/diff_new_pack.KSDaXX/_old  2012-07-22 10:28:35.0 +0200
+++ /var/tmp/diff_new_pack.KSDaXX/_new  2012-07-22 10:28:35.0 +0200
@@ -1,7 +1,8 @@
-diff -Nru openjdk.orig/hotspot/src/share/vm/runtime/sharedRuntime.cpp 
openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp
 openjdk.orig/hotspot/src/share/vm/runtime/sharedRuntime.cpp
2011-04-11 12:33:06.0 +0100
-+++ openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp 2011-04-11 
16:40:57.825703429 +0100
-@@ -890,7 +890,7 @@
+Index: openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp
+===
+--- openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp.orig
 openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp
+@@ -955,7 +955,7 @@ int SharedRuntime::dtrace_object_alloc_b
int size = o->size();
Symbol* name = kla

commit java-1_7_0-openjdk.zero for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk.zero for 
openSUSE:Factory checked in at 2012-07-22 10:28:23

Comparing /work/SRC/openSUSE:Factory/java-1_7_0-openjdk.zero (Old)
 and  /work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.zero.new (New)


Package is "java-1_7_0-openjdk.zero", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/java-1_7_0-openjdk.zero/java-1_7_0-openjdk.changes   
2012-07-12 12:06:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.zero.new/java-1_7_0-openjdk.changes
  2012-07-22 10:28:29.0 +0200
@@ -1,0 +2,10 @@
+Thu Jul 12 17:25:55 UTC 2012 - adr...@suse.de
+
+- update patch
+- drop obsolete patches
+  * java-1.7.0-openjdk-arm-ftbfs.patch patch
+  * java-1.7.0-openjdk-system-zlib.patch
+  * java-1.7.0-openjdk-remove-mimpure-opt.patch 
+- add %arm settings
+
+---

Old:

  java-1.7.0-openjdk-arm-ftbfs.patch
  java-1.7.0-openjdk-remove-mimpure-opt.patch
  java-1.7.0-openjdk-system-zlib.patch



Other differences:
--
++ java-1_7_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.6jMxVV/_old  2012-07-22 10:28:32.0 +0200
+++ /var/tmp/diff_new_pack.6jMxVV/_new  2012-07-22 10:28:32.0 +0200
@@ -125,7 +125,7 @@
 
 #XXX: this is older version of icedtea, which can be build with zerovm - this 
is intended
 # for arm and powerpc only
-ExclusiveArch:  %{arm} ppc ppc64
+#ExclusiveArch:  %{arm} ppc ppc64
 
 # hg clone http://icedtea.classpath.org/hg/release/icedtea7-forest/ openjdk -r 
%{hg_tag}
 # hg clone http://icedtea.classpath.org/hg/release/icedtea7-forest/corba/ 
openjdk/corba -r %{hg_tag}
@@ -204,18 +204,11 @@
 
 # Patches for Arm
 Patch103:   java-1.7.0-openjdk-arm-fixes.patch
-Patch104:   java-1.7.0-openjdk-arm-ftbfs.patch
 
 # Patch for PPC/PPC64
 Patch105:   java-1.7.0-openjdk-ppc-zero-jdk.patch
 Patch106:   java-1.7.0-openjdk-ppc-zero-hotspot.patch
 
-# Fix bug in jdk_generic_profile.sh
-Patch107:   java-1.7.0-openjdk-system-zlib.patch
-
-# Remove option no longer accepted by GCC
-Patch108:   java-1.7.0-openjdk-remove-mimpure-opt.patch
-
 #
 # Bootstrap patches (code with this is never shipped)
 #
@@ -396,7 +389,7 @@
 Provides:   jre1.7.x
 # bnc#542545
 # 32-bit versus 64-bit specific provides:
-%ifarch %ix86 ppc s390
+%ifarch %ix86 ppc s390 %arm
 %define bits 32
 %endif
 %ifarch x86_64 ia64 s390x
@@ -583,7 +576,6 @@
 
 # Arm fixes
 qpatch -p0 %{PATCH103}
-qpatch -p0 %{PATCH104}
 
 %ifarch ppc ppc64
 # PPC fixes
@@ -591,10 +583,6 @@
 qpatch -p0 %{PATCH106}
 %endif
 
-# Misc. fixes
-qpatch -p0 %{PATCH107}
-qpatch -p0 %{PATCH108}
-
 #SUSE specific fixes
 qpatch -p1 %{PATCH1001}
 qpatch -p1 %{PATCH1002}

++ java-1.7.0-openjdk-java-access-bridge-security.patch ++
--- /var/tmp/diff_new_pack.6jMxVV/_old  2012-07-22 10:28:32.0 +0200
+++ /var/tmp/diff_new_pack.6jMxVV/_new  2012-07-22 10:28:32.0 +0200
@@ -4,8 +4,8 @@
  # passed to checkPackageAccess unless the
  # corresponding RuntimePermission ("accessClassInPackage."+package) has
  # been granted.
--package.access=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.
-+package.access=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,org.GNOME.Accessibility.,org.GNOME.Bonobo.
+-package.access=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.
++package.access=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils.,org.GNOME.Accessibility.,org.GNOME.Bonobo.
  
  #
  # List of comma-separated packages that start with or equal this string

++ systemtap-alloc-size-workaround.patch ++
--- /var/tmp/diff_new_pack.6jMxVV/_old  2012-07-22 10:28:32.0 +0200
+++ /var/tmp/diff_new_pack.6jMxVV/_new  2012-07-22 10:28:32.0 +0200
@@ -1,7 +1,8 @@
-diff -Nru openjdk.orig/hotspot/src/share/vm/runtime/sharedRuntime.cpp 
openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp
 openjdk.orig/hotspot/src/share/vm/runtime/sharedRuntime.cpp
2011-04-11 12:33:06.0 +0100
-+++ openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp 2011-04-11 
16:40:57.825703429 +0100
-@@ -890,7 +890,7 @@
+Index: openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp
+===
+--- openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp.orig
 openjdk/hotspot/src/share/vm/runtime/sharedRuntime.cpp
+@@ -955,7 +955,7 @@ int SharedRuntime::dtrace_object_alloc_b
int size = o->size();