commit w3m-el for openSUSE:12.2

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package w3m-el for openSUSE:12.2 checked in 
at 2012-07-17 07:03:42

Comparing /work/SRC/openSUSE:12.2/w3m-el (Old)
 and  /work/SRC/openSUSE:12.2/.w3m-el.new (New)


Package is "w3m-el", Maintainer is "mfab...@novell.com"

Changes:

--- /work/SRC/openSUSE:12.2/w3m-el/w3m-el.changes   2012-06-25 
15:57:20.0 +0200
+++ /work/SRC/openSUSE:12.2/.w3m-el.new/w3m-el.changes  2012-07-17 
07:03:44.0 +0200
@@ -1,0 +2,15 @@
+Mon Jul 16 15:25:56 CEST 2012 - ti...@suse.de
+
+- Drop mule-ucs-xemacs dependency, too (bnc#771421)
+
+---
+Mon Jul 16 12:51:53 CEST 2012 - ti...@suse.de
+
+- Drop Mule-UCS dependency on openSUSE-12.2 (bnc#771421)
+
+---
+Mon Jul  2 12:16:07 UTC 2012 - wer...@suse.de
+
+- Make it build with emacs 24.1 
+
+---

New:

  flavour.patch



Other differences:
--
++ w3m-el.spec ++
--- /var/tmp/diff_new_pack.tePFeQ/_old  2012-07-17 07:03:44.0 +0200
+++ /var/tmp/diff_new_pack.tePFeQ/_new  2012-07-17 07:03:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package w3m-el
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   w3m-el
-BuildRequires:  compface emacs-x11 flim flim-xemacs giflib-devel krb5 
libpng-devel
-BuildRequires:  libtiff-devel libtool openldap2-devel semi-xemacs w3m 
xorg-x11-devel
-License:GPL-2.0+
-Group:  Productivity/Networking/Web/Browsers
-Requires:   emacs, apel, flim, Mule-UCS, w3m
-AutoReqProv:on
+BuildRequires:  compface
+BuildRequires:  emacs-x11
+BuildRequires:  flim
+BuildRequires:  flim-xemacs
+BuildRequires:  giflib-devel
+BuildRequires:  krb5
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  libtool
+BuildRequires:  openldap2-devel
+BuildRequires:  semi-xemacs
+BuildRequires:  w3m
+BuildRequires:  xorg-x11-devel
+Requires:   apel
+Requires:   emacs
+Requires:   flim
+Requires:   w3m
+%if %{suse_version} < 1220
+Requires:   Mule-UCS
+%endif
 Version:1.4.4.20080124
-Release:104
+Release:0
 Url:http://emacs-w3m.namazu.org/
 # cvs -d :pserver:anonym...@cvs.namazu.org:/storage/cvsroot login
 # (CVS password empty)
@@ -34,7 +46,10 @@
 Source0:http://emacs-w3m.namazu.org/emacs-w3m-%{version}.tar.bz2
 Source1:suse-start.el
 Patch1: w3m-el-1.3-map.patch
+Patch2: flavour.patch
 Summary:W3m-el is a simple interface program to use w3m with Emacs.
+License:GPL-2.0+
+Group:  Productivity/Networking/Web/Browsers
 # Summary(ja): w3m を Emacs 上で動かすためのプログラムです
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -88,10 +103,16 @@
 emacs-w3m mailing list 
 
 %package -n w3m-el-xemacs
-License:GPL-2.0+
-Group:  Productivity/Networking/Web/Browsers
-Requires:   xemacs, flim-xemacs, semi-xemacs, mule-ucs-xemacs, w3m, 
ungifsicle
+Requires:   flim-xemacs
+%if %{suse_version} < 1220
+Requires:   mule-ucs-xemacs
+%endif
+Requires:   semi-xemacs
+Requires:   ungifsicle
+Requires:   w3m
+Requires:   xemacs
 Summary:W3m-el is a simple interface program to use w3m with XEmacs.
+Group:  Productivity/Networking/Web/Browsers
 # Summary(ja): w3m を Emacs 上で動かすためのプログラムです
 # %description -l ja
 # Emacs 上で動作するブラウザと言えば,普通 W3 のことですが,動作が非常に
@@ -145,6 +166,7 @@
 %prep
 %setup -n emacs-w3m-%{version}
 %patch1
+%patch2
 #chmod +x configure
 
 %build

++ flavour.patch ++
--- aclocal.m4
+++ aclocal.m4  2012-07-02 12:12:29.812510212 +
@@ -116,7 +116,7 @@ AC_DEFUN(AC_PATH_EMACS,
   case "${flavor}" in
   XEmacs)
 EMACS_FLAVOR=xemacs;;
-  Emacs\ 2[[123]]\.*)
+  Emacs\ 2[[1234]]\.*)
 EMACS_FLAVOR=emacs;;
   *)
 EMACS_FLAVOR=unsupported;;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit w3m-el for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package w3m-el for openSUSE:Factory checked 
in at 2012-07-17 07:03:37

Comparing /work/SRC/openSUSE:Factory/w3m-el (Old)
 and  /work/SRC/openSUSE:Factory/.w3m-el.new (New)


Package is "w3m-el", Maintainer is "mfab...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/w3m-el/w3m-el.changes2011-11-17 
11:05:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.w3m-el.new/w3m-el.changes   2012-07-17 
07:03:39.0 +0200
@@ -1,0 +2,15 @@
+Mon Jul 16 15:25:56 CEST 2012 - ti...@suse.de
+
+- Drop mule-ucs-xemacs dependency, too (bnc#771421)
+
+---
+Mon Jul 16 12:51:53 CEST 2012 - ti...@suse.de
+
+- Drop Mule-UCS dependency on openSUSE-12.2 (bnc#771421)
+
+---
+Mon Jul  2 12:16:07 UTC 2012 - wer...@suse.de
+
+- Make it build with emacs 24.1 
+
+---

New:

  flavour.patch



Other differences:
--
++ w3m-el.spec ++
--- /var/tmp/diff_new_pack.FWVUJS/_old  2012-07-17 07:03:40.0 +0200
+++ /var/tmp/diff_new_pack.FWVUJS/_new  2012-07-17 07:03:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package w3m-el
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,18 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   w3m-el
-BuildRequires:  compface emacs-x11 flim flim-xemacs giflib-devel krb5 
libpng-devel
-BuildRequires:  libtiff-devel libtool openldap2-devel semi-xemacs w3m 
xorg-x11-devel
-License:GPL-2.0+
-Group:  Productivity/Networking/Web/Browsers
-Requires:   emacs, apel, flim, Mule-UCS, w3m
-AutoReqProv:on
+BuildRequires:  compface
+BuildRequires:  emacs-x11
+BuildRequires:  flim
+BuildRequires:  flim-xemacs
+BuildRequires:  giflib-devel
+BuildRequires:  krb5
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  libtool
+BuildRequires:  openldap2-devel
+BuildRequires:  semi-xemacs
+BuildRequires:  w3m
+BuildRequires:  xorg-x11-devel
+Requires:   apel
+Requires:   emacs
+Requires:   flim
+Requires:   w3m
+%if %{suse_version} < 1220
+Requires:   Mule-UCS
+%endif
 Version:1.4.4.20080124
-Release:104
+Release:0
 Url:http://emacs-w3m.namazu.org/
 # cvs -d :pserver:anonym...@cvs.namazu.org:/storage/cvsroot login
 # (CVS password empty)
@@ -34,7 +46,10 @@
 Source0:http://emacs-w3m.namazu.org/emacs-w3m-%{version}.tar.bz2
 Source1:suse-start.el
 Patch1: w3m-el-1.3-map.patch
+Patch2: flavour.patch
 Summary:W3m-el is a simple interface program to use w3m with Emacs.
+License:GPL-2.0+
+Group:  Productivity/Networking/Web/Browsers
 # Summary(ja): w3m を Emacs 上で動かすためのプログラムです
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -88,10 +103,16 @@
 emacs-w3m mailing list 
 
 %package -n w3m-el-xemacs
-License:GPL-2.0+
-Group:  Productivity/Networking/Web/Browsers
-Requires:   xemacs, flim-xemacs, semi-xemacs, mule-ucs-xemacs, w3m, 
ungifsicle
+Requires:   flim-xemacs
+%if %{suse_version} < 1220
+Requires:   mule-ucs-xemacs
+%endif
+Requires:   semi-xemacs
+Requires:   ungifsicle
+Requires:   w3m
+Requires:   xemacs
 Summary:W3m-el is a simple interface program to use w3m with XEmacs.
+Group:  Productivity/Networking/Web/Browsers
 # Summary(ja): w3m を Emacs 上で動かすためのプログラムです
 # %description -l ja
 # Emacs 上で動作するブラウザと言えば,普通 W3 のことですが,動作が非常に
@@ -145,6 +166,7 @@
 %prep
 %setup -n emacs-w3m-%{version}
 %patch1
+%patch2
 #chmod +x configure
 
 %build

++ flavour.patch ++
--- aclocal.m4
+++ aclocal.m4  2012-07-02 12:12:29.812510212 +
@@ -116,7 +116,7 @@ AC_DEFUN(AC_PATH_EMACS,
   case "${flavor}" in
   XEmacs)
 EMACS_FLAVOR=xemacs;;
-  Emacs\ 2[[123]]\.*)
+  Emacs\ 2[[1234]]\.*)
 EMACS_FLAVOR=emacs;;
   *)
 EMACS_FLAVOR=unsupported;;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ibus-table-chinese for openSUSE:12.2

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package ibus-table-chinese for openSUSE:12.2 
checked in at 2012-07-17 06:51:21

Comparing /work/SRC/openSUSE:12.2/ibus-table-chinese (Old)
 and  /work/SRC/openSUSE:12.2/.ibus-table-chinese.new (New)


Package is "ibus-table-chinese", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:12.2/ibus-table-chinese/ibus-table-chinese.changes   
2012-06-25 15:35:23.0 +0200
+++ /work/SRC/openSUSE:12.2/.ibus-table-chinese.new/ibus-table-chinese.changes  
2012-07-17 06:51:24.0 +0200
@@ -1,0 +2,8 @@
+Mon Jun 18 20:32:17 CST 2012 - hillw...@linuxfans.org
+
+- update to 1.3.5
+- fix some bugs
+- better compatibility
+- with cmake-fedora modules  
+
+---

Old:

  ibus-table-chinese-1.3.0.20101206-Source.tar.gz

New:

  cmake-fedora-modules-only-latest.tar.gz
  ibus-table-chinese-1.3.5-Source.tar.gz



Other differences:
--
++ ibus-table-chinese.spec ++
--- /var/tmp/diff_new_pack.xNvQX2/_old  2012-07-17 06:51:24.0 +0200
+++ /var/tmp/diff_new_pack.xNvQX2/_new  2012-07-17 06:51:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-table-chinese
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define ibus_tables_dir %{_datadir}/ibus-table/tables
 %define ibus_icons_dir %{_datadir}/ibus-table/icons
 %define createdb ibus-table-createdb
 
 Name:   ibus-table-chinese
-Version:1.3.0.20101206
+Version:1.3.5
 Release:0
 Summary:Various Chinese input method table for IBus framework
 License:GPL-3.0+
@@ -30,7 +31,7 @@
 Provides:   locale(ibus:zh)
 Url:http://code.google.com/p/ibus/
 Source0:
http://ibus.googlecode.com/files/%{name}-%{version}-Source.tar.gz
-
+Source1:
https://fedorahosted.org/releases/c/m/cmake-fedora/cmake-fedora-modules-only-latest.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  cmake >= 2.4
@@ -52,6 +53,7 @@
 %package array
 Summary:Array input methods
 License:Freely redistributable without restriction
+Group:  System/I18n/Chinese
 Summary(zh_CN): 行列输入法
 Summary(zh_TW): 行列輸入法
 Provides:   locale(ibus:zh)
@@ -79,6 +81,7 @@
 %package cangjie
 Summary:Cangjie based input methods
 License:Freely redistributable without restriction
+Group:  System/I18n/Chinese
 Summary(zh_TW): 倉頡輸入法
 Summary(zh_CN): 仓颉输入法
 Provides:   locale(ibus:zh)
@@ -98,6 +101,7 @@
 
 Summary:Cantonese input methods
 License:GPL-3.0+
+Group:  System/I18n/Chinese
 Summary(zh_TW): 粵語輸入法
 Provides:   locale(ibus:zh_TW)
 Requires:   %{name} = %{version}-%{release}
@@ -118,6 +122,7 @@
 
 Summary:Easy input method
 License:GPL-3.0+
+Group:  System/I18n/Chinese
 Summary(zh_CN): 轻松输入法
 Summary(zh_TW): 輕鬆輸入法
 Provides:   locale(ibus:zh)
@@ -137,6 +142,7 @@
 %package erbi
 Summary:Erbi input method
 License:Freely redistributable without restriction
+Group:  System/I18n/Chinese
 Summary(zh_CN): 二笔输入法
 Summary(zh_TW): 二筆輸入法
 Provides:   locale(ibus:zh)
@@ -163,6 +169,7 @@
 %package quick
 Summary:Quick-to-learn input methods
 License:Freely redistributable without restriction
+Group:  System/I18n/Chinese
 Summary(zh_CN): 速成输入法
 Summary(zh_TW): 速成輸入法
 Provides:   locale(ibus:zh)
@@ -190,6 +197,7 @@
 
 Summary:Smart Cangjie
 License:GPL-3.0+
+Group:  System/I18n/Chinese
 Summary(zh_CN): 快速仓颉输入法
 Summary(zh_TW): 快速倉頡輸入法
 Provides:   locale(ibus:zh)
@@ -231,6 +239,7 @@
 
 Summary:Stroke 5 input method
 License:GPL-3.0+
+Group:  System/I18n/Chinese
 Summary(zh_CN): 笔顺五码输入法
 Summary(zh_TW): 筆順五碼輸入法
 Provides:   locale(ibus:zh)
@@ -250,6 +259,7 @@
 
 Summary:Wu pronunciation input method
 License:GPL-3.0+
+Group:  System/I18n/Chinese
 Summary(zh_CN): 上海吳语注音输入法
 Summary(zh_TW): 上海吳語注音輸入法
 Provides:   locale(ibus:zh)
@@ -273,6 +283,7 @@
 %package wubi-haifeng
 Summary:Haifeng Wubi input method
 License:BSD-3-Clause
+Group:  System/I18n/Chinese
 Summary(zh_CN): 海峰五笔输入法
 Summary(zh_TW): 海峰五筆輸入法
 Provides:   locale(ibus:zh)
@@ -294,6 +305,7 @@
 %package wubi-jidian
 Summary:Jidian Wubi input method
 License:Freely redist

commit seccheck for openSUSE:12.1:Update

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package seccheck for openSUSE:12.1:Update 
checked in at 2012-07-16 13:10:07

Comparing /work/SRC/openSUSE:12.1:Update/seccheck (Old)
 and  /work/SRC/openSUSE:12.1:Update/.seccheck.new (New)


Package is "seccheck", Maintainer is "tho...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.2A3Zp4/_old  2012-07-16 13:10:09.0 +0200
+++ /var/tmp/diff_new_pack.2A3Zp4/_new  2012-07-16 13:10:09.0 +0200
@@ -1 +1 @@
-
+

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



commit seccheck for openSUSE:11.4:Update

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package seccheck for openSUSE:11.4:Update 
checked in at 2012-07-16 13:10:03

Comparing /work/SRC/openSUSE:11.4:Update/seccheck (Old)
 and  /work/SRC/openSUSE:11.4:Update/.seccheck.new (New)


Package is "seccheck", Maintainer is "tho...@suse.com"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.4Ikadv/_old  2012-07-16 13:10:04.0 +0200
+++ /var/tmp/diff_new_pack.4Ikadv/_new  2012-07-16 13:10:04.0 +0200
@@ -1,8 +1 @@
-
-
-  
-  
-  
-  
-
-
+

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



commit rubygem-sexp_processor for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sexp_processor for 
openSUSE:Factory checked in at 2012-07-16 12:56:15

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


Package is "rubygem-sexp_processor", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sexp_processor/rubygem-sexp_processor.changes
2012-03-27 08:59:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sexp_processor.new/rubygem-sexp_processor.changes
   2012-07-16 12:56:17.0 +0200
@@ -1,0 +2,32 @@
+Sun Jul 15 11:35:17 UTC 2012 - co...@suse.com
+
+- update to 4.0.1
+  * 4 bug fixes:
+  
+* 1.9: Changed !@ to ! since that is what you implement
+* True to my wtf comment, there was a bug in my case_splat test
+* Fixed a bunch of entries for r2r changes against edgecase parse/lex tests
+* Fixes for R2R
+  
+  * 5 major enhancements:
+  
+* Removed :arglist from everything except :op_asgn1.
+* Removed block from resbody
+* Removed block from when node
+* Removed block nodes inside of scope nodes (defn/defs/class/sclass).
+* Removed scope nodes in defn/defs/class/sclass nodes.
+  
+  * 10 minor enhancement:
+  
+* 1.9: Had to version split all my 'not' tests since 1.9 is insane.
+* 1.9: f (args) is not allowed in 1.9.
+* 1.9: f(hash, *splat) is not allowed in 1.9.
+* Added module2 test to verify module w/ 2+ entities
+* Added Sexp#deep_each and Sexp#each_sexp. Refactored from Flay
+* Added a ton of block arg tests.
+* Added add19_edgecases to help refactor a bunch of tests that all have 
the same output.
+* Added better debugging output for rewrites.
+* Cleaned and added a bunch of stabby proc tests.
+* Moved RawParseTree test data to ParseTree project.
+  
+---

Old:

  sexp_processor-3.1.0.gem

New:

  sexp_processor-4.0.1.gem



Other differences:
--
++ rubygem-sexp_processor.spec ++
--- /var/tmp/diff_new_pack.ySjFa7/_old  2012-07-16 12:56:18.0 +0200
+++ /var/tmp/diff_new_pack.ySjFa7/_new  2012-07-16 12:56:18.0 +0200
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-sexp_processor
-Version:3.1.0
+Version:4.0.1
 Release:0
-License:MIT
 Summary:sexp_processor branches from ParseTree bringing all the 
generic sexp processing tools with it
-Url:https://github.com/seattlerb/sexp_processor
+License:MIT
 Group:  Development/Languages/Ruby
+Url:https://github.com/seattlerb/sexp_processor
 %define mod_name sexp_processor
 %define mod_full_name %{mod_name}-%{version}
 Source: %{mod_full_name}.gem

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



commit kdepim4 for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package kdepim4 for openSUSE:Factory checked 
in at 2012-07-16 12:53:38

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


Package is "kdepim4", Maintainer is "kde-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4/kdepim4.changes  2012-06-12 
21:43:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4.new/kdepim4.changes 2012-07-16 
12:53:39.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul 15 17:41:18 UTC 2012 - ctri...@opensuse.org
+
+- Fix the mail duplication when filtering incoming messages, also 
+  several data loss bugs related to filtering should be fixed
+  (bnc#770012)
+
+---

New:

  fix_mail_filter.diff



Other differences:
--
++ kdepim4.spec ++
--- /var/tmp/diff_new_pack.TOngKw/_old  2012-07-16 12:53:42.0 +0200
+++ /var/tmp/diff_new_pack.TOngKw/_new  2012-07-16 12:53:42.0 +0200
@@ -28,6 +28,7 @@
 Patch1: akregator-useragent.diff
 Patch2: desktop-files.diff
 Patch3: knode-kontact-default.diff
+Patch4: fix_mail_filter.diff
 BuildRequires:  fdupes
 BuildRequires:  gpgme-devel
 BuildRequires:  grantlee-devel
@@ -63,6 +64,7 @@
 %patch1
 %patch2
 %patch3
+%patch4 -p1
 
 %build
 %ifarch ppc64

++ fix_mail_filter.diff ++
Subject: fix the email duplication when filtering
From: Andras Mantia 
Bug: bnc#770012
Patch-upstream: kde >= 4.8.5


commit 8846d44b217108351c35f8afd883f72ee88388ec
Author: Andras Mantia 
Date:   Fri Jul 6 12:12:34 2012 +0300

Backport part of the filter fix: this is the actual fix, the rest were 
optimizations and safety checks, but it is difficult to backport.
An unwanted side-effect might be that more data is downloaded than before,
based on the type of filters used.

FIXED-IN: 4.8.5
CCBUG: 287752
CCBUG: 292283
CCBUG: 288109
CCBUG: 286043
CCBUG: 295484
CCBUG: 302337
CCBUG: 295000
CCBUG: 295684
CCBUG: 293768
CCBUG: 275233
CCBUG: 293918
CCBUG: 284310
CCBUG: 286364
CCBUG: 283682

diff --git a/mailfilteragent/mailfilteragent.cpp 
b/mailfilteragent/mailfilteragent.cpp
index 79b2f9d..5f66e74 100644
--- a/mailfilteragent/mailfilteragent.cpp
+++ b/mailfilteragent/mailfilteragent.cpp
@@ -110,7 +110,6 @@ void MailFilterAgent::initialCollectionFetchingDone( KJob 
*job )
   Akonadi::CollectionFetchJob *fetchJob = 
qobject_cast( job );
 
   changeRecorder()->itemFetchScope().setAncestorRetrieval( 
Akonadi::ItemFetchScope::Parent );
-  changeRecorder()->itemFetchScope().setCacheOnly( true );
   if (m_filterManager->requiresFullMailBody()) {
 changeRecorder()->itemFetchScope().fetchFullPayload();
   } else {

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



commit installation-images for openSUSE:12.2

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:12.2 checked in at 2012-07-16 12:51:03

Comparing /work/SRC/openSUSE:12.2/installation-images (Old)
 and  /work/SRC/openSUSE:12.2/.installation-images.new (New)


Package is "installation-images", Maintainer is "snw...@suse.com"

Changes:

--- /work/SRC/openSUSE:12.2/installation-images/installation-images.changes 
2012-06-25 15:35:37.0 +0200
+++ 
/work/SRC/openSUSE:12.2/.installation-images.new/installation-images.changes
2012-07-16 12:51:04.0 +0200
@@ -1,0 +2,11 @@
+Fri Jul 13 15:30:03 CEST 2012 - snw...@suse.de
+
+- efi fix: actually remove offending line
+
+---
+Fri Jul 13 12:56:04 CEST 2012 - snw...@suse.de
+
+- support plymouth
+- efi image creation failed; added workaround (bnc #771307)
+
+---

Old:

  installation-images-13.49.tar.bz2

New:

  installation-images-13.51.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.jmQ2mD/_old  2012-07-16 12:51:04.0 +0200
+++ /var/tmp/diff_new_pack.jmQ2mD/_new  2012-07-16 12:51:04.0 +0200
@@ -23,6 +23,7 @@
 %define with_xen 1
 %define with_vnc 1
 %define with_vbox 0
+%define with_plymouth 1
 BuildRequires:  Mesa
 BuildRequires:  Mesa-libEGL1
 BuildRequires:  aaa_base
@@ -141,6 +142,13 @@
 BuildRequires:  perl-XML-NamespaceSupport
 BuildRequires:  perl-XML-Parser
 BuildRequires:  perl-XML-Simple
+%if %with_plymouth
+BuildRequires:  libkms1
+BuildRequires:  plymouth
+BuildRequires:  plymouth-branding-openSUSE
+BuildRequires:  plymouth-plugin-script
+BuildRequires:  plymouth-scripts
+%endif
 BuildRequires:  polkit
 BuildRequires:  popt-devel
 BuildRequires:  portmap
@@ -356,9 +364,9 @@
 Summary:Installation Image Files
 License:GPL-2.0+
 Group:  Metapackages
-Version:13.49
+Version:13.51
 Release:0
-Source: installation-images-13.49.tar.bz2
+Source: installation-images-13.51.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-13.49.tar.bz2 -> installation-images-13.51.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.49/VERSION 
new/installation-images-13.51/VERSION
--- old/installation-images-13.49/VERSION   2012-06-19 11:32:01.0 
+0200
+++ new/installation-images-13.51/VERSION   2012-07-13 15:29:57.0 
+0200
@@ -1 +1 @@
-13.49
+13.51
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.49/bin/hdimage 
new/installation-images-13.51/bin/hdimage
--- old/installation-images-13.49/bin/hdimage   2010-02-05 11:43:09.0 
+0100
+++ new/installation-images-13.51/bin/hdimage   2012-07-13 15:28:49.0 
+0200
@@ -227,7 +227,8 @@
 
 $self->size($self->{size} + $self->{fit_size_acc}) if 
$self->{fit_size_acc};
 
-my $p_size = $self->{size} - $self->partition_ofs -  $self->{extra_size};
+# using '+-' to work around bigint strangeness in perl 5.16 (bnc #766339)
+my $p_size = $self->{size} - $self->partition_ofs + -$self->{extra_size};
 return undef if $p_size < 0;
 
 my $c = $self->{c};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.49/changelog 
new/installation-images-13.51/changelog
--- old/installation-images-13.49/changelog 2012-06-19 11:32:05.0 
+0200
+++ new/installation-images-13.51/changelog 2012-07-13 15:30:01.0 
+0200
@@ -1,4 +1,12 @@
-2012-06-19:HEAD
+2012-07-13:HEAD
+   - actually remove offending line
+
+2012-07-13:13.50
+   - add plymouth_setup script
+   - support plymouth
+   - efi image creation failed; added workaround (bnc #771307)
+
+2012-06-19:13.49
- fix font names in inst-sys (bnc #766991
 
 2012-06-18:13.48
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.49/data/base/base.file_list 
new/installation-images-13.51/data/base/base.file_list
--- old/installation-images-13.49/data/base/base.file_list  2012-06-18 
13:04:52.0 +0200
+++ new/installation-images-13.51/data/base/base.file_list  2012-07-13 
12:50:48.0 +0200
@@ -193,11 +193,9 @@
 gawk:
   /
 
-if arch eq 'i386' || arch eq 'x86_64'
-  bootsplash:
-/
-r /sbin/fbtruetype
-endif
+?bootsplash:
+  /
+  r /sbin/fbtruetype
 
 liblcms*:
   /
diff -urN '--exclude=CVS' '--exclude=.cvs

commit installation-images for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2012-07-16 12:50:57

Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and  /work/SRC/openSUSE:Factory/.installation-images.new (New)


Package is "installation-images", Maintainer is "snw...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2012-06-19 21:38:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2012-07-16 12:50:59.0 +0200
@@ -1,0 +2,11 @@
+Fri Jul 13 15:30:03 CEST 2012 - snw...@suse.de
+
+- efi fix: actually remove offending line
+
+---
+Fri Jul 13 12:56:04 CEST 2012 - snw...@suse.de
+
+- support plymouth
+- efi image creation failed; added workaround (bnc #771307)
+
+---

Old:

  installation-images-13.49.tar.bz2

New:

  installation-images-13.51.tar.bz2



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.uRvEwk/_old  2012-07-16 12:51:01.0 +0200
+++ /var/tmp/diff_new_pack.uRvEwk/_new  2012-07-16 12:51:01.0 +0200
@@ -23,6 +23,7 @@
 %define with_xen 1
 %define with_vnc 1
 %define with_vbox 0
+%define with_plymouth 1
 BuildRequires:  Mesa
 BuildRequires:  Mesa-libEGL1
 BuildRequires:  aaa_base
@@ -141,6 +142,13 @@
 BuildRequires:  perl-XML-NamespaceSupport
 BuildRequires:  perl-XML-Parser
 BuildRequires:  perl-XML-Simple
+%if %with_plymouth
+BuildRequires:  libkms1
+BuildRequires:  plymouth
+BuildRequires:  plymouth-branding-openSUSE
+BuildRequires:  plymouth-plugin-script
+BuildRequires:  plymouth-scripts
+%endif
 BuildRequires:  polkit
 BuildRequires:  popt-devel
 BuildRequires:  portmap
@@ -356,9 +364,9 @@
 Summary:Installation Image Files
 License:GPL-2.0+
 Group:  Metapackages
-Version:13.49
+Version:13.51
 Release:0
-Source: installation-images-13.49.tar.bz2
+Source: installation-images-13.51.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-13.49.tar.bz2 -> installation-images-13.51.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.49/VERSION 
new/installation-images-13.51/VERSION
--- old/installation-images-13.49/VERSION   2012-06-19 11:32:01.0 
+0200
+++ new/installation-images-13.51/VERSION   2012-07-13 15:29:57.0 
+0200
@@ -1 +1 @@
-13.49
+13.51
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.49/bin/hdimage 
new/installation-images-13.51/bin/hdimage
--- old/installation-images-13.49/bin/hdimage   2010-02-05 11:43:09.0 
+0100
+++ new/installation-images-13.51/bin/hdimage   2012-07-13 15:28:49.0 
+0200
@@ -227,7 +227,8 @@
 
 $self->size($self->{size} + $self->{fit_size_acc}) if 
$self->{fit_size_acc};
 
-my $p_size = $self->{size} - $self->partition_ofs -  $self->{extra_size};
+# using '+-' to work around bigint strangeness in perl 5.16 (bnc #766339)
+my $p_size = $self->{size} - $self->partition_ofs + -$self->{extra_size};
 return undef if $p_size < 0;
 
 my $c = $self->{c};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.49/changelog 
new/installation-images-13.51/changelog
--- old/installation-images-13.49/changelog 2012-06-19 11:32:05.0 
+0200
+++ new/installation-images-13.51/changelog 2012-07-13 15:30:01.0 
+0200
@@ -1,4 +1,12 @@
-2012-06-19:HEAD
+2012-07-13:HEAD
+   - actually remove offending line
+
+2012-07-13:13.50
+   - add plymouth_setup script
+   - support plymouth
+   - efi image creation failed; added workaround (bnc #771307)
+
+2012-06-19:13.49
- fix font names in inst-sys (bnc #766991
 
 2012-06-18:13.48
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-13.49/data/base/base.file_list 
new/installation-images-13.51/data/base/base.file_list
--- old/installation-images-13.49/data/base/base.file_list  2012-06-18 
13:04:52.0 +0200
+++ new/installation-images-13.51/data/base/base.file_list  2012-07-13 
12:50:48.0 +0200
@@ -193,11 +193,9 @@
 gawk:
   /
 
-if arch eq 'i386' || arch eq 'x86_64'
-  bootsplash:
-/
-r /sbin/fbtruetype
-endif
+?bootsplash:
+  /
+  r /sbin/fbtruetype
 
 liblcms*:
   /
diff -urN '--exclude=CVS' '--exc

commit glibc.i686 for openSUSE:11.4:Update

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package glibc.i686 for openSUSE:11.4:Update 
checked in at 2012-07-16 10:16:53

Comparing /work/SRC/openSUSE:11.4:Update/glibc.i686 (Old)
 and  /work/SRC/openSUSE:11.4:Update/.glibc.i686.new (New)


Package is "glibc.i686", Maintainer is ""

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.IyDoKw/_old  2012-07-16 10:16:55.0 +0200
+++ /var/tmp/diff_new_pack.IyDoKw/_new  2012-07-16 10:16:55.0 +0200
@@ -1,8 +1 @@
-
-
-  
-  
-  
-  
-
-
+

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



commit glibc for openSUSE:11.4:Update

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:11.4:Update 
checked in at 2012-07-16 10:16:50

Comparing /work/SRC/openSUSE:11.4:Update/glibc (Old)
 and  /work/SRC/openSUSE:11.4:Update/.glibc.new (New)


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

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.yzzqGE/_old  2012-07-16 10:16:52.0 +0200
+++ /var/tmp/diff_new_pack.yzzqGE/_new  2012-07-16 10:16:52.0 +0200
@@ -1,8 +1 @@
-
-
-  
-  
-  
-  
-
-
+

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



commit xfce4-panel-plugin-netload for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-netload for 
openSUSE:Factory checked in at 2012-07-16 10:13:31

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-netload (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-netload.new (New)


Package is "xfce4-panel-plugin-netload", Maintainer is 
"xfce-maintain...@suse.de"

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-netload/xfce4-panel-plugin-netload.changes
2012-05-08 06:51:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-netload.new/xfce4-panel-plugin-netload.changes
   2012-07-16 10:13:32.0 +0200
@@ -1,0 +2,14 @@
+Sun Jul 15 16:07:12 UTC 2012 - g...@opensuse.org
+
+- update to version 1.2.0
+  - some code cleanup and respect the Panel HIG
+  - update monitor labels sizes gracefully
+  - rectify tooltip information
+  - support new panel mode Deskbar
+  - drop if_ppp headers
+  - reorganize code in monitor_new, setup_monitor and
+monitor_set_orientation
+  - keep colorized values after orientation change
+  - fix widget visibility on orientation change
+
+---

Old:

  xfce4-netload-plugin-1.1.0.tar.bz2

New:

  xfce4-netload-plugin-1.2.0.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-netload.spec ++
--- /var/tmp/diff_new_pack.kZoHqQ/_old  2012-07-16 10:13:33.0 +0200
+++ /var/tmp/diff_new_pack.kZoHqQ/_new  2012-07-16 10:13:33.0 +0200
@@ -20,13 +20,13 @@
 %define plugin_name xfce4-netload-plugin
 
 Name:   xfce4-panel-plugin-netload
-Version:1.1.0
+Version:1.2.0
 Release:0
 Summary:Network Load Monitoring Plugin for the Xfce Panel
 License:GPL-2.0+
 Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin
-Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.1/%{plugin_name}-%{version}.tar.bz2
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.2/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(libxfce4panel-1.0)

++ xfce4-netload-plugin-1.1.0.tar.bz2 -> xfce4-netload-plugin-1.2.0.tar.bz2 
++
 8525 lines of diff (skipped)

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



commit rubygem-warden for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-warden for openSUSE:Factory 
checked in at 2012-07-16 10:12:24

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


Package is "rubygem-warden", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-warden/rubygem-warden.changes
2012-04-23 09:16:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-warden.new/rubygem-warden.changes   
2012-07-16 10:12:30.0 +0200
@@ -1,0 +2,12 @@
+Fri Jul 13 08:33:46 UTC 2012 - jreidin...@suse.com
+
+- update to version 1.2.1 
+
+---
+Fri Jul 13 08:20:18 UTC 2012 - jreidin...@suse.com
+
+- revert back requires. gem explicitelly said that it require 
+  rack >= 1.0 so follow gem dependencies to avoid multiple version
+  of gems when it is not neccessary
+
+---

Old:

  warden-1.1.0.gem

New:

  warden-1.2.1.gem



Other differences:
--
++ rubygem-warden.spec ++
--- /var/tmp/diff_new_pack.FDb49a/_old  2012-07-16 10:12:31.0 +0200
+++ /var/tmp/diff_new_pack.FDb49a/_new  2012-07-16 10:12:31.0 +0200
@@ -16,8 +16,10 @@
 #
 
 # norootforbuild
+
+
 Name:   rubygem-warden
-Version:1.1.0
+Version:1.2.1
 Release:0
 %define mod_name warden
 %define mod_full_name %{mod_name}-%{version}
@@ -29,15 +31,16 @@
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
 Provides:   rubygem-%{mod_name}-1   = %{version}-%{release}
-Provides:   rubygem-%{mod_name}-1_1 = %{version}-%{release}
+Provides:   rubygem-%{mod_name}-1_2 = %{version}-%{release}
 # rack >= 1.0
-BuildRequires:  rubygem-rack-1_1
-Requires:   rubygem-rack-1_1
+BuildRequires:  rubygem-rack >= 1.0
+Requires:   rubygem-rack >= 1.0
 #
 Url:http://github.com/hassox/warden
 Source: %{mod_full_name}.gem
 #
 Summary:Rack middleware that provides authentication for rack 
applications
+
 %description
 Rack middleware that provides authentication for rack applications
 
@@ -45,6 +48,7 @@
 Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
@@ -53,17 +57,17 @@
 Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+
 %build
+
 %install
 %gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem

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



commit rubygem-uglifier for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-uglifier for 
openSUSE:Factory checked in at 2012-07-16 10:12:11

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


Package is "rubygem-uglifier", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-uglifier/rubygem-uglifier.changes
2012-07-09 13:23:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-uglifier.new/rubygem-uglifier.changes   
2012-07-16 10:12:13.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  6 13:27:34 UTC 2012 - co...@suse.com
+
+- update to 1.2.6, bug fixes
+
+---
@@ -5,0 +11,5 @@
+
+---
+Fri Jun 22 05:04:14 UTC 2012 - co...@suse.com
+
+- update to 1.2.5, bug fixes

Old:

  uglifier-1.2.4.gem

New:

  uglifier-1.2.6.gem



Other differences:
--
++ rubygem-uglifier.spec ++
--- /var/tmp/diff_new_pack.wHVcSD/_old  2012-07-16 10:12:14.0 +0200
+++ /var/tmp/diff_new_pack.wHVcSD/_new  2012-07-16 10:12:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-uglifier
-Version:1.2.4
+Version:1.2.6
 Release:0
 %define mod_name uglifier
 %define mod_full_name %{mod_name}-%{version}
@@ -29,9 +29,10 @@
 # execjs >= 0.3.0
 BuildRequires:  rubygem-execjs >= 0.3.0
 Requires:   rubygem-execjs >= 0.3.0
-# multi_json >= 1.0.2
-BuildRequires:  rubygem-multi_json >= 1.0.2
-Requires:   rubygem-multi_json >= 1.0.2
+# multi_json >= 1.3
+BuildRequires:  rubygem-multi_json >= 1.3
+Requires:   rubygem-multi_json < 1.4
+Requires:   rubygem-multi_json >= 1.3
 #
 Url:http://github.com/lautis/uglifier
 Source: %{mod_full_name}.gem

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



commit rubygem-test-unit for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-test-unit for 
openSUSE:Factory checked in at 2012-07-16 10:11:41

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


Package is "rubygem-test-unit", Maintainer is "r...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-test-unit/rubygem-test-unit.changes  
2012-06-26 20:03:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-test-unit.new/rubygem-test-unit.changes 
2012-07-16 10:11:42.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 15 06:46:00 UTC 2012 - co...@suse.com
+
+- update to 2.5.1, no changelog
+
+---

Old:

  test-unit-2.5.0.gem

New:

  test-unit-2.5.1.gem



Other differences:
--
++ rubygem-test-unit.spec ++
--- /var/tmp/diff_new_pack.DPS0xv/_old  2012-07-16 10:11:44.0 +0200
+++ /var/tmp/diff_new_pack.DPS0xv/_new  2012-07-16 10:11:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-test-unit
-Version:2.5.0
+Version:2.5.1
 Release:0
 %define mod_name test-unit
 #

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



commit rubygem-sprockets-2_1 for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-2_1 for 
openSUSE:Factory checked in at 2012-07-16 10:11:29

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


Package is "rubygem-sprockets-2_1", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-2_1/rubygem-sprockets-2_1.changes  
2012-05-07 22:51:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-2_1.new/rubygem-sprockets-2_1.changes
 2012-07-16 10:11:31.0 +0200
@@ -1,0 +2,5 @@
+Thu Jun 28 13:02:36 UTC 2012 - co...@suse.com
+
+- update to 2.1.3, required by rails 3.2.6
+
+---

Old:

  sprockets-2.1.2.gem

New:

  sprockets-2.1.3.gem



Other differences:
--
++ rubygem-sprockets-2_1.spec ++
--- /var/tmp/diff_new_pack.o5sVUF/_old  2012-07-16 10:11:32.0 +0200
+++ /var/tmp/diff_new_pack.o5sVUF/_new  2012-07-16 10:11:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-sprockets-2_1
-Version:2.1.2
+Version:2.1.3
 Release:0
 Summary:Rack-based asset packaging system
 License:MIT

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



commit rubygem-sass for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sass for openSUSE:Factory 
checked in at 2012-07-16 10:10:55

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


Package is "rubygem-sass", Maintainer is "jmassaguer...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sass/rubygem-sass.changes
2012-05-16 15:04:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sass.new/rubygem-sass.changes   
2012-07-16 10:11:11.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  6 13:44:53 UTC 2012 - co...@suse.com
+
+- update to 3.1.20
+
+---

Old:

  sass-3.1.18.gem

New:

  sass-3.1.20.gem



Other differences:
--
++ rubygem-sass.spec ++
--- /var/tmp/diff_new_pack.mlTgid/_old  2012-07-16 10:11:12.0 +0200
+++ /var/tmp/diff_new_pack.mlTgid/_new  2012-07-16 10:11:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-sass
-Version:3.1.18
+Version:3.1.20
 Release:0
 %define mod_name sass
 %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-rack-ssl for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rack-ssl for 
openSUSE:Factory checked in at 2012-07-16 10:10:39

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


Package is "rubygem-rack-ssl", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rack-ssl/rubygem-rack-ssl.changes
2012-03-26 11:07:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rack-ssl.new/rubygem-rack-ssl.changes   
2012-07-16 10:10:41.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 11:33:16 UTC 2012 - co...@suse.com
+
+- this requires just rack, not a specific version
+
+---



Other differences:
--
++ rubygem-rack-ssl.spec ++
--- /var/tmp/diff_new_pack.Izwpcx/_old  2012-07-16 10:10:44.0 +0200
+++ /var/tmp/diff_new_pack.Izwpcx/_new  2012-07-16 10:10:44.0 +0200
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-rack-ssl
 Version:1.3.2
 Release:0
-License:MIT
 Summary:Force SSL/TLS in your app
-Url:https://github.com/josh/rack-ssl
+License:MIT
 Group:  Development/Languages/Ruby
+Url:https://github.com/josh/rack-ssl
 %define mod_name rack-ssl
 %define mod_full_name %{mod_name}-%{version}
 Source: %{mod_full_name}.gem
-BuildRequires:  rubygem-rack-1_3
+BuildRequires:  rubygem-rack >= 1.3.0
 BuildRequires:  rubygems_with_buildroot_patch
 Requires:   rubygem-rack
 Provides:   rubygem-%{mod_name}-1_3 = %{version}


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



commit rubygem-journey-1_0 for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-journey-1_0 for 
openSUSE:Factory checked in at 2012-07-16 10:10:04

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


Package is "rubygem-journey-1_0", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-journey-1_0/rubygem-journey-1_0.changes  
2012-05-21 07:32:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-journey-1_0.new/rubygem-journey-1_0.changes 
2012-07-16 10:10:06.0 +0200
@@ -1,0 +2,10 @@
+Thu Jun 28 12:38:30 UTC 2012 - co...@suse.com
+
+- update to 1.0.4
+* lib/journey/formatter.rb: when generating routes, skip route
+   literals (routes that do not have replacement values like
+   "/:controller") when matching unnamed routes.
+ 
+ https://github.com/rails/rails/issues/6459
+
+---

Old:

  journey-1.0.3.gem

New:

  journey-1.0.4.gem



Other differences:
--
++ rubygem-journey-1_0.spec ++
--- /var/tmp/diff_new_pack.Rf07Ah/_old  2012-07-16 10:10:09.0 +0200
+++ /var/tmp/diff_new_pack.Rf07Ah/_new  2012-07-16 10:10:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-journey-1_0
-Version:1.0.3
+Version:1.0.4
 Release:0
 Summary:Journey is a router
 License:MIT

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



commit rubygem-hoe for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-hoe for openSUSE:Factory 
checked in at 2012-07-16 09:52:12

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


Package is "rubygem-hoe", Maintainer is "dmacvi...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hoe/rubygem-hoe.changes  2012-05-14 
16:19:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hoe.new/rubygem-hoe.changes 
2012-07-16 09:52:13.0 +0200
@@ -1,0 +2,6 @@
+Sun Jul 15 12:13:56 UTC 2012 - co...@suse.com
+
+- update to 3.0.6
+  * Added install_plugins to the newb task
+
+---

Old:

  hoe-3.0.5.gem

New:

  hoe-3.0.6.gem



Other differences:
--
++ rubygem-hoe.spec ++
--- /var/tmp/diff_new_pack.HmKMKu/_old  2012-07-16 09:52:14.0 +0200
+++ /var/tmp/diff_new_pack.HmKMKu/_new  2012-07-16 09:52:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-hoe
-Version:3.0.5
+Version:3.0.6
 Release:0
 %define mod_name hoe
 %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-highline for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-highline for 
openSUSE:Factory checked in at 2012-07-16 09:49:21

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


Package is "rubygem-highline", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-highline/rubygem-highline.changes
2012-05-16 15:04:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-highline.new/rubygem-highline.changes   
2012-07-16 09:49:23.0 +0200
@@ -1,0 +2,13 @@
+Tue Jul 10 19:12:43 UTC 2012 - ja...@suse.de
+
+-Add provides for rubygem-highline-1_6
+
+---
+Thu Jun 28 12:11:58 UTC 2012 - co...@suse.com
+
+- update to 1.6.13:
+  * Removed unneeded Shebang lines (by Scott Gonyea).
+  * Protect the String passed to Question.new from modification (by michael).
+  * Added a retype-to-verify setting (by michael).
+  
+---

Old:

  highline-1.6.12.gem

New:

  highline-1.6.13.gem



Other differences:
--
++ rubygem-highline.spec ++
--- /var/tmp/diff_new_pack.Dvmrhs/_old  2012-07-16 09:49:24.0 +0200
+++ /var/tmp/diff_new_pack.Dvmrhs/_new  2012-07-16 09:49:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-highline
-Version:1.6.12
+Version:1.6.13
 Release:0
 Summary:HighLine is a high-level command-line IO library
 License:GPL-2.0+
@@ -26,6 +26,7 @@
 %define mod_name highline
 %define mod_full_name %{mod_name}-%{version}
 Source: %{mod_full_name}.gem
+Provides:   rubygem-%{mod_name}-1_6 = %{version}
 BuildRequires:  rubygems_with_buildroot_patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %rubygems_requires

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



commit rubygem-haml for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2012-07-16 09:48:59

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


Package is "rubygem-haml", Maintainer is "fcaste...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2012-05-14 16:19:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2012-07-16 09:49:01.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 26 09:50:43 UTC 2012 - co...@suse.com
+
+- update to 3.1.6
+  * fix for the rails 3.2.3 fix to work with rails 3.1
+
+---

Old:

  haml-3.1.5.gem

New:

  haml-3.1.6.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.bPc1F2/_old  2012-07-16 09:49:02.0 +0200
+++ /var/tmp/diff_new_pack.bPc1F2/_new  2012-07-16 09:49:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-haml
-Version:3.1.5
+Version:3.1.6
 Release:0
 %define mod_name haml
 %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-execjs for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-execjs for openSUSE:Factory 
checked in at 2012-07-16 09:45:49

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


Package is "rubygem-execjs", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-execjs/rubygem-execjs.changes
2012-06-29 11:38:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-execjs.new/rubygem-execjs.changes   
2012-07-16 09:45:51.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 15 06:19:33 UTC 2012 - co...@suse.com
+
+- update to 1.4.0 - no changelog
+
+---

Old:

  execjs-1.3.2.gem

New:

  execjs-1.4.0.gem



Other differences:
--
++ rubygem-execjs.spec ++
--- /var/tmp/diff_new_pack.dv1ubv/_old  2012-07-16 09:45:54.0 +0200
+++ /var/tmp/diff_new_pack.dv1ubv/_new  2012-07-16 09:45:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-execjs
-Version:1.3.2
+Version:1.4.0
 Release:0
 %define mod_name execjs
 %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-eventmachine for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-eventmachine for 
openSUSE:Factory checked in at 2012-07-16 09:44:45

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


Package is "rubygem-eventmachine", Maintainer is "cth...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-eventmachine/rubygem-eventmachine.changes
2012-06-07 15:40:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-eventmachine.new/rubygem-eventmachine.changes
   2012-07-16 09:44:47.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 10 19:06:15 UTC 2012 - ja...@suse.de
+
+- Add provides for rubygem-eventmachine-0_12
+
+---



Other differences:
--
++ rubygem-eventmachine.spec ++
--- /var/tmp/diff_new_pack.yVnV2b/_old  2012-07-16 09:44:48.0 +0200
+++ /var/tmp/diff_new_pack.yVnV2b/_new  2012-07-16 09:44:48.0 +0200
@@ -15,24 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-eventmachine
 Version:0.12.10
 Release:0
 %define mod_name eventmachine
 %define mod_full_name %{mod_name}-%{version}
 #
-Group:  Development/Languages/Ruby
-License:Ruby
 #
+Provides:   rubygem-%{mod_name}-0_12 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gcc-c++
+BuildRequires:  openssl-devel
+BuildRequires:  pkg-config
+BuildRequires:  ruby-devel
 BuildRequires:  rubygems_with_buildroot_patch
-BuildRequires:  ruby-devel gcc-c++ openssl-devel pkg-config
 %rubygems_requires
 #
 Url:http://rubyeventmachine.com
 Source: %{mod_full_name}.gem
 #
 Summary:Ruby/EventMachine library
+License:Ruby
+Group:  Development/Languages/Ruby
+
 %description
 EventMachine implements a fast, single-threaded engine for arbitrary network
 communications. It's extremely easy to use in Ruby. EventMachine wraps all
@@ -49,6 +55,7 @@
 Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.


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



commit rubygem-devise for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-devise for openSUSE:Factory 
checked in at 2012-07-16 09:44:17

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


Package is "rubygem-devise", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-devise/rubygem-devise.changes
2012-03-28 00:01:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-devise.new/rubygem-devise.changes   
2012-07-16 09:44:21.0 +0200
@@ -2 +2 @@
-Tue Jan 31 16:28:43 UTC 2012 - lsle...@suse.cz
+Thu May 31 10:43:19 UTC 2012 - lsle...@suse.cz
@@ -4,2 +4,20 @@
-- initial version
-- 1.5.3
+- updated to 1.5.3
+
+---
+Fri Jun 11 15:29:26 UTC 2010 - mrueck...@suse.de
+
+- update to version 1.0.7
+  * Ensure password confirmation is always required
+  * authenticatable was deprecated and renamed to
+database_authenticatable
+  * confirmable is not included by default on generation
+
+---
+Fri Jun 11 10:00:01 UTC 2010 - mrueck...@suse.de
+
+- use rubygems_requires macro
+
+---
+Mon Apr 12 19:45:24 UTC 2010 - mrueck...@suse.de
+
+- initial package



Other differences:
--

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



commit rubygem-daemon_controller for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-daemon_controller for 
openSUSE:Factory checked in at 2012-07-16 09:42:45

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


Package is "rubygem-daemon_controller", Maintainer is "jsr...@suse.com"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-daemon_controller/rubygem-daemon_controller.changes
  2012-02-16 16:23:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-daemon_controller.new/rubygem-daemon_controller.changes
 2012-07-16 09:42:47.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 15 07:52:27 UTC 2012 - co...@suse.com
+
+- update to 1.0 - no changelog available
+
+---

Old:

  daemon_controller-0.2.5.gem

New:

  daemon_controller-1.0.0.gem



Other differences:
--
++ rubygem-daemon_controller.spec ++
--- /var/tmp/diff_new_pack.a4uxrG/_old  2012-07-16 09:42:48.0 +0200
+++ /var/tmp/diff_new_pack.a4uxrG/_new  2012-07-16 09:42:48.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   rubygem-daemon_controller
-Version:0.2.5
+Version:1.0.0
 Release:0
 %define mod_name daemon_controller
 #

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



commit rubygem-coderay for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-coderay for openSUSE:Factory 
checked in at 2012-07-16 09:40:54

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


Package is "rubygem-coderay", Maintainer is "cth...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-coderay/rubygem-coderay.changes  
2012-06-05 12:03:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-coderay.new/rubygem-coderay.changes 
2012-07-16 09:40:59.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 12:11:50 UTC 2012 - co...@suse.com
+
+- update to 1.0.7
+
+---

Old:

  coderay-1.0.6.gem

New:

  coderay-1.0.7.gem



Other differences:
--
++ rubygem-coderay.spec ++
--- /var/tmp/diff_new_pack.zXA8ug/_old  2012-07-16 09:41:01.0 +0200
+++ /var/tmp/diff_new_pack.zXA8ug/_new  2012-07-16 09:41:01.0 +0200
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-coderay
-Version:1.0.6
+Version:1.0.7
 Release:0
-License:LGPL-2.1+
 Summary:Fast syntax highlighting for selected languages
-Url:http://coderay.rubychan.de
+License:LGPL-2.1+
 Group:  Development/Languages/Ruby
+Url:http://coderay.rubychan.de
 %define mod_name coderay
 %define mod_full_name %{mod_name}-%{version}
 Source: %{mod_full_name}.gem

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



commit rubygem-childprocess for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-childprocess for 
openSUSE:Factory checked in at 2012-07-16 09:40:29

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


Package is "rubygem-childprocess", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-childprocess/rubygem-childprocess.changes
2012-07-09 13:10:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-childprocess.new/rubygem-childprocess.changes
   2012-07-16 09:40:31.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  6 13:32:53 UTC 2012 - co...@suse.com
+
+- update to version 0.3.3
+
+---

Old:

  childprocess-0.3.1.gem

New:

  childprocess-0.3.3.gem



Other differences:
--
++ rubygem-childprocess.spec ++
--- /var/tmp/diff_new_pack.a86CFl/_old  2012-07-16 09:40:31.0 +0200
+++ /var/tmp/diff_new_pack.a86CFl/_new  2012-07-16 09:40:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-childprocess
-Version:0.3.1
+Version:0.3.3
 Release:0
 License:MIT
 Summary:A simple solution for controlling external programs running in 
the background

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



commit rubygem-bunny for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bunny for openSUSE:Factory 
checked in at 2012-07-16 09:38:43

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


Package is "rubygem-bunny", Maintainer is "cth...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bunny/rubygem-bunny.changes  
2012-06-07 15:40:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bunny.new/rubygem-bunny.changes 
2012-07-16 09:38:46.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 10 19:11:09 UTC 2012 - ja...@suse.de
+
+- Add provides for rubygem-bunny-0_6
+
+---



Other differences:
--
++ rubygem-bunny.spec ++
--- /var/tmp/diff_new_pack.XC9OHm/_old  2012-07-16 09:38:47.0 +0200
+++ /var/tmp/diff_new_pack.XC9OHm/_new  2012-07-16 09:38:47.0 +0200
@@ -15,15 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-bunny
 Version:0.6.0
 Release:0
-License:MIT
 Summary:A synchronous Ruby AMQP client that enables interaction with 
AMQP-compliant brokers/servers
-Url:http://github.com/celldee/bunny/tree/master
+License:MIT
 Group:  Development/Languages/Ruby
+Url:http://github.com/celldee/bunny/tree/master
 %define mod_name bunny
 Source: %{mod_name}-%{version}.gem
+Provides:   rubygem-%{mod_name}-0_6 = %{version}
 BuildRequires:  rubygems_with_buildroot_patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %rubygems_requires


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



commit rubygem-amqp for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2012-07-16 09:38:31

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


Package is "rubygem-amqp", Maintainer is "cth...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-amqp/rubygem-amqp.changes
2012-06-12 07:10:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2012-07-16 09:38:33.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 10 18:53:20 UTC 2012 - ja...@suse.de
+
+- Add provides for rubygem-amqp-0_6
+
+---



Other differences:
--
++ rubygem-amqp.spec ++
--- /var/tmp/diff_new_pack.N80ExL/_old  2012-07-16 09:38:34.0 +0200
+++ /var/tmp/diff_new_pack.N80ExL/_new  2012-07-16 09:38:34.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-amqp (Version 0.6.7)
+# spec file for package rubygem-amqp
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-amqp
 Version:0.6.7
 Release:0
 %define mod_name amqp
 #
-Group:  Development/Languages/Ruby
-License:GPLv2+ or Ruby
 #
+Provides:   rubygem-%{mod_name}-0_6 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
@@ -34,6 +33,9 @@
 Source: %{mod_name}-%{version}.gem
 #
 Summary:AMQP client implementation in Ruby/EventMachine
+License:GPL-2.0+ or Ruby
+Group:  Development/Languages/Ruby
+
 %description
 An implementation of the AMQP protocol in Ruby/EventMachine for writing 
clients to the RabbitMQ message broker
 


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



commit rubygem-activesupport-3_2 for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activesupport-3_2 for 
openSUSE:Factory checked in at 2012-07-16 09:38:12

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activesupport-3_2/rubygem-activesupport-3_2.changes
  2012-04-19 08:51:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activesupport-3_2.new/rubygem-activesupport-3_2.changes
 2012-07-16 09:38:14.0 +0200
@@ -1,0 +2,10 @@
+Thu Jun 28 13:06:33 UTC 2012 - co...@suse.com
+
+- update to 3.2.6
+  *   ActiveSupport::JSON::Variable is deprecated. Define your own #as_json 
and #encode_json methods
+  for custom JSON string literals. *Erich Menge*
+
+  *   Added #beginning_of_hour and #end_of_hour to Time and DateTime core
+  extensions. *Mark J. Titorenko*
+
+---

Old:

  activesupport-3.2.3.gem

New:

  activesupport-3.2.6.gem



Other differences:
--
++ rubygem-activesupport-3_2.spec ++
--- /var/tmp/diff_new_pack.6Eq1zw/_old  2012-07-16 09:38:17.0 +0200
+++ /var/tmp/diff_new_pack.6Eq1zw/_new  2012-07-16 09:38:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-activesupport-3_2
-Version:3.2.3
+Version:3.2.6
 Release:0
 Summary:A toolkit of support libraries and Ruby core extensions 
extracted from the Rails framework
 License:MIT

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



commit rubygem-activeresource-3_2 for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activeresource-3_2 for 
openSUSE:Factory checked in at 2012-07-16 09:36:53

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activeresource-3_2/rubygem-activeresource-3_2.changes
2012-05-08 06:48:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activeresource-3_2.new/rubygem-activeresource-3_2.changes
   2012-07-16 09:36:55.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 09:29:22 UTC 2012 - co...@suse.com
+
+- update to 3.2.6, "No changes."
+
+---

Old:

  activeresource-3.2.3.gem

New:

  activeresource-3.2.6.gem



Other differences:
--
++ rubygem-activeresource-3_2.spec ++
--- /var/tmp/diff_new_pack.b51ez4/_old  2012-07-16 09:36:56.0 +0200
+++ /var/tmp/diff_new_pack.b51ez4/_new  2012-07-16 09:36:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-activeresource-3_2
-Version:3.2.3
+Version:3.2.6
 Release:0
 Summary:REST modeling framework (part of Rails)
 License:MIT
@@ -27,12 +27,12 @@
 %define mod_full_name %{mod_name}-%{version}
 Source: %{mod_full_name}.gem
 BuildRequires:  ruby-devel >= 1.8.7
-BuildRequires:  rubygem-activemodel-3_2 = 3.2.3
-BuildRequires:  rubygem-activesupport-3_2 = 3.2.3
+BuildRequires:  rubygem-activemodel-3_2 = %{version}
+BuildRequires:  rubygem-activesupport-3_2 = %{version}
 BuildRequires:  rubygems_with_buildroot_patch
 Requires:   ruby >= 1.8.7
-Requires:   rubygem-activemodel-3_2 = 3.2.3
-Requires:   rubygem-activesupport-3_2 = 3.2.3
+Requires:   rubygem-activemodel-3_2 = %{version}
+Requires:   rubygem-activesupport-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 rubygem-activerecord-3_2 for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activerecord-3_2 for 
openSUSE:Factory checked in at 2012-07-16 09:34:44

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activerecord-3_2/rubygem-activerecord-3_2.changes
2012-06-01 07:36:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activerecord-3_2.new/rubygem-activerecord-3_2.changes
   2012-07-16 09:34:46.0 +0200
@@ -1,0 +2,28 @@
+Fri Jun 29 10:26:02 UTC 2012 - co...@suse.com
+
+- update to 3.2.6
+  *   protect against the nesting of hashes changing the
+  table context in the next call to build_from_hash. This fix
+  covers this case as well.
+  CVE-2012-2695
+  *   Revert earlier 'perf fix' (see 3.2.4 changelog / GH #6289). This
+  change introduced a regression (GH #6609). assoc.clear and
+  assoc.delete_all have loaded the association before doing the delete
+  since at least Rails 2.3. Doing the delete without loading the
+  records means that the `before_remove` and `after_remove` callbacks do
+  not get invoked. Therefore, this change was less a fix a more an
+  optimisation, which should only have gone into master.
+  *   Restore behavior of Active Record 3.2.3 scopes.
+  A series of commits relating to preloading and scopes caused a 
regression.
+  *   Perf fix: Don't load the records when doing assoc.delete_all.
+  GH #6289. *Jon Leighton*
+  *   Association preloading shouldn't be affected by the current scoping.
+  This could cause infinite recursion and potentially other problems.
+  See GH #5667. *Jon Leighton*
+  *   Datetime attributes are forced to be changed. GH #3965
+  *   Fix attribute casting. GH #5549
+  *   Fix #5667. Preloading should ignore scoping.
+  *   Predicate builder should not recurse for determining where columns.
+  Thanks to Ben Murphy for reporting this! CVE-2012-2661
+
+---

Old:

  activerecord-3.2.3.gem

New:

  activerecord-3.2.6.gem



Other differences:
--
++ rubygem-activerecord-3_2.spec ++
--- /var/tmp/diff_new_pack.AjIlgg/_old  2012-07-16 09:34:47.0 +0200
+++ /var/tmp/diff_new_pack.AjIlgg/_new  2012-07-16 09:34:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-activerecord-3_2
-Version:3.2.3
+Version:3.2.6
 Release:0
 %define mod_name activerecord
 %define mod_full_name %{mod_name}-%{version}
@@ -30,12 +30,12 @@
 Provides:   rubygem-%{mod_name}-3 = %{version}-%{release}
 Requires:   ruby >= 1.8.7
 BuildRequires:  ruby-devel >= 1.8.7
-# activesupport = 3.2.3
-BuildRequires:  rubygem-activesupport-3_2 = 3.2.3
-Requires:   rubygem-activesupport-3_2 = 3.2.3
-# activemodel = 3.2.3
-BuildRequires:  rubygem-activemodel-3_2 = 3.2.3
-Requires:   rubygem-activemodel-3_2 = 3.2.3
+# activesupport = %{version}
+BuildRequires:  rubygem-activesupport-3_2 = %{version}
+Requires:   rubygem-activesupport-3_2 = %{version}
+# activemodel = %{version}
+BuildRequires:  rubygem-activemodel-3_2 = %{version}
+Requires:   rubygem-activemodel-3_2 = %{version}
 # arel ~> 3.0.2
 BuildRequires:  rubygem-arel-3_0 >= 3.0.2
 Requires:   rubygem-arel-3_0 >= 3.0.2

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



commit rubygem-activemodel-3_2 for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activemodel-3_2 for 
openSUSE:Factory checked in at 2012-07-16 09:34:19

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activemodel-3_2/rubygem-activemodel-3_2.changes
  2012-05-08 06:48:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activemodel-3_2.new/rubygem-activemodel-3_2.changes
 2012-07-16 09:34:22.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 09:28:07 UTC 2012 - co...@suse.com
+
+- update to 3.2.6, "No changes."
+
+---

Old:

  activemodel-3.2.3.gem

New:

  activemodel-3.2.6.gem



Other differences:
--
++ rubygem-activemodel-3_2.spec ++
--- /var/tmp/diff_new_pack.nS4Kmi/_old  2012-07-16 09:34:23.0 +0200
+++ /var/tmp/diff_new_pack.nS4Kmi/_new  2012-07-16 09:34:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-activemodel-3_2
-Version:3.2.3
+Version:3.2.6
 Release:0
 Summary:A toolkit for building modeling frameworks (part of Rails)
 License:MIT

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



commit rubygem-actionpack-3_2 for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-actionpack-3_2 for 
openSUSE:Factory checked in at 2012-07-16 09:34:05

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionpack-3_2/rubygem-actionpack-3_2.changes
2012-05-21 07:31:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionpack-3_2.new/rubygem-actionpack-3_2.changes
   2012-07-16 09:34:07.0 +0200
@@ -1,0 +2,23 @@
+Thu Jun 28 12:57:50 UTC 2012 - co...@suse.com
+
+- update to 3.2.6
+ *  nil is removed from array parameter values
+CVE-2012-2694
+ *  Deprecate `:confirm` in favor of `':data => { :confirm => "Text" }'` 
option for `button_to`, `button_tag`, `image_submit_tag`, `link_to` and 
`submit_tag
+` helpers.
+ *  Allow to use mounted_helpers (helpers for accessing mounted engines) in 
ActionView::TestCase. *Piotr Sarnacki*
+ *  Include mounted_helpers (helpers for accessing mounted engines) in 
ActionDispatch::IntegrationTest by default. *Piotr Sarnacki*
+ *  Deprecate old APIs for highlight, excerpt and word_wrap *Jeremy Walker*
+ *  Deprecate `:disable_with` in favor of `'data-disable-with'` option for 
`button_to`, `button_tag` and `submit_tag` helpers.
+ *  Deprecate `:mouseover` option for `image_tag` helper. *Rafael Mendonça 
França*
+ *  Deprecate `button_to_function` and `link_to_function` helpers. *Rafael 
Mendonça França*
+ *  Don't break Haml with textarea newline fix.  GH #393, #4000, #5190, #5191
+ *  Fix options handling on labels. GH #2492, #5614
+ *  Added config.action_view.embed_authenticity_token_in_remote_forms to deal
+with regression from 16ee611fa
+ *  Set rendered_format when doing render :inline. GH #5632
+ *  Fix the redirect when it receive blocks with arity of 1. Closes #5677
+ *  Strip [nil] from parameters hash. Thanks to Ben Murphy for
+reporting this! CVE-2012-2660
+
+---

Old:

  actionpack-3.2.3.gem

New:

  actionpack-3.2.6.gem



Other differences:
--
++ rubygem-actionpack-3_2.spec ++
--- /var/tmp/diff_new_pack.ZKX456/_old  2012-07-16 09:34:09.0 +0200
+++ /var/tmp/diff_new_pack.ZKX456/_new  2012-07-16 09:34:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-actionpack-3_2
-Version:3.2.3
+Version:3.2.6
 Release:0
 %define mod_name actionpack
 %define mod_full_name %{mod_name}-%{version}
@@ -29,12 +29,12 @@
 
 Requires:   ruby >= 1.8.7
 BuildRequires:  ruby-devel >= 1.8.7
-# activesupport = 3.2.3
-BuildRequires:  rubygem-activesupport-3_2 = 3.2.3
-Requires:   rubygem-activesupport-3_2 = 3.2.3
-# activemodel = 3.2.3
-BuildRequires:  rubygem-activemodel-3_2 = 3.2.3
-Requires:   rubygem-activemodel-3_2 = 3.2.3
+# activesupport = %{version}
+BuildRequires:  rubygem-activesupport-3_2 = %{version}
+Requires:   rubygem-activesupport-3_2 = %{version}
+# activemodel = %{version}
+BuildRequires:  rubygem-activemodel-3_2 = %{version}
+Requires:   rubygem-activemodel-3_2 = %{version}
 # rack-cache ~> 1.2
 BuildRequires:  rubygem-rack-cache-1_2 >= 1.2
 Requires:   rubygem-rack-cache-1_2 >= 1.2
@@ -51,8 +51,8 @@
 BuildRequires:  rubygem-journey-1_0 >= 1.0.1
 Requires:   rubygem-journey-1_0 >= 1.0.1
 # sprockets ~> 2.1.2
-BuildRequires:  rubygem-sprockets-2_1 >= 2.1.2
-Requires:   rubygem-sprockets-2_1 >= 2.1.2
+BuildRequires:  rubygem-sprockets-2_1 >= 2.1.3
+Requires:   rubygem-sprockets-2_1 >= 2.1.3
 # erubis ~> 2.7.0
 BuildRequires:  rubygem-erubis-2_7 >= 2.7.0
 Requires:   rubygem-erubis-2_7 >= 2.7.0

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



commit rubygem-actionmailer-3_2 for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-actionmailer-3_2 for 
openSUSE:Factory checked in at 2012-07-16 09:31:54

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionmailer-3_2/rubygem-actionmailer-3_2.changes
2012-05-14 16:19:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionmailer-3_2.new/rubygem-actionmailer-3_2.changes
   2012-07-16 09:31:55.0 +0200
@@ -1,0 +2,5 @@
+Fri Jun 29 09:51:03 UTC 2012 - co...@suse.com
+
+- update to 3.2.6, "no changes."
+
+---

Old:

  actionmailer-3.2.3.gem

New:

  actionmailer-3.2.6.gem



Other differences:
--
++ rubygem-actionmailer-3_2.spec ++
--- /var/tmp/diff_new_pack.fdWytq/_old  2012-07-16 09:31:57.0 +0200
+++ /var/tmp/diff_new_pack.fdWytq/_new  2012-07-16 09:31:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-actionmailer-3_2
-Version:3.2.3
+Version:3.2.6
 Release:0
 Summary:Email composition, delivery, and receiving framework (part of 
Rails)
 License:MIT
@@ -27,11 +27,11 @@
 %define mod_full_name %{mod_name}-%{version}
 Source: %{mod_full_name}.gem
 BuildRequires:  ruby-devel >= 1.8.7
-BuildRequires:  rubygem-actionpack-3_2 = 3.2.3
+BuildRequires:  rubygem-actionpack-3_2 = %{version}
 BuildRequires:  rubygem-mail-2_4 >= 2.4.0
 BuildRequires:  rubygems_with_buildroot_patch
 Requires:   ruby >= 1.8.7
-Requires:   rubygem-actionpack-3_2 = 3.2.3
+Requires:   rubygem-actionpack-3_2 = %{version}
 Requires:   rubygem-mail-2_4 >= 2.4.0
 Provides:   rubygem-%{mod_name} = %{version}
 Provides:   rubygem-%{mod_name}-3 = %{version}

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



commit qbittorrent for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2012-07-16 09:29:04

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


Package is "qbittorrent", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2012-05-22 
08:18:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 
2012-07-16 09:29:05.0 +0200
@@ -1,0 +2,17 @@
+Tue Jul  3 19:55:33 UTC 2012 - fi...@opensuse.org
+
+- Upstream update to 2.2.11, bugfix release:
+  + Bring window to front after restoring from systray
+  + Fix keyboard focus problems on main window
+  + Fix ThePirateBay search plugin
+
+---
+Mon Jun 25 22:00:33 UTC 2012 - fi...@opensuse.org
+
+- Upstream update to 2.2.10, bugfix release:
+  + Various webui fixes
+  + Fix ratio limiting bug
+  + Fix possible crash when showing torrent content
+  + Add support for RSS feeds using magnet links
+
+---

Old:

  qbittorrent-2.9.9.tar.xz

New:

  qbittorrent-2.9.11.tar.xz



Other differences:
--
++ qbittorrent.spec ++
--- /var/tmp/diff_new_pack.wKL2yL/_old  2012-07-16 09:29:10.0 +0200
+++ /var/tmp/diff_new_pack.wKL2yL/_new  2012-07-16 09:29:10.0 +0200
@@ -2,6 +2,7 @@
 # spec file for package qbittorrent
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 Mariusz Fik .
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +18,7 @@
 
 
 Name:   qbittorrent
-Version:2.9.9
+Version:2.9.11
 Release:0
 Summary:A Bittorrent Client built with C++ / Qt4
 License:GPL-2.0+

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



commit gwenhywfar for openSUSE:12.2

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package gwenhywfar for openSUSE:12.2 checked 
in at 2012-07-16 09:21:06

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


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

Changes:

--- /work/SRC/openSUSE:12.2/gwenhywfar/gwenhywfar.changes   2012-06-25 
15:35:04.0 +0200
+++ /work/SRC/openSUSE:12.2/.gwenhywfar.new/gwenhywfar.changes  2012-07-16 
09:21:08.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul  3 11:20:52 UTC 2012 - a...@suse.de
+
+- Change lang package Requires to Recommends since it is not
+  mandatory at runtime.
+
+---



Other differences:
--
++ gwenhywfar.spec ++
--- /var/tmp/diff_new_pack.Z7LGUu/_old  2012-07-16 09:21:08.0 +0200
+++ /var/tmp/diff_new_pack.Z7LGUu/_new  2012-07-16 09:21:08.0 +0200
@@ -75,7 +75,7 @@
 Summary:Multiplatform Helper Library for Other Libraries
 License:LGPL-2.1+
 Group:  System/Libraries
-Requires:   %{name}-lang = %{version}
+Recommends: %{name}-lang
 # Needed to make lang package installable
 Provides:   %{name} = %{version}
 Recommends: libgwenhywfar60-plugins = %{version}

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



commit gwenhywfar for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package gwenhywfar for openSUSE:Factory 
checked in at 2012-07-16 09:21:02

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


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

Changes:

--- /work/SRC/openSUSE:Factory/gwenhywfar/gwenhywfar.changes2012-05-21 
07:25:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.gwenhywfar.new/gwenhywfar.changes   
2012-07-16 09:21:04.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul  3 11:20:52 UTC 2012 - a...@suse.de
+
+- Change lang package Requires to Recommends since it is not
+  mandatory at runtime.
+
+---



Other differences:
--
++ gwenhywfar.spec ++
--- /var/tmp/diff_new_pack.6I2RAW/_old  2012-07-16 09:21:05.0 +0200
+++ /var/tmp/diff_new_pack.6I2RAW/_new  2012-07-16 09:21:05.0 +0200
@@ -75,7 +75,7 @@
 Summary:Multiplatform Helper Library for Other Libraries
 License:LGPL-2.1+
 Group:  System/Libraries
-Requires:   %{name}-lang = %{version}
+Recommends: %{name}-lang
 # Needed to make lang package installable
 Provides:   %{name} = %{version}
 Recommends: libgwenhywfar60-plugins = %{version}

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



commit espeak for openSUSE:Factory

2012-07-16 Thread h_root
Hello community,

here is the log from the commit of package espeak for openSUSE:Factory checked 
in at 2012-07-16 09:20:01

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


Package is "espeak", Maintainer is "ma...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/espeak/espeak.changes2011-09-23 
01:56:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.espeak.new/espeak.changes   2012-07-16 
09:20:03.0 +0200
@@ -1,0 +2,4 @@
+Sat Jul 07 19:40:40 UTC 2012 - em...@super.lt
+- Update to version 1.46.02
+
+---

Old:

  espeak-1.43.03-source.tar.bz2
  espeak-audio-runtime-detection.patch
  espeak-volume-full-fix.diff

New:

  espeak-1.46.02-source.zip



Other differences:
--
++ espeak.spec ++
--- /var/tmp/diff_new_pack.5DRGiY/_old  2012-07-16 09:20:08.0 +0200
+++ /var/tmp/diff_new_pack.5DRGiY/_new  2012-07-16 09:20:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package espeak
 #
-# 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,24 +16,21 @@
 #
 
 
-
 Name:   espeak
-Version:1.43.03
-Release:7
+%define _major_version 1.46
+Version:1.46.02
+Release:0
 %define _version %{version}-source
-License:GPL-3.0+
 Summary:Software speech synthesizer (text-to-speech)
-Url:http://espeak.sourceforge.net
+License:GPL-3.0+
 Group:  Productivity/Other
-Source: %{name}-%{_version}.tar.bz2
+Url:http://espeak.sourceforge.net
+Source: 
http://sourceforge.net/projects/espeak/files/espeak/espeak-%{_major_version}/espeak-%{_version}.zip
 Source1:espeak.1
-# PATCH-FIX-UPSTREAM espeak-audio-runtime-detection.patch vu...@opensuse.org 
-- Taken from Fedora
-Patch0: espeak-audio-runtime-detection.patch
-# PATCH-FIX-SUSE espeak-volume-full-fix.diff ti...@suse.de -- Fix full-volume 
with PulseAudio (bnc#679975)
-Patch1: espeak-volume-full-fix.diff
 BuildRequires:  gcc-c++
 BuildRequires:  portaudio-devel
 BuildRequires:  pulseaudio-devel
+BuildRequires:  unzip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -46,7 +43,6 @@
 which are based on human speech recordings.
 
 %package devel
-License:GPL-3.0+
 Summary:Software speech synthesizer (text-to-speech) -- Development 
Files
 Group:  Productivity/Other
 Requires:   espeak
@@ -62,8 +58,6 @@
 
 %prep
 %setup -q -n %{name}-%{_version}
-%patch0 -p1
-%patch1 -p1
 # Don't use the included binary voice dictionaries; we compile these from
 # source
 %{__rm} espeak-data/*_dict
@@ -98,7 +92,7 @@
 
 %files
 %defattr (-,root,root,755)
-%doc ChangeLog License.txt ReadMe html/
+%doc ChangeLog.txt License.txt ReadMe html/
 %{_bindir}/espeak
 %{_libdir}/libespeak.so.*
 %{_datadir}/espeak-data/

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