commit accountsservice for openSUSE:13.1:Update

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package accountsservice for 
openSUSE:13.1:Update checked in at 2014-10-13 11:54:25

Comparing /work/SRC/openSUSE:13.1:Update/accountsservice (Old)
 and  /work/SRC/openSUSE:13.1:Update/.accountsservice.new (New)


Package is accountsservice

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.WoGYoJ/_old  2014-10-13 11:54:26.0 +0200
+++ /var/tmp/diff_new_pack.WoGYoJ/_new  2014-10-13 11:54:26.0 +0200
@@ -1 +1 @@
-link package='accountsservice.2971' cicount='copy' /
+link package='accountsservice.3037' cicount='copy' /

-- 
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

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-amqp for openSUSE:Factory 
checked in at 2014-10-13 16:11:39

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


Package is rubygem-amqp

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-amqp/rubygem-amqp.changes
2014-07-15 08:01:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-amqp.new/rubygem-amqp.changes   
2014-10-13 16:11:40.0 +0200
@@ -1,0 +2,11 @@
+Mon Oct 13 07:25:24 UTC 2014 - co...@suse.com
+
+- updated to version 1.5.0
+   ### Only Await basic.consume-ok If nowait is false
+
+---
+Mon Oct 13 07:24:59 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---

Old:

  amqp-1.4.1.gem

New:

  amqp-1.5.0.gem
  gem2rpm.yml



Other differences:
--
++ rubygem-amqp.spec ++
--- /var/tmp/diff_new_pack.f7Pqab/_old  2014-10-13 16:11:41.0 +0200
+++ /var/tmp/diff_new_pack.f7Pqab/_new  2014-10-13 16:11:41.0 +0200
@@ -17,69 +17,35 @@
 
 
 Name:   rubygem-amqp
-Version:1.4.1
+Version:1.5.0
 Release:0
 %define mod_name amqp
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
-BuildRequires:  rubygem(rdoc)  3.10
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:http://rubyamqp.info
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Widely used, feature-rich asynchronous RabbitMQ client with
 License:BSD-2-Clause or Ruby
 Group:  Development/Languages/Ruby
-# MANUAL License
 
 %description
 Widely used, feature-rich asynchronous RabbitMQ client with batteries
 included.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/ChangeLog.md 
%buildroot/%{_docdir}/%{name}/ChangeLog.md
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --doc-files=ChangeLog.md README.md \
+  -f
+
+%gem_packages
 
 %changelog

++ amqp-1.4.1.gem - amqp-1.5.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ChangeLog.md new/ChangeLog.md
--- old/ChangeLog.md2014-07-09 10:19:50.0 +0200
+++ new/ChangeLog.md2014-08-13 08:05:34.0 +0200
@@ -1,4 +1,8 @@
-## Changes Between 1.4.0 and 1.4.1
+## Changes Between 1.4.x and 1.5.0
+
+### Only Await basic.consume-ok If nowait is false
+
+Contributed by Rian McGuire.
 
 ### Server-Named Queue Recovery Fix
 
@@ -7,13 +11,26 @@
 Contributed by Jack C Hong.
 
 
-
 ## Changes Between 1.3.x and 1.4.0
 
 ### connection.blocked Support
 
 [connection.blocked](https://www.rabbitmq.com/connection-blocked.html) 
notifications
-are now correctly supported by the library.
+are now correctly supported by the library:
+
+``` ruby
+EventMachine.run do
+  connection = AMQP.connect(:host = '127.0.0.1')
+
+  connection.on_blocked do |conn, conn_blocked|
+puts Connection blocked, reason: #{conn_blocked.reason}
+  end
+
+  connection.on_unblocked do |conn, _|
+puts Connection unblocked
+  end
+end
+```
 
 
 ## Changes Between 1.2.x and 1.3.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2014-07-09 10:19:50.0 +0200
+++ new/README.md   2014-08-13 08:05:34.0 +0200
@@ -196,7 +196,7 @@

commit rubygem-http_accept_language for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-http_accept_language for 
openSUSE:Factory checked in at 2014-10-13 16:12:31

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


Package is rubygem-http_accept_language

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-http_accept_language/rubygem-http_accept_language.changes
2014-02-12 20:32:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-http_accept_language.new/rubygem-http_accept_language.changes
   2014-10-13 16:12:32.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 12:15:23 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---

New:

  gem2rpm.yml



Other differences:
--
++ rubygem-http_accept_language.spec ++
--- /var/tmp/diff_new_pack.Km8mp2/_old  2014-10-13 16:12:33.0 +0200
+++ /var/tmp/diff_new_pack.Km8mp2/_new  2014-10-13 16:12:33.0 +0200
@@ -21,62 +21,30 @@
 Release:0
 %define mod_name http_accept_language
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/iain/http_accept_language
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Find out which locale the user preferes by reading the 
languages
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
 Find out which locale the user preferes by reading the languages they
-specified in their browser
-
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
+specified in their browser.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --doc-files=README.md \
+  -f
+
+%gem_packages
 
 %changelog

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
-- 
To unsubscribe, e-mail: 

commit rubygem-http_parser.rb for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-http_parser.rb for 
openSUSE:Factory checked in at 2014-10-13 16:12:38

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


Package is rubygem-http_parser.rb

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-http_parser.rb/rubygem-http_parser.rb.changes
2014-02-13 22:01:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-http_parser.rb.new/rubygem-http_parser.rb.changes
   2014-10-13 16:12:39.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 12:15:36 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---

New:

  gem2rpm.yml



Other differences:
--
++ rubygem-http_parser.rb.spec ++
--- /var/tmp/diff_new_pack.SsmEcr/_old  2014-10-13 16:12:40.0 +0200
+++ /var/tmp/diff_new_pack.SsmEcr/_new  2014-10-13 16:12:40.0 +0200
@@ -21,65 +21,31 @@
 Release:0
 %define mod_name http_parser.rb
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-devel
-BuildRequires:  ruby-macros = 3
+BuildRequires:  %{rubydevel}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/tmm1/http_parser.rb
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Simple callback-based HTTP request/response parser
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
 Ruby bindings to http://github.com/ry/http-parser and
-http://github.com/a2800276/http-parser.java
-
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
+http://github.com/a2800276/http-parser.java.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
+%gem_install \
+  --doc-files=README.md \
+  -f
 %gem_cleanup
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_extensions}/%{mod_full_name}
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_packages
 
 %changelog

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
-- 
To unsubscribe, e-mail: 

commit yast2-proxy for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-proxy for openSUSE:Factory 
checked in at 2014-10-14 07:09:00

Comparing /work/SRC/openSUSE:Factory/yast2-proxy (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-proxy.new (New)


Package is yast2-proxy

Changes:

--- /work/SRC/openSUSE:Factory/yast2-proxy/yast2-proxy.changes  2013-11-15 
14:25:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-proxy.new/yast2-proxy.changes 
2014-10-14 07:09:03.0 +0200
@@ -1,0 +2,7 @@
+Wed Oct  8 13:47:41 UTC 2014 - mvid...@suse.com
+
+- Fixed Test Proxy Settings always reporting failure (bnc#853725,
+  bnc#871945).
+- 3.1.2
+
+---

Old:

  yast2-proxy-3.1.1.tar.bz2

New:

  yast2-proxy-3.1.2.tar.bz2



Other differences:
--
++ yast2-proxy.spec ++
--- /var/tmp/diff_new_pack.GwbMoP/_old  2014-10-14 07:09:03.0 +0200
+++ /var/tmp/diff_new_pack.GwbMoP/_new  2014-10-14 07:09:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-proxy
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-proxy
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -28,8 +28,9 @@
 BuildRequires:  pkgconfig
 BuildRequires:  rpm
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools = 3.0.6
+BuildRequires:  yast2-devtools = 3.1.10
 BuildRequires:  yast2-testsuite
+BuildRequires:  rubygem(rspec)
 
 BuildRequires:  yast2
 Requires:   yast2

++ yast2-proxy-3.1.1.tar.bz2 - yast2-proxy-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-proxy-3.1.1/MAINTAINER 
new/yast2-proxy-3.1.2/MAINTAINER
--- old/yast2-proxy-3.1.1/MAINTAINER2013-11-04 16:37:30.0 +0100
+++ new/yast2-proxy-3.1.2/MAINTAINER2014-10-13 09:52:09.0 +0200
@@ -1 +1 @@
-Martin Vidner mvid...@suse.cz
+Deprecated file. Use `osc maintainer yast2-proxy` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-proxy-3.1.1/VERSION 
new/yast2-proxy-3.1.2/VERSION
--- old/yast2-proxy-3.1.1/VERSION   2013-11-15 13:09:18.0 +0100
+++ new/yast2-proxy-3.1.2/VERSION   1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-3.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-proxy-3.1.1/package/yast2-proxy.changes 
new/yast2-proxy-3.1.2/package/yast2-proxy.changes
--- old/yast2-proxy-3.1.1/package/yast2-proxy.changes   2013-11-15 
13:09:18.0 +0100
+++ new/yast2-proxy-3.1.2/package/yast2-proxy.changes   2014-10-13 
09:52:09.0 +0200
@@ -1,4 +1,11 @@
 ---
+Wed Oct  8 13:47:41 UTC 2014 - mvid...@suse.com
+
+- Fixed Test Proxy Settings always reporting failure (bnc#853725,
+  bnc#871945).
+- 3.1.2
+
+---
 Wed Nov 13 15:56:18 UTC 2013 - jreidin...@suse.com
 
 - Add explicit COPYING file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-proxy-3.1.1/package/yast2-proxy.spec 
new/yast2-proxy-3.1.2/package/yast2-proxy.spec
--- old/yast2-proxy-3.1.1/package/yast2-proxy.spec  2013-11-15 
13:09:18.0 +0100
+++ new/yast2-proxy-3.1.2/package/yast2-proxy.spec  2014-10-13 
09:52:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-proxy
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -29,7 +29,8 @@
 BuildRequires:  perl-XML-Writer pkgconfig rpm
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-testsuite
-BuildRequires:  yast2-devtools = 3.0.6
+BuildRequires:  yast2-devtools = 3.1.10
+BuildRequires:  rubygem(rspec)
 
 BuildRequires:  yast2
 Requires:   yast2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-proxy-3.1.1/src/Makefile.am 
new/yast2-proxy-3.1.2/src/Makefile.am
--- old/yast2-proxy-3.1.1/src/Makefile.am   2013-11-04 16:37:30.0 
+0100
+++ new/yast2-proxy-3.1.2/src/Makefile.am   2014-10-13 09:52:09.0 
+0200
@@ -5,7 +5,6 @@
 
 client_DATA = \
   clients/proxy_auto.rb \
-  clients/proxy_proposal.rb \
   clients/proxy.rb
 
 yncludedir = @yncludedir@/proxy
@@ -14,4 +13,4 @@
 
 EXTRA_DIST = 

commit libmusicbrainz5 for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package libmusicbrainz5 for openSUSE:Factory 
checked in at 2014-10-14 07:08:58

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


Package is libmusicbrainz5

Changes:

--- /work/SRC/openSUSE:Factory/libmusicbrainz5/libmusicbrainz5.changes  
2012-10-18 21:54:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmusicbrainz5.new/libmusicbrainz5.changes 
2014-10-14 07:08:59.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 11 02:17:27 UTC 2014 - crrodrig...@opensuse.org
+
+- Build the shared library with -fvisibility-inlines-hidden 
+
+---



Other differences:
--
++ libmusicbrainz5.spec ++
--- /var/tmp/diff_new_pack.kZ9A3w/_old  2014-10-14 07:09:00.0 +0200
+++ /var/tmp/diff_new_pack.kZ9A3w/_new  2014-10-14 07:09:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmusicbrainz5
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -64,7 +64,7 @@
 
 %build
 CFLAGS=%{optflags} -D_FILE_OFFSET_BITS=64
-CXXFLAGS=%{optflags} -D_FILE_OFFSET_BITS=64
+CXXFLAGS=%{optflags} -D_FILE_OFFSET_BITS=64 -fvisibility-inlines-hidden
 export CFLAGS
 export CXXFLAGS
 cmake \

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



commit openmpi for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2014-10-14 07:09:04

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


Package is openmpi

Changes:

--- /work/SRC/openSUSE:Factory/openmpi/openmpi-testsuite.changes
2014-10-09 12:52:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi-testsuite.changes   
2014-10-14 07:09:12.0 +0200
@@ -1,0 +2,97 @@
+Sat Oct 11 18:50:16 UTC 2014 - alinm.el...@gmail.com
+
+- enabled threads support
+   --enable-mpi-thread-multiple 
+   --with-threads 
+
+---
+Wed Oct  8 21:24:48 UTC 2014 - alinm.el...@gmail.com
+
+- updated to 1.8.3
+  1.8.3
+-
+
+- Fixed application abort bug to ensure that MPI_Abort exits appropriately
+  and returns the provided exit status
+- Fixed some alignment (not all) issues identified by Clang
+- Allow CUDA-aware to work with nonblocking collectives. Forces packing to
+  happen when using GPU buffers.
+- Fixed configure test issue with Intel 2015 Fortran compiler
+- Fixed some PGI-related errors
+- Provide better help message when encountering a firewall
+- Fixed MCA parameter quoting to protect multi-word params and params
+  that contain special characters
+- Improved the bind-to help message to clarify the defaults
+- Add new MPI-3.1 tools interface
+- Several performance optimizations and memory leak cleanups
+- Turn off the coll/ml plugin unless specifically requested as it
+  remains in an experimental state
+- Fix LSF support by adding required libraries for the latest LSF
+  releases.  Thanks to Joshua Randal for supplying the initial
+  patches.
+
+
+1.8.2
+-
+
+- Fix auto-wireup of OOB, allowing ORTE to automatically
+  test all available NICs
+- Un-deprecate pernode, npernode, and npersocket options
+  by popular demand
+- Add missing Fortran bindings for MPI_WIN_LOCK_ALL,
+  MPI_WIN_UNLOCK_ALL, and MPI_WIN_SYNC.
+- Fix cascading/over-quoting in some cases with the rsh/ssh-based
+  launcher.  Thanks to multiple users for raising the issue.
+- Properly add support for gfortran 4.9 ignore TKR pragma (it was
+  erroneously only partially added in v1.7.5).  Thanks to Marcus
+  Daniels for raising the issue.
+- Update/improve help messages in the usnic BTL.
+- Resolve a race condition in MPI_Abort.
+- Fix obscure cases where static linking from wrapper compilers would
+  fail.
+- Clarify the configure --help message about when OpenSHMEM is
+  enabled/disabled by default.  Thanks to Paul Hargrove for the
+  suggestion.
+- Align pages properly where relevant.  Thanks to Paul Hargrove for
+  identifying the issue.
+- Various compiler warning and minor fixes for OpenBSD, FreeBSD, and
+  Solaris/SPARC.  Thanks to Paul Hargrove for the patches.
+- Properly pass function pointers from Fortran to C in the mpi_f08
+  module, thereby now supporting gfortran 4.9.  Thanks to Tobias
+  Burnus for assistance and testing with this issue.
+- Improve support for Cray CLE 5.
+- Fix mpirun regression: ensure exit status is non-zero if mpirun is
+  terminated due to signal.
+- Improved CUDA efficiency of asynchronous copies.
+- Fix to parameter type in MPI_Type_indexed.3.  Thanks to Bastian
+  Beischer for reporting the mistake.
+- Fix NUMA distance calculations in the openib BTL.
+- Decrease time required to shut down mpirun at the end of a job.
+- More RMA fixes.
+- More hostfile fixes from Tetsuya Mishima.
+- Fix darray issue where UB was not computed correctly.
+- Fix mpi_f08 parameter name for MPI_GET_LIBRARY_VERSION.  Thanks to
+  Junchao Zhang for pointing out the issue.
+- Ensure mpirun aborts properly when unable to map processes in
+  scheduled environments.
+- Ensure that MPI RMA error codes show up properly.  Thanks to
+  Lisandro Dalcin for reporting the issue.
+- Minor bug fixes and improvements to the bash and zsh mpirun
+  autocompletion scripts.
+- Fix sequential mpirun process mapper.  Thanks to Bill Chen for
+  reporting the issue.
+- Correct SLURM stdout/stderr redirection.
+- Added missing portals 4 files.
+- Performance improvements for blocking sends and receives.
+- Lots of cleanup to the ml collective component
+- Added new Java methods to provide full MPI coverage
+- Many OSHMEM cleanups
+- Prevent comm_spawn from automatically launching a VM across
+  all available nodes
+- Close many memory leaks to achieve valgrind-clean operation
+- Better handling of TCP connection discovery for mismatched networks
+  where we don't have a direct 1:1 subnet match between nodes
+- Prevent segfault when OMPI info tools are used in pipes and user
+  exits one step of that pipe before completing output 
+
+---
@@ -4,0 

commit branding-openSUSE for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory checked in at 2014-10-14 07:08:59

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


Package is branding-openSUSE

Changes:

--- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes  
2014-09-10 18:51:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 
2014-10-14 07:09:01.0 +0200
@@ -1,0 +2,7 @@
+Sat Oct 11 11:32:41 UTC 2014 - matwey.korni...@gmail.com
+
+- plymouth-plugin-label is not required anymore:
+  + 
https://github.com/openSUSE/branding/commit/e02d63e4ef11b7d9ec2e9a22326bfb83c1aba310
+  + http://lists.opensuse.org/opensuse-arm/2014-10/msg00032.html
+
+---



Other differences:
--
++ branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.2NHLdM/_old  2014-10-14 07:09:02.0 +0200
+++ /var/tmp/diff_new_pack.2NHLdM/_new  2014-10-14 07:09:02.0 +0200
@@ -143,7 +143,6 @@
 Summary:openSUSE branding for Plymouth bootsplash
 License:GPL-2.0+
 Group:  System/Fhs
-Requires:   plymouth-plugin-label
 PreReq: plymouth-plugin-script
 PreReq: plymouth-scripts
 Supplements:packageand(plymouth:branding-openSUSE)

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



commit libsolv for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package libsolv for openSUSE:Factory checked 
in at 2014-10-14 07:09:01

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


Package is libsolv

Changes:

--- /work/SRC/openSUSE:Factory/libsolv/libsolv.changes  2014-09-17 
17:42:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsolv.new/libsolv.changes 2014-10-14 
07:09:04.0 +0200
@@ -1,0 +2,9 @@
+Tue Oct  7 14:39:23 CEST 2014 - m...@suse.de
+
+- fix bug in reorder_dq_for_jobrules leading to crashes
+  [bnc#899907]
+- rename rpm rules to pkg rules
+- add manpages for the tools
+- bump version to 0.6.6
+
+---

Old:

  libsolv-0.6.5.tar.bz2

New:

  libsolv-0.6.6.tar.bz2



Other differences:
--
++ libsolv.spec ++
--- /var/tmp/diff_new_pack.jHAbPN/_old  2014-10-14 07:09:05.0 +0200
+++ /var/tmp/diff_new_pack.jHAbPN/_new  2014-10-14 07:09:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libsolv
-Version:0.6.5
+Version:0.6.6
 Release:0
 Url:git://gitorious.org/opensuse/libsolv.git
 Source: libsolv-%{version}.tar.bz2
@@ -95,7 +95,6 @@
 %package devel
 Summary:A new approach to package dependency solving
 Group:  Development/Libraries/C and C++
-Requires:   libsolv-tools = %version
 %if !%{with disable_shared}
 Requires:   libsolv0 = %version
 %endif
@@ -223,9 +222,11 @@
 %defattr(-,root,root)
 %if 0%{?suse_version}
 %exclude %{_bindir}/helix2solv
+%exclude %{_mandir}/man1/helix2solv*
 %endif
 %exclude %{_bindir}/solv
 %{_bindir}/*
+%{_mandir}/man1/*
 
 %files devel
 %defattr(-,root,root)
@@ -240,9 +241,10 @@
 %{_includedir}/solv
 %if 0%{?suse_version}
 %{_bindir}/helix2solv
+%{_mandir}/man1/helix2solv*
 %endif
 %{_datadir}/cmake/Modules/*
-%{_mandir}/man?/*
+%{_mandir}/man3/*
 
 %files demo
 %defattr(-,root,root)

++ libsolv-0.6.5.tar.bz2 - libsolv-0.6.6.tar.bz2 ++
 3219 lines of diff (skipped)

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



commit zypper for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2014-10-14 07:09:03

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


Package is zypper

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2014-09-28 
19:56:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2014-10-14 
07:09:11.0 +0200
@@ -1,0 +2,25 @@
+Sun Oct 12 01:13:20 CEST 2014 - m...@suse.de
+
+- Update zypper-po.tar.bz2 (bnc#899603)
+
+---
+Fri Oct 10 16:01:39 CEST 2014 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Oct  9 01:13:26 CEST 2014 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Oct  5 01:15:20 CEST 2014 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Sep 28 01:14:15 CEST 2014 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---



Other differences:
--
++ zypper-1.11.14.tar.bz2 ++
/work/SRC/openSUSE:Factory/zypper/zypper-1.11.14.tar.bz2 
/work/SRC/openSUSE:Factory/.zypper.new/zypper-1.11.14.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 libzypp for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2014-10-14 07:09:03

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


Package is libzypp

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2014-09-28 
19:53:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2014-10-14 
07:09:07.0 +0200
@@ -1,0 +2,20 @@
+Fri Oct 10 16:01:31 CEST 2014 - m...@suse.de
+
+- Update zypp-po.tar.bz2 (bnc#899603)
+
+---
+Thu Oct  9 01:13:15 CEST 2014 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Sun Oct  5 01:14:42 CEST 2014 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---
+Sun Sep 28 01:13:30 CEST 2014 - m...@suse.de
+
+- Update zypp-po.tar.bz2
+
+---



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.M4YqZS/_old  2014-10-14 07:09:08.0 +0200
+++ /var/tmp/diff_new_pack.M4YqZS/_new  2014-10-14 07:09:08.0 +0200
@@ -365,7 +365,8 @@
 %{_datadir}/zypp
 %{_bindir}/*
 %{_libdir}/libzypp*so.*
-%doc %{_mandir}/man5/locks.5.*
+%doc %{_mandir}/man1/*.1.*
+%doc %{_mandir}/man5/*.5.*
 
 %files devel
 %defattr(-,root,root)

++ libzypp-14.29.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.29.4/CMakeLists.txt 
new/libzypp-14.29.4/CMakeLists.txt
--- old/libzypp-14.29.4/CMakeLists.txt  2014-07-01 11:30:28.0 +0200
+++ new/libzypp-14.29.4/CMakeLists.txt  2014-09-29 14:17:09.0 +0200
@@ -4,10 +4,33 @@
 SET( CMAKE_MODULE_PATH ${LIBZYPP_SOURCE_DIR}/cmake/modules )
 cmake_minimum_required(VERSION 2.6)
 
+OPTION (ENABLE_BUILD_DOCS Build documentation by default? OFF)
+OPTION (ENABLE_BUILD_TRANS Build translation files by default? OFF)
+OPTION (ENABLE_BUILD_TESTS Build and run test suite by default? OFF)
 
 OPTION (DISABLE_LIBPROXY Build without libproxy support even if package is 
installed? OFF)
 OPTION (DISABLE_AUTODOCS Do not require doxygen being installed (required to 
build autodocs)? OFF)
 
+#
+SET (have_system x)
+
+IF (DEBIAN)
+  MESSAGE (STATUS Building for Debian)
+  SET (ENABLE_BUILD_DOCS ON)
+  SET (ENABLE_BUILD_TRANS ON)
+  SET (ENABLE_BUILD_TESTS ON)
+  SET (have_system ${have_system}x)
+ENDIF (DEBIAN)
+
+IF (${have_system} STREQUAL x)
+  MESSAGE (STATUS Building for SUSE)
+ENDIF (${have_system} STREQUAL x)
+
+IF (${have_system} STRGREATER xx)
+  MESSAGE (FATAL_ERROR Can only build for one system type.)
+ENDIF (${have_system} STRGREATER xx)
+#
+
 # allow name libraries by name mixed with full
 # paths
 if(COMMAND cmake_policy)
@@ -213,15 +236,23 @@
 
 
 ADD_SUBDIRECTORY( zypp )
-#ADD_SUBDIRECTORY( zypp2 )
 # do not build devel by default
 ADD_SUBDIRECTORY( devel EXCLUDE_FROM_ALL )
 ADD_SUBDIRECTORY( tools )
 ADD_SUBDIRECTORY( examples )
-ADD_SUBDIRECTORY( po EXCLUDE_FROM_ALL )
 ADD_SUBDIRECTORY( doc )
 ADD_SUBDIRECTORY( vendor )
-ADD_SUBDIRECTORY( tests EXCLUDE_FROM_ALL )
 
+IF ( ENABLE_BUILD_TRANS )
+  ADD_SUBDIRECTORY( po )
+ELSE ( ENABLE_BUILD_TRANS )
+  ADD_SUBDIRECTORY( po EXCLUDE_FROM_ALL )
+ENDIF ( ENABLE_BUILD_TRANS )
+
+IF ( ENABLE_BUILD_TESTS )
+  ADD_SUBDIRECTORY( tests )
+ELSE ( ENABLE_BUILD_TESTS )
+  ADD_SUBDIRECTORY( tests EXCLUDE_FROM_ALL )
+ENDIF ( ENABLE_BUILD_TESTS )
 INCLUDE(CTest)
 ENABLE_TESTING()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.29.4/cmake/modules/ZyppCommon.cmake 
new/libzypp-14.29.4/cmake/modules/ZyppCommon.cmake
--- old/libzypp-14.29.4/cmake/modules/ZyppCommon.cmake  2014-07-01 
11:30:28.0 +0200
+++ new/libzypp-14.29.4/cmake/modules/ZyppCommon.cmake  2014-09-26 
13:49:10.0 +0200
@@ -8,6 +8,13 @@
   SET ( LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX} )
 ENDIF ( DEFINED  LIB )
 MESSAGE(STATUS Libraries will be installed in ${LIB_INSTALL_DIR} )
+# Headers
+IF (DEFINED INCLUDE)
+  SET (INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/${INCLUDE})
+else (DEFINED INCLUDE)
+  SET (INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/include)
+ENDIF (DEFINED  INCLUDE)
+MESSAGE (STATUS Header files will be installed in ${INCLUDE_INSTALL_DIR})
 
 # system configuration dir (etc)
 IF( NOT DEFINED SYSCONFDIR )
diff -urN 

commit yast2-bootloader for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2014-10-14 07:09:07

Comparing /work/SRC/openSUSE:Factory/yast2-bootloader (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-bootloader.new (New)


Package is yast2-bootloader

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2014-10-05 20:27:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2014-10-14 07:09:14.0 +0200
@@ -1,0 +2,7 @@
+Tue Oct  7 09:08:07 UTC 2014 - jreidin...@suse.com
+
+- keep user selection for password (bnc#900026)
+- fix build on ppc
+- 3.1.101
+
+---

Old:

  yast2-bootloader-3.1.100.tar.bz2

New:

  yast2-bootloader-3.1.101.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.gyJnLa/_old  2014-10-14 07:09:15.0 +0200
+++ /var/tmp/diff_new_pack.gyJnLa/_new  2014-10-14 07:09:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.1.100
+Version:3.1.101
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-bootloader-3.1.100.tar.bz2 - yast2-bootloader-3.1.101.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.100/package/yast2-bootloader.changes 
new/yast2-bootloader-3.1.101/package/yast2-bootloader.changes
--- old/yast2-bootloader-3.1.100/package/yast2-bootloader.changes   
2014-10-01 12:20:04.0 +0200
+++ new/yast2-bootloader-3.1.101/package/yast2-bootloader.changes   
2014-10-13 11:02:12.0 +0200
@@ -1,4 +1,11 @@
 ---
+Tue Oct  7 09:08:07 UTC 2014 - jreidin...@suse.com
+
+- keep user selection for password (bnc#900026)
+- fix build on ppc
+- 3.1.101
+
+---
 Tue Sep 30 09:30:52 UTC 2014 - jreidin...@suse.com
 
 - use short product name to avoid truncated text on small
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.100/package/yast2-bootloader.spec 
new/yast2-bootloader-3.1.101/package/yast2-bootloader.spec
--- old/yast2-bootloader-3.1.100/package/yast2-bootloader.spec  2014-10-01 
12:20:04.0 +0200
+++ new/yast2-bootloader-3.1.101/package/yast2-bootloader.spec  2014-10-13 
11:02:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.1.100
+Version:3.1.101
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.100/src/clients/bootloader_finish.rb 
new/yast2-bootloader-3.1.101/src/clients/bootloader_finish.rb
--- old/yast2-bootloader-3.1.100/src/clients/bootloader_finish.rb   
2014-10-01 12:20:04.0 +0200
+++ new/yast2-bootloader-3.1.101/src/clients/bootloader_finish.rb   
2014-10-13 11:02:12.0 +0200
@@ -150,10 +150,6 @@
 # Install bootloader (always, see #23018)
 # should also set Misc::boot_msg appropriate
 
-# FIXME: this is the plan B solution, try to solve plan A in
-#BootCommon.ycp:CreateLinuxSection() (line 435)
-# resolve symlinks in kernel and initrd paths
-
 # In Mode::update(), the configuration is not yet read (for some
 # unresearched reason). Therefore, for Mode::update(), there is another
 # call of ResolveSymlinksInSections() after a Read() in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.100/src/include/bootloader/grub2/misc.rb 
new/yast2-bootloader-3.1.101/src/include/bootloader/grub2/misc.rb
--- old/yast2-bootloader-3.1.100/src/include/bootloader/grub2/misc.rb   
2014-10-01 12:20:04.0 +0200
+++ new/yast2-bootloader-3.1.101/src/include/bootloader/grub2/misc.rb   
2014-10-13 11:02:12.0 +0200
@@ -267,9 +267,10 @@
   Creating backup of boot sectors of %1,
   disks_to_rewrite
 )
-Builtins.foreach(disks_to_rewrite) do |device|
-  ::Bootloader::BootRecordBackup.create_for(device)
+backups = disks_to_rewrite.map do |d|
+  ::Bootloader::BootRecordBackup.new(d)
 end
+backups.each(:write)
   end
   ret = true
   # if the bootloader stage 1 is not installed in the MBR, but
@@ -895,7 +896,6 @@
 !# ! haskey( BootCommon::globals, boot_mbr_md ) 
 

commit libkscreen for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package libkscreen for openSUSE:Factory 
checked in at 2014-10-14 07:09:09

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


Package is libkscreen

Changes:

--- /work/SRC/openSUSE:Factory/libkscreen/libkscreen.changes2014-05-15 
21:31:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkscreen.new/libkscreen.changes   
2014-10-14 07:09:16.0 +0200
@@ -1,0 +2,16 @@
+Tue Sep 30 22:50:23 UTC 2014 - crrodrig...@opensuse.org
+
+- Explicitly buildrequire needed x11 libraries, do not count 
+  with them coming indirectly.
+
+---
+Mon Aug  4 19:56:24 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to version 1.0.5:
+  * Bugfix release:
+- Use a xcb private connection to query for xrandr version, kde#331784
+- Don't leave dangling pointer when primary output is removed
+- Fix crash in XRandR backend when primary output is not set,
+  kde#335366, kde#334598
+
+---

Old:

  libkscreen-1.0.4.tar.xz

New:

  libkscreen-1.0.5.tar.xz



Other differences:
--
++ libkscreen.spec ++
--- /var/tmp/diff_new_pack.nwq5Ew/_old  2014-10-14 07:09:17.0 +0200
+++ /var/tmp/diff_new_pack.nwq5Ew/_new  2014-10-14 07:09:17.0 +0200
@@ -19,7 +19,7 @@
 #
 %define soversion 1
 Name:   libkscreen
-Version:1.0.4
+Version:1.0.5
 Release:0
 Summary:KDE's screen management library
 License:GPL-2.0+
@@ -28,9 +28,11 @@
 Source: 
http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz
 BuildRequires:  libkde4-devel = 4.7.0
 BuildRequires:  libqjson-devel = 0.8.1
+BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcb)
 BuildRequires:  pkgconfig(xcb-image)
 BuildRequires:  pkgconfig(xcb-renderutil)
+BuildRequires:  pkgconfig(xrandr)
 Provides:   libkscreen-plugin
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ libkscreen-1.0.4.tar.xz - libkscreen-1.0.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-1.0.4/backends/xrandr/CMakeLists.txt 
new/libkscreen-1.0.5/backends/xrandr/CMakeLists.txt
--- old/libkscreen-1.0.4/backends/xrandr/CMakeLists.txt 2014-05-11 
03:17:35.0 +0200
+++ new/libkscreen-1.0.5/backends/xrandr/CMakeLists.txt 2014-08-03 
23:14:49.0 +0200
@@ -23,6 +23,8 @@
  ${KDE4_KDEUI_LIBS}
  ${X11_Xrandr_LIB}
  ${X11_LIBRARIES}
+ ${XCB_RANDR_LIBRARIES}
+ ${XCB_XCB_LIBRARIES}
  kscreen
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-1.0.4/backends/xrandr/xrandr.cpp 
new/libkscreen-1.0.5/backends/xrandr/xrandr.cpp
--- old/libkscreen-1.0.4/backends/xrandr/xrandr.cpp 2014-05-11 
03:17:35.0 +0200
+++ new/libkscreen-1.0.5/backends/xrandr/xrandr.cpp 2014-08-03 
23:14:49.0 +0200
@@ -34,6 +34,8 @@
 #include QtGui/QX11Info
 #include QApplication
 
+#include xcb/randr.h
+
 #include kdebug.h
 
 Q_EXPORT_PLUGIN2(XRandR, XRandR)
@@ -55,25 +57,35 @@
 , m_x11Helper(0)
 , m_isValid(false)
 {
-if (s_display == 0) {
-s_display = QX11Info::display();
-s_screen = DefaultScreen(s_display);
-s_rootWindow = XRootWindow(s_display, s_screen);
+// Use our own connection to make sure that we won't mess up Qt's 
connection
+// if something goes wrong on our side.
+xcb_generic_error_t *error = 0;
+xcb_randr_query_version_reply_t* version;
+xcb_connection_t *connection = xcb_connect(0, 0);
+version = xcb_randr_query_version_reply(connection, 
xcb_randr_query_version(connection, XCB_RANDR_MAJOR_VERSION, 
XCB_RANDR_MINOR_VERSION), error);
+xcb_disconnect(connection);
 
-XRRQueryExtension(s_display, s_randrBase, s_randrError);
+if (!version || error) {
+free(error);
+return;
 }
 
-int majorVersion = 0, minorVersion = 0;
-XRRQueryVersion(s_display, majorVersion, minorVersion);
-
-if ((majorVersion  1) || ((majorVersion == 1)  (minorVersion = 2))) {
+if ((version-major_version  1) || ((version-major_version == 1)  
(version-minor_version = 2))) {
 m_isValid = true;
 } else {
 kDebug()  XRandR extension not available or unsupported version;
 return;
 }
 
-XRandR::s_has_1_3 = (majorVersion  1 || (majorVersion == 1  
minorVersion = 3));

commit ibus for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package ibus for openSUSE:Factory checked in 
at 2014-10-14 07:09:07

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


Package is ibus

Changes:

--- /work/SRC/openSUSE:Factory/ibus/ibus.changes2014-10-11 
19:26:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.ibus.new/ibus.changes   2014-10-14 
07:09:15.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 13 09:18:34 UTC 2014 - g...@opensuse.org
+
+- use desktop file categories Settings;DesktopSettings instead of
+  System
+
+---



Other differences:
--
++ ibus.spec ++
--- /var/tmp/diff_new_pack.OwjZHS/_old  2014-10-14 07:09:16.0 +0200
+++ /var/tmp/diff_new_pack.OwjZHS/_new  2014-10-14 07:09:16.0 +0200
@@ -315,7 +315,7 @@
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
 install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/rpm
 
-%suse_update_desktop_file -r %{name}-setup System X-SuSE-Core-System
+%suse_update_desktop_file -r %{name}-setup Settings DesktopSettings 
X-SuSE-Core-System
 
 %fdupes %{buildroot}
 

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



commit evolution-data-server for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package evolution-data-server for 
openSUSE:Factory checked in at 2014-10-14 07:09:59

Comparing /work/SRC/openSUSE:Factory/evolution-data-server (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-data-server.new (New)


Package is evolution-data-server

Changes:

--- 
/work/SRC/openSUSE:Factory/evolution-data-server/evolution-data-server.changes  
2014-09-30 19:36:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.evolution-data-server.new/evolution-data-server.changes
 2014-10-14 07:10:13.0 +0200
@@ -1,0 +2,18 @@
+Mon Oct 13 10:31:46 UTC 2014 - dims...@opensuse.org
+
+- Update to versoin 3.12.7:
+  + Miscellaneous:
+- camel-sasl-gssapi:
+  . Generate correct error messages for non-krb5 mechanisms.
+  . camel-sasl-gssapi: Use SPNEGO for HTTP auth not bare krb5.
+  . Always use gss_display_status() for mechanism error code.
+- Improve error on failed conversion.
+- Fix UOA accounts accumulating on startup.
+- imapx_is_duplicate_fetch_or_refresh: Fix incorrect bit-flag
+  test.
+- Do not define EBackend::online as G_PARAM_CONSTRUCT.
+- Fixed introspection annotations.
+  + Bugs fixed: bgo#736116, bgo#737903.
+  + Updated translations.
+
+---

Old:

  evolution-data-server-3.12.6.tar.xz

New:

  evolution-data-server-3.12.7.tar.xz



Other differences:
--
++ evolution-data-server.spec ++
--- /var/tmp/diff_new_pack.5QthQZ/_old  2014-10-14 07:10:15.0 +0200
+++ /var/tmp/diff_new_pack.5QthQZ/_new  2014-10-14 07:10:15.0 +0200
@@ -32,7 +32,7 @@
 
 Name:   evolution-data-server
 %define _evo_version 3.12
-Version:3.12.6
+Version:3.12.7
 Release:0
 Summary:Evolution Data Server
 License:LGPL-2.1+

++ evolution-data-server-3.12.6.tar.xz - 
evolution-data-server-3.12.7.tar.xz ++
 176707 lines of diff (skipped)

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



commit gtkhtml for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package gtkhtml for openSUSE:Factory checked 
in at 2014-10-14 07:09:58

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


Package is gtkhtml

Changes:

--- /work/SRC/openSUSE:Factory/gtkhtml/gtkhtml.changes  2014-08-15 
09:55:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtkhtml.new/gtkhtml.changes 2014-10-14 
07:10:10.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct 13 10:39:11 UTC 2014 - dims...@opensuse.org
+
+- Update to version 4.8.5:
+  + bgo#537825: Text cursor not erased when moved to new position.
+  + bgo#737340: theme_text_color is no longer in gtk 3.14.
+
+---

Old:

  gtkhtml-4.8.4.tar.xz

New:

  gtkhtml-4.8.5.tar.xz



Other differences:
--
++ gtkhtml.spec ++
--- /var/tmp/diff_new_pack.IX9Y6I/_old  2014-10-14 07:10:11.0 +0200
+++ /var/tmp/diff_new_pack.IX9Y6I/_new  2014-10-14 07:10:11.0 +0200
@@ -24,7 +24,7 @@
 %define _gtkhtml_editor_major 0
 
 Name:   gtkhtml
-Version:4.8.4
+Version:4.8.5
 Release:0
 Summary:Lightweight HTML rendering/printing/editing engine
 License:GPL-2.0+ and LGPL-2.1+

++ gtkhtml-4.8.4.tar.xz - gtkhtml-4.8.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkhtml-4.8.4/ChangeLog new/gtkhtml-4.8.5/ChangeLog
--- old/gtkhtml-4.8.4/ChangeLog 2014-08-11 09:16:54.0 +0200
+++ new/gtkhtml-4.8.5/ChangeLog 2014-10-13 08:31:40.0 +0200
@@ -1,5 +1,51 @@
 # Generated by Makefile. Do not edit.
 
+commit 19d6e2274cef5a7a14ff30ff076b604086a8bdda
+Author: Jérémy Lal kapo...@melix.org
+Date:   Thu Oct 9 11:31:48 2014 +0200
+
+Bug 737340 - theme_text_color is no longer in gtk 3.14
+
+ gtkhtml/htmlcolorset.c | 12 +++-
+ 1 file changed, 11 insertions(+), 1 deletion(-)
+
+commit 8d107adf1caa825b6cb8c1b09ea6b636c86697d9
+Author: Owen W. Taylor otay...@fishsoup.net
+Date:   Tue Oct 7 18:45:30 2014 +0200
+
+Bug 537825 - Text cursor not erased when moved to new position
+
+When we repaint and the cursor is visible, draw the cursor to the
+main cairo context we are using, rather than separately. This makes
+sure that we draw the cursor on top of the content and clipped to
+the redraw area, and thus preserve the shown/hidden state properly.
+
+Some combination of redraw ordering or drawing outside the clipped
+area caused the shown/hidden state of the cursor to be flipped
+on redraw, causing a left-over cursor on next cursor move.
+
+ gtkhtml/htmlengine-edit-cursor.c | 28 ++--
+ gtkhtml/htmlengine.c |  3 ++-
+ 2 files changed, 28 insertions(+), 3 deletions(-)
+
+commit 283068632dc3f9d719821775f2330901a2f5a045
+Author: Milan Crha mc...@redhat.com
+Date:   Mon Aug 11 09:20:37 2014 +0200
+
+Post-release version bump
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 601a80d6acbcf4dfd84d64d12cb05e484ff12758
+Author: Milan Crha mc...@redhat.com
+Date:   Mon Aug 11 09:19:35 2014 +0200
+
+NEWS update for 4.8.4
+
+ NEWS | 6 ++
+ 1 file changed, 6 insertions(+)
+
 commit 85b04c935904212ba1a5827fdc83e22cc7633606
 Author: Milan Crha mc...@redhat.com
 Date:   Thu Jul 17 10:43:52 2014 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkhtml-4.8.4/NEWS new/gtkhtml-4.8.5/NEWS
--- old/gtkhtml-4.8.4/NEWS  2014-08-11 09:15:38.0 +0200
+++ new/gtkhtml-4.8.5/NEWS  2014-10-13 08:31:00.0 +0200
@@ -1,3 +1,10 @@
+GtkHTML-4.8.5 2014-10-13
+
+
+Bug Fixes:
+   Bug 537825 - Text cursor not erased when moved to new position (Owen W. 
Taylor)
+   Bug 737340 - theme_text_color is no longer in gtk 3.14 (Jérémy Lal)
+
 GtkHTML-4.8.4 2014-08-11
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gtkhtml-4.8.4/components/editor/gtkhtml-editor-4.0.pc 
new/gtkhtml-4.8.5/components/editor/gtkhtml-editor-4.0.pc
--- old/gtkhtml-4.8.4/components/editor/gtkhtml-editor-4.0.pc   2014-08-11 
09:16:53.0 +0200
+++ new/gtkhtml-4.8.5/components/editor/gtkhtml-editor-4.0.pc   2014-10-13 
08:31:38.0 +0200
@@ -8,6 +8,6 @@
 Name: gtkhtml-editor
 Description: HTML editor widget
 Requires: libgtkhtml-4.0
-Version: 4.8.4
+Version: 4.8.5
 Libs: -L${libdir} -lgtkhtml-editor-4.0
 Cflags: -I${includedir}/libgtkhtml-4.0/editor
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtkhtml-4.8.4/configure new/gtkhtml-4.8.5/configure

commit shim for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package shim for openSUSE:Factory checked in 
at 2014-10-14 07:10:08

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


Package is shim

Changes:

--- /work/SRC/openSUSE:Factory/shim/shim.changes2014-09-05 
11:49:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.shim.new/shim.changes   2014-10-14 
07:10:25.0 +0200
@@ -1,0 +2,8 @@
+Mon Oct 13 13:09:14 UTC 2014 - jseg...@novell.com
+
+- Fixed buffer overflow and OOB access in shim trusted code path
+  (bnc#889332, CVE-2014-3675, CVE-2014-3676, CVE-2014-3677)
+  * added bug-889332_shim-mok-oob.patch, bug-889332_shim-overflow.patch
+- Added new certificate by Microsoft
+
+---

New:

  bug-889332_shim-mok-oob.patch
  bug-889332_shim-overflow.patch



Other differences:
--
++ shim.spec ++
--- /var/tmp/diff_new_pack.EYb5Bl/_old  2014-10-14 07:10:26.0 +0200
+++ /var/tmp/diff_new_pack.EYb5Bl/_new  2014-10-14 07:10:26.0 +0200
@@ -56,6 +56,10 @@
 Patch5: shim-signed-unsigned-compares.patch
 # PATCH-FIX-UPSTREAM shim-update-openssl-0.9.8zb.patch g...@suse.com -- Update 
openssl to 0.9.8zb
 Patch6: shim-update-openssl-0.9.8zb.patch
+# PATCH-FIX-UPSTREAM bug-889332_shim-overflow.patch krah...@suse.com -- patch 
for overflow issue.
+Patch7: bug-889332_shim-overflow.patch
+# PATCH-FIX-UPSTREAM bug-889332_shim-mok-oob.patch krah...@suse.com -- patch 
for MOK OOB access.
+Patch8: bug-889332_shim-mok-oob.patch
 # PATCH-FIX-OPENSUSE shim-opensuse-cert-prompt.patch g...@suse.com -- Show the 
prompt to ask whether the user trusts openSUSE certificate or not
 Patch100:   shim-opensuse-cert-prompt.patch
 BuildRequires:  gnu-efi = 3.0t
@@ -87,6 +91,8 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
+%patch8 -p1
 %patch100 -p1
 
 %build

++ bug-889332_shim-mok-oob.patch ++
Index: shim-0.7.318.81ee561d/MokManager.c
===
--- shim-0.7.318.81ee561d.orig/MokManager.c
+++ shim-0.7.318.81ee561d/MokManager.c
@@ -163,8 +163,18 @@ static UINT32 count_keys(void *Data, UIN
EFI_SIGNATURE_LIST *CertList = Data;
UINTN dbsize = DataSize;
UINT32 MokNum = 0;
+   void *end = Data + DataSize;
 
while ((dbsize  0)  (dbsize = CertList-SignatureListSize)) {
+
+   /* Use ptr arithmetics to ensure bounded access. Do not allow 0
+* SignatureListSize that will cause endless loop.
+*/
+   if ((void *)(CertList + 1)  end || CertList-SignatureListSize 
== 0) {
+   console_notify(LInvalid MOK detected! Ignoring MOK 
List.);
+   return 0;
+   }
+
if (CertList-SignatureListSize == 0 ||
CertList-SignatureListSize = CertList-SignatureSize) {
console_errorbox(LCorrupted signature list);
@@ -192,6 +202,7 @@ static MokListNode *build_mok_list(UINT3
EFI_GUID CertType = X509_GUID;
UINTN dbsize = DataSize;
UINTN count = 0;
+   void *end = Data + DataSize;
 
list = AllocatePool(sizeof(MokListNode) * num);
 
@@ -201,12 +212,24 @@ static MokListNode *build_mok_list(UINT3
}
 
while ((dbsize  0)  (dbsize = CertList-SignatureListSize)) {
+   /* CertList out of bounds? */
+   if ((void *)(CertList + 1)  end || CertList-SignatureListSize 
== 0) {
+   FreePool(list);
+   return NULL;
+   }
+
/* Omit the signature check here since we already did it
   in count_keys() */
 
Cert = (EFI_SIGNATURE_DATA *) (((UINT8 *) CertList) +
  sizeof (EFI_SIGNATURE_LIST) + CertList-SignatureHeaderSize);
 
+   /* Cert out of bounds? */
+   if ((void *)(Cert + 1)  end || CertList-SignatureSize = 
sizeof(EFI_GUID)) {
+   FreePool(list);
+   return NULL;
+   }
+
list[count].Type = CertList-SignatureType;
if (CompareGuid (CertList-SignatureType, CertType) == 0) {
list[count].MokSize = CertList-SignatureSize -
@@ -218,6 +241,12 @@ static MokListNode *build_mok_list(UINT3
list[count].Mok = (void *)Cert;
}
 
+   /* MOK out of bounds? */
+   if (list[count].MokSize  end - (void *)list[count].Mok) {
+   FreePool(list);
+   return NULL;
+   }
+
count++;
 

commit installation-images-openSUSE for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2014-10-14 07:10:08

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


Package is installation-images-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
2014-10-11 22:41:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2014-10-14 07:10:24.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 13 14:11:09 CEST 2014 - jenk...@suse.com
+
+- updated git2log script
+- 14.147
+
+---

Old:

  installation-images-14.146.tar.xz

New:

  installation-images-14.147.tar.xz



Other differences:
--
++ installation-images-openSUSE.spec ++
--- /var/tmp/diff_new_pack.lW6DIT/_old  2014-10-14 07:10:25.0 +0200
+++ /var/tmp/diff_new_pack.lW6DIT/_new  2014-10-14 07:10:25.0 +0200
@@ -358,10 +358,10 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.146
+Version:14.147
 Release:0
 Provides:   installation-images = %version-%release
-Source: installation-images-14.146.tar.xz
+Source: installation-images-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++ installation-images-14.146.tar.xz - installation-images-14.147.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.146/.gitignore 
new/installation-images-14.147/.gitignore
--- old/installation-images-14.146/.gitignore   1970-01-01 01:00:00.0 
+0100
+++ new/installation-images-14.147/.gitignore   2014-10-13 14:10:35.0 
+0200
@@ -0,0 +1,3 @@
+changelog
+Changelog
+VERSION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.146/MAINTAINER 
new/installation-images-14.147/MAINTAINER
--- old/installation-images-14.146/MAINTAINER   1970-01-01 01:00:00.0 
+0100
+++ new/installation-images-14.147/MAINTAINER   2014-10-13 14:10:35.0 
+0200
@@ -0,0 +1 @@
+Steffen Winterfeldt (snw...@suse.de)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.146/VERSION 
new/installation-images-14.147/VERSION
--- old/installation-images-14.146/VERSION  2014-10-10 12:05:18.0 
+0200
+++ new/installation-images-14.147/VERSION  2014-10-13 14:10:35.0 
+0200
@@ -1 +1 @@
-14.146
+14.147
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.146/bin/ci_y2image_for_ppc 
new/installation-images-14.147/bin/ci_y2image_for_ppc
--- old/installation-images-14.146/bin/ci_y2image_for_ppc   1970-01-01 
01:00:00.0 +0100
+++ new/installation-images-14.147/bin/ci_y2image_for_ppc   2014-10-13 
14:10:35.0 +0200
@@ -0,0 +1,52 @@
+#! /bin/sh
+set -x
+# check in y2image to /work/src/done/PPC
+# it creates the initrd, used in k_deflt etc.
+# call from the installation-images directory
+
+ver=`cat VERSION`
+y2image_tmpdir=/tmp/y2image-$ver
+work_done=/work/src/done/PPC/y2image
+work_SRC=/work/SRC/arch/ppc/y2image
+
+if [ $ver =  ] ; then
+  echo no version info?
+  exit 1
+fi
+
+echo going to check in y2image version $ver...
+
+make clean
+[ -e $y2image_tmpdir ]  rm -rf $y2image_tmpdir
+mkdir $y2image_tmpdir || exit 1
+tar -cf - * | tar -C $y2image_tmpdir -xf -
+cd $y2image_tmpdir
+find . -depth -name CVS -exec rm -r {} \;
+find . -depth -name .cvsignore -exec rm -r {} \;
+rm -rf bin/ci_* MAINTAINER cache data/boot/linux.loopc
+cd /tmp
+
+tar -jcf $y2image_tmpdir.tar.bz2 y2image-$ver
+
+if [ $1 = test ] ; then
+  echo y2image directory tree: $y2image_tmpdir
+  exit
+fi
+
+if mkdir $work_done ; then
+  cd $work_done
+  cp $y2image_tmpdir.tar.bz2 ${work_SRC}/y2image.{changes,spec} .
+  [ -f ${work_SRC}/config-dist.sh ]  cp ${work_SRC}/config-dist.sh .
+  perl -pi -e 's/^(Version:\s+)\S+/${1}'$ver'/' ${work_done}/y2image.spec
+  perl -pi -e 's/^(Source.+-)\S+?(\.tar\.bz2)/${1}'$ver'${2}/' 
${work_done}/y2image.spec
+  sleep 2
+  . /work/src/bin/.profile
+  vc y2image
+  rm -fv ${work_done}/*~
+  pwd
+  check_if_valid_source_dir
+  echo ok
+else
+  echo oops
+  exit 1
+fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.146/changelog 

commit cups for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package cups for openSUSE:Factory checked in 
at 2014-10-14 07:09:56

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


Package is cups

Changes:

--- /work/SRC/openSUSE:Factory/cups/cups.changes2014-09-04 
07:55:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.cups.new/cups.changes   2014-10-14 
07:09:58.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 13 09:30:49 UTC 2014 - g...@opensuse.org
+
+- use Settings;Printing;HardwareSettings desktop file category
+  instead of System category in the desktop file
+
+---



Other differences:
--


++ cups-1.3.9-desktop_file.patch ++
--- /var/tmp/diff_new_pack.SIMclC/_old  2014-10-14 07:09:59.0 +0200
+++ /var/tmp/diff_new_pack.SIMclC/_new  2014-10-14 07:09:59.0 +0200
@@ -6,7 +6,7 @@
  [Desktop Entry]
 -Categories=System;Printing;HardwareSettings;X-Red-Hat-Base;
 -Exec=@CUPS_HTMLVIEW@ http://localhost:631/
-+Categories=System;Printing;Settings;HardwareSettings;
++Categories=Settings;Printing;HardwareSettings;
 +Exec=desktop-launch http://localhost:631/
 +NotShowIn=GNOME;
  Icon=cups


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



commit linuxrc for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2014-10-14 07:10:02

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


Package is linuxrc

Changes:

--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2014-10-05 
20:27:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2014-10-14 
07:10:20.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 13 13:36:17 CEST 2014 - jenk...@suse.com
+
+- update git2log script
+- 5.0.27
+
+---

Old:

  linuxrc-5.0.26.tar.xz

New:

  linuxrc-5.0.27.tar.xz



Other differences:
--
++ linuxrc.spec ++
--- /var/tmp/diff_new_pack.fngkl4/_old  2014-10-14 07:10:21.0 +0200
+++ /var/tmp/diff_new_pack.fngkl4/_new  2014-10-14 07:10:21.0 +0200
@@ -25,9 +25,9 @@
 Summary:SUSE Installation Program
 License:GPL-3.0+
 Group:  System/Boot
-Version:5.0.26
+Version:5.0.27
 Release:0
-Source: linuxrc-5.0.26.tar.xz
+Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ linuxrc-5.0.26.tar.xz - linuxrc-5.0.27.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.26/.gitignore 
new/linuxrc-5.0.27/.gitignore
--- old/linuxrc-5.0.26/.gitignore   1970-01-01 01:00:00.0 +0100
+++ new/linuxrc-5.0.27/.gitignore   2014-10-13 13:34:49.0 +0200
@@ -0,0 +1,3 @@
+changelog
+Changelog
+VERSION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.26/VERSION new/linuxrc-5.0.27/VERSION
--- old/linuxrc-5.0.26/VERSION  2014-09-29 15:27:55.0 +0200
+++ new/linuxrc-5.0.27/VERSION  2014-10-13 13:34:49.0 +0200
@@ -1 +1 @@
-5.0.26
+5.0.27
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.26/changelog new/linuxrc-5.0.27/changelog
--- old/linuxrc-5.0.26/changelog2014-09-29 15:28:13.0 +0200
+++ new/linuxrc-5.0.27/changelog2014-10-13 13:34:49.0 +0200
@@ -1,3 +1,6 @@
+2014-10-13:5.0.27
+   - update git2log script
+
 2014-09-29:5.0.26
- keep wpa_supplicant running
 
@@ -36,7 +39,9 @@
 2014-09-11:5.0.17
- finalize ifcfg option parsing
 
-2014-08-29:5.0.16
+2014-09-11:5.0.16
+   - fix missing parameter to dia_input2()
+   - look for autoinst.xml and keep the name (don't use autoyast.xml 
internally; fate #316530)
- increased memory thrreshold for loading inst-sys to RAM (bnc #893982)
 
 2014-08-18:5.0.15
@@ -77,7 +82,8 @@
 2014-07-31:5.0.8
- fix point-to-point interface handling (bnc #889580)
 
-2014-07-28:5.0.7
+2014-07-29:5.0.7
+   - pass along hostname if explicitly set (bnc #889374)
- Read me.
 
 2014-07-28:5.0.6
@@ -204,7 +210,8 @@
 2014-05-15:4.2.25
- suppress edd failed message
 
-2014-05-14:4.2.24
+2014-05-15:4.2.24
+   - fix compilation
- Adjust the branch to match the current master.
- Revert Initial changes to use IBM-supplied chzdev command instead of 
our *_configure commands.
- Move check for config.hwp.layer2 to the correct line.
@@ -233,7 +240,8 @@
- reworked filesystem type detection, added tar
- apply timeout option to wicked
 
-2014-04-21:4.2.19
+2014-04-22:4.2.19
+   - fix compiler warning
- Fix for bnc #843438.
  Add KVM detection on s390x.
  If running under KVM on s390x, only offer a virtio network device.
@@ -310,7 +318,8 @@
 2013-12-20:4.2.4
- make linemode default on s390, swap linemode 1  2
 
-2013-12-17:4.2.3
+2013-12-19:4.2.3
+   - allow linuxrc to be restarted
- Initial changes to use IBM-supplied chzdev command instead of our 
*_configure commands.
 
 2013-12-05:4.2.2
@@ -322,7 +331,12 @@
- allow media checks of any device (bnc #848020)
- add back language menu
 
-2012-07-05:4.2.0
+2013-11-18:4.2.0
+   - add back language defines
+   - nfs: use mount(8) and mount.nfs(8) to mount nfs exports (bnc #799496)
+   - if no install url given, try dvds, then hds
+   - s390: handle empty portname correctly (bnc #760042)
+   - s390: handle empty portname correctly (bnc #760042)
- remove i18n infrastructure and translations
 
 2013-01-16:4.1.4
@@ -337,7 +351,26 @@
 2012-12-13:4.1.1
- Revert clean-up: removed built-in extend
 
-2012-06-05:4.1.0
+2012-11-26:4.1.0
+   - make sure 

commit kiwi for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2014-10-14 07:09:57

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


Package is kiwi

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2014-10-07 
18:23:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2014-10-14 
07:10:00.0 +0200
@@ -1,0 +2,67 @@
+Mon Oct 13 12:34:43 CEST 2014 - m...@suse.de
+
+- v7.01.8 released
+  
+---
+Fri Oct 10 17:12:43 CEST 2014 - fcaste...@suse.de
+  
+- Compress Docker images using XZ
+  
+  This results in images requiring less disk space.
+  
+---
+Fri Oct 10 15:11:01 CEST 2014 - m...@suse.de
+  
+- Use -o loop for mounting read-write image
+  
+  Older systems (e.g RHEL 6) mount command is not able to detect
+  a loop mount and requires the -o loop option in order to work
+  
+---
+Fri Oct 10 13:22:10 CEST 2014 - adr...@suse.de
+  
+- fix dependencies of s390 requires
+  
+  * zipl was never an own package, it is part of s390-tools
+  * syslinux does not exist on SLES 12 s390
+
+---
+Fri Oct 10 13:18:50 CEST 2014 - adr...@suse.de
+
+- Also support new appdata format
+  
+---
+Wed Oct  8 10:43:09 CEST 2014 - m...@suse.de
+  
+- Again Fixed use of zypper package cache
+  
+  Not only the addrepo command but also other ones seems to remove
+  the pkg-cache-dir if there is no associated repo available. Thus
+  the preserve and restore of the package cache happens now before
+  and after all zypper repo setup related commands are called
+  
+---
+Tue Oct  7 17:11:08 CEST 2014 - m...@suse.de
+  
+- v7.01.7 released
+  
+---
+Tue Oct  7 17:06:51 CEST 2014 - m...@suse.de
+  
+- Update dhclientImportInfo
+  
+  Allow the function to export DHCPSIADDR from the
+  dhcp-server-identifier information stored in the
+  lease file created by the dhclient call
+  
+---
+Tue Oct  7 13:04:46 CEST 2014 - m...@suse.de
+  
+- Make sure u-boot bootargs will be escaped (bnc #97)
+  
+---
+Mon Oct  6 22:05:26 CEST 2014 - m...@suse.de
+  
+- Make kiwi --info thread safe
+  
+---
@@ -127,0 +195,5 @@
+  
+---
+Mon Sep 29 15:22:24 CEST 2014 - sch...@suse.de
+  
+- Add support for EFI on aarch64



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.trJgFg/_old  2014-10-14 07:10:01.0 +0200
+++ /var/tmp/diff_new_pack.trJgFg/_new  2014-10-14 07:10:01.0 +0200
@@ -26,7 +26,7 @@
 Group:  System/Management
 Url:http://github.com/openSUSE/kiwi
 Name:   kiwi
-Version:7.01.6
+Version:7.01.8
 Release:0
 Provides:   kiwi-image:lxc
 Provides:   kiwi-image:tbz
@@ -349,7 +349,7 @@
 %endif
 %endif
 %ifarch s390 s390x
-Requires:   zipl
+Requires:   s390-tools
 %endif
 %ifarch %ix86 x86_64
 %if 0%{?suse_version}  1315
@@ -422,7 +422,7 @@
 %endif
 %endif
 %ifarch s390 s390x
-Requires:   zipl
+Requires:   s390-tools
 %endif
 %ifarch %ix86 x86_64
 %if 0%{?suse_version}  1315
@@ -535,7 +535,7 @@
 %endif
 %endif
 %ifarch s390 s390x
-Requires:   zipl
+Requires:   s390-tools
 %endif
 %ifarch %ix86 x86_64
 %if 0%{?suse_version}  1315

++ kiwi-docu.tar.bz2 ++

++ kiwi-repo.tar.bz2 ++

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2014-09-16 14:54:54.0 +0200
+++ new/kiwi/.revision  2014-09-16 14:54:54.0 +0200
@@ -1 +1 @@
-d89ede6b8b994af3070c32ddf61ad50a51fdd0e9
+ec656b4bc83bb9f137274fafdc5820f169174bd2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kiwi/distribution/kiwi-instsource-plugins-SLE-12/KIWIFinishEFIPlugin.pm 
new/kiwi/distribution/kiwi-instsource-plugins-SLE-12/KIWIFinishEFIPlugin.pm
--- old/kiwi/distribution/kiwi-instsource-plugins-SLE-12/KIWIFinishEFIPlugin.pm 
2014-09-15 16:02:49.0 +0200
+++ 

commit qupzilla for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package qupzilla for openSUSE:Factory 
checked in at 2014-10-14 07:10:21

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


Package is qupzilla

Changes:

--- /work/SRC/openSUSE:Factory/qupzilla/qupzilla-qt5.changes2014-05-17 
21:44:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.qupzilla.new/qupzilla-qt5.changes   
2014-10-14 07:10:37.0 +0200
@@ -1,0 +2,42 @@
+Tue Oct  7 16:06:47 UTC 2014 - sor.ale...@meowr.ru
+
+- Update to 1.8.2 (changes since 1.6.6):
+  * use bigger default font sizes
+  * fixed: profile version check when updating from 1.8.0
+  * reverted setting DNT header by default
+  * fixed: autofill not working for some frames
+  * fixed: saving speed dial in case of crash
+  * added support for window.beforeunload event
+  * added support for external.AddSearchProvider js function
+  * added undo/redo actions to context menu in forms
+  * added new theme Breathe
+  * added new commandline option to toggle fullscreen
+  * added new commandline option to enable portable mode
+  * added new context menu action to open links in private window
+  * added new smooth and fully transparent loading animation
+  * added option to disable weak ciphers in SSL Manager
+  * added support for shadow builds with Qt Creator
+  * completely rewritten bookmarks (including multi-level folders support)
+  * location bar completer is now running in separate thread
+  * menus are not closed when opening links with middle mouse button
+  * ctrl+w shortcut no longer closes pinned tab
+  * pinned tabs are now restored everytime, not only when restoring session
+  * enable sending DoNotTrack header by default
+  * full support for search engines that use POST method
+  * Oxygen icon theme is now default fallback icon theme
+  * Qt translations are now loaded from system directories where available
+  * correctly load one-word hosts (eg. localhost or anything other in 
/etc/hosts)
+  * search engines manager can now be opened from preferences
+  * various tweaks in SpeedDial theme including lower minimal size for dials
+  * various tweaks in Linux theme including support for big fonts in location 
bar
+  * various fixes for Qt5 including bugs in tab bar
+  * various fixes for RTL languages including rendering of location bar 
completer
+  * AdBlock: support for exception css rules
+  * AdBlock: improved performance of loading rules
+  * MouseGestures: option to set mouse button for gestures
+  * MouseGestures: support for rocker navigation to go back/forward in history
+  * GreaseMonkey: correctly load scripts in frames
+  * GreaseMonkey: fix rare issue that userscripts won't load on some sites
+  * KWalletPasswords: support for KF5 KWallet
+
+---
qupzilla.changes: same change

Old:

  QupZilla-1.6.6.tar.xz
  _service

New:

  QupZilla-1.8.2.tar.xz



Other differences:
--
++ qupzilla-qt5.spec ++
--- /var/tmp/diff_new_pack.jpC5EY/_old  2014-10-14 07:10:38.0 +0200
+++ /var/tmp/diff_new_pack.jpC5EY/_new  2014-10-14 07:10:38.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package qupzilla
+# spec file for package qupzilla-qt5
 #
 # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012-2014 Mariusz Fik fi...@opensuse.org
@@ -17,14 +17,9 @@
 #
 
 
-%define qt5_build 1
-
-%if !0%{?qt5_build}
-Name:   qupzilla
-%else
+%bcond_without qt5
 Name:   qupzilla-qt5
-%endif
-Version:1.6.6
+Version:1.8.2
 Release:0
 Summary:A very fast open source browser based on WebKit core
 License:GPL-3.0+
@@ -34,28 +29,29 @@
 # WORKAROUND FOR QTBUG-34950
 Patch0: qupzilla-gdb-workaround.patch
 BuildRequires:  fdupes
-%if !0%{?qt5_build}
+%if %{with qt5}
+%if 0%{?suse_version}  1310
+BuildRequires:  libQt5Gui-private-headers-devel
+%else
+BuildRequires:  libqt5-qtbase-private-headers-devel
+%endif
+BuildRequires:  libqt5-qttools-devel
+%else
 BuildRequires:  libkde4-devel
 BuildRequires:  pkgconfig(gnome-keyring-1)
 %endif
 BuildRequires:  pkgconfig(hunspell)
-%if 0%{?qt5_build}
+%if %{with qt5}
 BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5PrintSupport)
 BuildRequires:  pkgconfig(Qt5Script)
 BuildRequires:  pkgconfig(Qt5Sql)
-BuildRequires:  pkgconfig(Qt5Widgets)
-%if 0%{?suse_version}  1310
-BuildRequires:  libQt5Gui-private-headers-devel
-%else
-BuildRequires:  libqt5-qtbase-private-headers-devel
-%endif
-BuildRequires:  

commit vala for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package vala for openSUSE:Factory checked in 
at 2014-10-14 07:10:01

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


Package is vala

Changes:

--- /work/SRC/openSUSE:Factory/vala/vala.changes2014-09-30 
19:37:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.vala.new/vala.changes   2014-10-14 
07:10:18.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 13 10:28:54 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.26.1:
+  + Bug fixes and binding updates.
+
+---

Old:

  vala-0.26.0.tar.xz

New:

  vala-0.26.1.tar.xz



Other differences:
--
++ vala.spec ++
--- /var/tmp/diff_new_pack.R4m6gY/_old  2014-10-14 07:10:19.0 +0200
+++ /var/tmp/diff_new_pack.R4m6gY/_new  2014-10-14 07:10:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   vala
-Version:0.26.0
+Version:0.26.1
 Release:0
 %define vala_version 0.26
 %define vala_libversion 0_26

++ vala-0.26.0.tar.xz - vala-0.26.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.26.0/.tarball-version 
new/vala-0.26.1/.tarball-version
--- old/vala-0.26.0/.tarball-version2014-09-22 22:53:32.0 +0200
+++ new/vala-0.26.1/.tarball-version2014-10-13 07:10:19.0 +0200
@@ -1 +1 @@
-0.26.0
+0.26.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.26.0/.version new/vala-0.26.1/.version
--- old/vala-0.26.0/.version2014-09-22 22:51:35.0 +0200
+++ new/vala-0.26.1/.version2014-10-13 07:08:37.0 +0200
@@ -1 +1 @@
-0.26.0
+0.26.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.26.0/ChangeLog new/vala-0.26.1/ChangeLog
--- old/vala-0.26.0/ChangeLog   2014-09-22 22:53:32.0 +0200
+++ new/vala-0.26.1/ChangeLog   2014-10-13 07:10:19.0 +0200
@@ -1,3 +1,34 @@
+2014-10-13  Jürg Billeter  j...@bitron.ch
+
+   Release 0.26.1
+
+2014-10-06  Rico Tzschichholz  ric...@ubuntu.com
+
+   cairo: Add some missing 1.12.x and pre 1.13.x bindings
+   (cherry picked from commit b2255376ab99c2947f86555a895fe6727d92ccad)
+
+2014-10-03  Rico Tzschichholz  ric...@ubuntu.com
+
+   gtk+-3.0: Fix lost special includes for GtkIMContext/GtkPlug/GtkSocket
+   (cherry picked from commit 68f670a6cef5355227854b6dfdfd52a87d5c58dc)
+
+   gtk+-3.0: Update to 3.14.1
+   (cherry picked from commit 08254c8d82b0c9bc58716ccb5440461e4d806100)
+
+   gtk+-2.0, gtk+-3.0: Further syncing with introspection annotations
+   (cherry picked from commit 370cd5b6eccbe884457b42557b9b647c914f7c2f)
+
+2014-09-25  Rico Tzschichholz  ric...@ubuntu.com
+
+   webkit2gtk-web-extension-4.0: Add libsoup-2.4 dependency
+   (cherry picked from commit e0dc209e355ae3a1dce8ba895ea68383ab688aec)
+
+   rest-0.7: Add libsoup-2.4 dependency
+   (cherry picked from commit a47fe16d0fee8e4e27dec9467a84f1b658765519)
+
+   gee: Fix HashMap destructor name
+   (cherry picked from commit d9ed3e03a634a546c89d4ca6349ed4821020a3a7)
+
 2014-09-22  Jürg Billeter  j...@bitron.ch
 
Release 0.26.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.26.0/NEWS new/vala-0.26.1/NEWS
--- old/vala-0.26.0/NEWS2014-09-22 22:44:20.0 +0200
+++ new/vala-0.26.1/NEWS2014-10-13 07:07:08.0 +0200
@@ -1,3 +1,8 @@
+Vala 0.26.1
+===
+
+ * Bug fixes and binding updates.
+
 Vala 0.26.0
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vala-0.26.0/configure new/vala-0.26.1/configure
--- old/vala-0.26.0/configure   2014-09-22 22:50:35.0 +0200
+++ new/vala-0.26.1/configure   2014-10-13 07:08:27.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for vala 0.26.0.
+# Generated by GNU Autoconf 2.69 for vala 0.26.1.
 #
 # Report bugs to j...@bitron.ch.
 #
@@ -589,8 +589,8 @@
 # Identity of this package.
 PACKAGE_NAME='vala'
 PACKAGE_TARNAME='vala'
-PACKAGE_VERSION='0.26.0'
-PACKAGE_STRING='vala 0.26.0'
+PACKAGE_VERSION='0.26.1'
+PACKAGE_STRING='vala 0.26.1'
 PACKAGE_BUGREPORT='j...@bitron.ch'
 PACKAGE_URL=''
 
@@ -1351,7 +1351,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures vala 0.26.0 to adapt to many kinds of systems.
+\`configure' 

commit tigervnc for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package tigervnc for openSUSE:Factory 
checked in at 2014-10-14 07:10:05

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


Package is tigervnc

Changes:

--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes2014-08-29 
17:42:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.tigervnc.new/tigervnc.changes   2014-10-14 
07:10:21.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 13 11:51:03 UTC 2014 - m...@suse.com
+
+- u_tigervnc-use_preferred_mode.patch
+  * Mark user chosen resolution as preferred. (bnc#896540)
+
+---

New:

  u_tigervnc-use_preferred_mode.patch



Other differences:
--
++ tigervnc.spec ++
--- /var/tmp/diff_new_pack.M1Y1jN/_old  2014-10-14 07:10:22.0 +0200
+++ /var/tmp/diff_new_pack.M1Y1jN/_new  2014-10-14 07:10:22.0 +0200
@@ -112,6 +112,7 @@
 Patch8: n_tigervnc-date-time.patch
 Patch9: U_include-vencrypt-only-if-any-subtype-present.patch
 Patch10:u_tigervnc-check-shm-harder.patch
+Patch11:u_tigervnc-use_preferred_mode.patch
 
 # Xserver patches
 Patch20:tigervnc-1.2.80-fix-int-to-pointer.patch
@@ -155,6 +156,7 @@
 %patch8 -p1
 %patch9 -p0
 %patch10 -p0
+%patch11 -p0
 
 pushd unix/xserver
 patch -p1  ../xserver114.patch

++ u_tigervnc-use_preferred_mode.patch ++
Author: Michal Srb m...@suse.com
Subject: Use preferred mode.
Patch-Mainline: To be upstreamed
References: bnc#896540

If there is any resolution specified with -geometry or -screen parameters,
report this resolution as preferred one. That way desktop environments won't
change it immediately after start.
Index: unix/xserver/hw/vnc/xvnc.cc
===
--- unix/xserver/hw/vnc/xvnc.cc (revision 5186)
+++ unix/xserver/hw/vnc/xvnc.cc (working copy)
@@ -1319,12 +1319,22 @@
 /* Make sure the CRTC has this output set */
 vncRandRCrtcSet(pScreen, crtc, NULL, 0, 0, RR_Rotate_0, 1, output);
 
-/* Populate a list of default modes */
-RRModePtr modes[sizeof(vncRandRWidths)/sizeof(*vncRandRWidths)];
-int num_modes;
+/* Populate a list of modes */
+RRModePtr modes[sizeof(vncRandRWidths)/sizeof(*vncRandRWidths) + 1];
+int num_modes = 0;
 
-num_modes = 0;
+/* Start with requested mode */
+mode = vncRandRModeGet(pScreen-width, pScreen-height);
+if(mode != NULL) {
+  modes[num_modes] = mode;
+  num_modes++;
+}
+
+/* Add default modes */
 for (int i = 0;i  sizeof(vncRandRWidths)/sizeof(*vncRandRWidths);i++) {
+if (vncRandRWidths[i] == pScreen-width  vncRandRHeights[i] == 
pScreen-height)
+continue;
+
 mode = vncRandRModeGet(vncRandRWidths[i], vncRandRHeights[i]);
 if (mode != NULL) {
 modes[num_modes] = mode;
@@ -1332,7 +1342,7 @@
 }
 }
 
-RROutputSetModes(output, modes, num_modes, 0);
+RROutputSetModes(output, modes, num_modes, 1);
 
 return crtc;
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cddlib for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package cddlib for openSUSE:Factory checked 
in at 2014-10-14 07:10:36

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


Package is cddlib

Changes:

--- /work/SRC/openSUSE:Factory/cddlib/cddlib.changes2012-12-05 
13:47:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.cddlib.new/cddlib.changes   2014-10-14 
07:11:00.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 11 18:22:10 UTC 2014 - jeng...@inai.de
+
+- Use source URLs
+
+---

Old:

  cddlib-094g.tar.xz

New:

  cddlib-094g.tar.gz



Other differences:
--
++ cddlib.spec ++
--- /var/tmp/diff_new_pack.LWNM2U/_old  2014-10-14 07:11:01.0 +0200
+++ /var/tmp/diff_new_pack.LWNM2U/_new  2014-10-14 07:11:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cddlib
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,22 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   cddlib
 %define lname   libcdd0
 Version:0.94g
 Release:0
 Summary:Library for finding vertices of convex polytopes
-Group:  Productivity/Scientific/Math
 License:GPL-2.0+
-URL:http://www.ifor.math.ethz.ch/~fukuda/cdd_home/
+Group:  Productivity/Scientific/Math
+Url:http://www.ifor.math.ethz.ch/~fukuda/cdd_home/
 
-Source: cddlib-094g.tar.xz
+Source: ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/%name-094g.tar.gz
 Patch1:cddlib-flags.diff
 Patch2:cddlib-automake.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf, automake, libtool
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gmp-devel = 3
-BuildRequires: xz
+BuildRequires:  libtool
 
 %description
 cddlib is a C implementation of the Double Description Method of
@@ -51,7 +53,8 @@
 %package devel
 Summary:Development files for cddlib
 Group:  Development/Libraries/C and C++
-Requires:   %lname = %version, gmp-devel
+Requires:   %lname = %version
+Requires:   gmp-devel
 
 %description devel
 cddlib is a C implementation of the Double Description Method of
@@ -73,7 +76,6 @@
 rm -f %buildroot/%_libdir/*.la;
 
 %post -n %lname -p /sbin/ldconfig
-
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname

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



commit phpMyAdmin for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2014-10-14 07:10:32

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


Package is phpMyAdmin

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2014-10-02 
14:14:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2014-10-14 07:10:52.0 +0200
@@ -1,0 +2,20 @@
+Sat Oct 11 15:34:28 UTC 2014 - ec...@schirra.net
+
+- update to 4.2.10 (2014-10-11)
+  - sf#4361 Can't change font size 
+(when config.inc.php not present)
+  - sf#4542 Tab key in column name not shown
+  - fix bug PDF export: title not present in PDF
+  - sf#4543 Changing column name can break saved order by clause
+  - sf#4545 trying to favorite table while browser localStorage 
+is disabled throws JS error
+  - sf#4259 reCaptcha sound session expired problem
+  - sf#4548 Inline editing a field converts tab to spaces
+  - sf#4252 Database-level permission bug for db names containing 
+underscores
+  - sf#3120 Events are not exported when using xml
+  - sf#4554 Grid-editing timestamp column forces datepicker
+  - sf#4556 Fast filters for tables, views etc. should be governed 
+by NavigationTreeDisplayItemFilterMinimum
+
+---

Old:

  phpMyAdmin-4.2.9.1-all-languages.tar.bz2

New:

  phpMyAdmin-4.2.10-all-languages.tar.bz2



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.RXVyYP/_old  2014-10-14 07:10:54.0 +0200
+++ /var/tmp/diff_new_pack.RXVyYP/_new  2014-10-14 07:10:54.0 +0200
@@ -34,7 +34,7 @@
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:4.2.9.1
+Version:4.2.10
 Release:0
 Url:http://www.phpMyAdmin.net
 Source0:
http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2

++ phpMyAdmin-4.2.9.1-all-languages.tar.bz2 - 
phpMyAdmin-4.2.10-all-languages.tar.bz2 ++
/work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin-4.2.9.1-all-languages.tar.bz2 
/work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin-4.2.10-all-languages.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 gnome-robots for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package gnome-robots for openSUSE:Factory 
checked in at 2014-10-14 07:10:20

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


Package is gnome-robots

Changes:

--- /work/SRC/openSUSE:Factory/gnome-robots/gnome-robots.changes
2014-09-30 19:39:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-robots.new/gnome-robots.changes   
2014-10-14 07:10:35.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct 10 06:34:25 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.14.1:
+  + Updated translations.
+
+---

Old:

  gnome-robots-3.14.0.tar.xz

New:

  gnome-robots-3.14.1.tar.xz



Other differences:
--
++ gnome-robots.spec ++
--- /var/tmp/diff_new_pack.KNt5La/_old  2014-10-14 07:10:36.0 +0200
+++ /var/tmp/diff_new_pack.KNt5La/_new  2014-10-14 07:10:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-robots
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:Robots Game for GNOME
 License:GPL-2.0+

++ gnome-robots-3.14.0.tar.xz - gnome-robots-3.14.1.tar.xz ++
 2406 lines of diff (skipped)

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



commit evolution for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package evolution for openSUSE:Factory 
checked in at 2014-10-14 07:10:10

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


Package is evolution

Changes:

--- /work/SRC/openSUSE:Factory/evolution/evolution.changes  2014-09-30 
19:36:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes 2014-10-14 
07:10:28.0 +0200
@@ -1,0 +2,17 @@
+Mon Oct 13 10:35:51 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.12.7:
+  + Miscellaneous:
+- format_full_headers: Avoid possible memory leak.
+- ECalendarItem: Fix a memory leak.
+- ETable: Fix a leak of an ETreeModel.
+- Fix various memory leaks and invalid memory usages.
+- Use INTLTOOL_XML_RULE for appdata files.
+- Add metainfo.xml files for bogofilter and spamassassin
+  plugins.
+- [Alarm Notify] Avoid UI freeze on an alarm dismiss.
+  + Bugs fixed: bgo#724909, bgo#728329, bgo#735130, bgo#737340,
+bgo#737381, bgo#737791, bgo#738296.
+  + Updated translations.
+
+---

Old:

  evolution-3.12.6.tar.xz

New:

  evolution-3.12.7.tar.xz



Other differences:
--
++ evolution.spec ++
--- /var/tmp/diff_new_pack.mVzcTr/_old  2014-10-14 07:10:30.0 +0200
+++ /var/tmp/diff_new_pack.mVzcTr/_new  2014-10-14 07:10:30.0 +0200
@@ -24,7 +24,7 @@
 Name:   evolution
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.12
-Version:3.12.6
+Version:3.12.7
 Release:0
 # _version needs to be %{version} stripped to major.minor.micro only...
 %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
@@ -185,6 +185,8 @@
 %{_datadir}/GConf/gsettings/evolution.convert
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/evolution.appdata.xml
+%{_datadir}/appdata/evolution-bogofilter.metainfo.xml
+%{_datadir}/appdata/evolution-spamassassin.metainfo.xml
 %{_datadir}/applications/*.desktop
 %{_datadir}/evolution
 %{_datadir}/icons/hicolor/*/apps/*.png

++ evolution-3.12.6.tar.xz - evolution-3.12.7.tar.xz ++
/work/SRC/openSUSE:Factory/evolution/evolution-3.12.6.tar.xz 
/work/SRC/openSUSE:Factory/.evolution.new/evolution-3.12.7.tar.xz differ: char 
26, line 1

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



commit hwinfo for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory checked 
in at 2014-10-14 07:10:11

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


Package is hwinfo

Changes:

--- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes2014-08-20 
17:54:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes   2014-10-14 
07:10:30.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct 13 16:05:32 CEST 2014 - jenk...@suse.com
+
+- added 'archive' Makefile target
+- updated git2log script
+- 21.7
+
+---

Old:

  hwinfo-21.6.tar.xz

New:

  hwinfo-21.7.tar.xz



Other differences:
--
++ hwinfo.spec ++
--- /var/tmp/diff_new_pack.shrFLQ/_old  2014-10-14 07:10:31.0 +0200
+++ /var/tmp/diff_new_pack.shrFLQ/_new  2014-10-14 07:10:31.0 +0200
@@ -36,9 +36,9 @@
 Group:  Hardware/Other
 # Until migration to github this should be correct url
 Url:http://gitorious.org/opensuse/hwinfo
-Version:21.6
+Version:21.7
 Release:0
-Source: hwinfo-21.6.tar.xz
+Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ hwinfo-21.6.tar.xz - hwinfo-21.7.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.6/.gitignore new/hwinfo-21.7/.gitignore
--- old/hwinfo-21.6/.gitignore  1970-01-01 01:00:00.0 +0100
+++ new/hwinfo-21.7/.gitignore  2014-10-13 15:59:43.0 +0200
@@ -0,0 +1,7 @@
+changelog
+Changelog
+VERSION
+*.o
+.depend
+hwinfo
+hwinfo.pc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.6/MAINTAINER new/hwinfo-21.7/MAINTAINER
--- old/hwinfo-21.6/MAINTAINER  1970-01-01 01:00:00.0 +0100
+++ new/hwinfo-21.7/MAINTAINER  2014-10-13 15:59:43.0 +0200
@@ -0,0 +1 @@
+Steffen Winterfeldt (snw...@suse.de)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.6/Makefile new/hwinfo-21.7/Makefile
--- old/hwinfo-21.6/Makefile2013-11-27 15:59:28.0 +0100
+++ new/hwinfo-21.7/Makefile2014-10-13 15:59:43.0 +0200
@@ -14,8 +14,9 @@
 
 GIT2LOG := $(shell if [ -x ./git2log ] ; then echo ./git2log --update ; else 
echo true ; fi)
 GITDEPS := $(shell [ -d .git ]  echo .git/HEAD .git/refs/heads 
.git/refs/tags)
-
 VERSION := $(shell $(GIT2LOG) --version VERSION ; cat VERSION)
+BRANCH  := $(shell git branch | perl -ne 'print $$_ if s/^\*\s*//')
+PREFIX  := hwinfo-$(VERSION)
 
 include Makefile.common
 
@@ -107,3 +108,9 @@
install -m 644 src/isdn/cdb/ISDN.CDB.txt $(DESTDIR)/usr/share/hwinfo
install -m 644 src/isdn/cdb/ISDN.CDB.hwdb $(DESTDIR)/usr/share/hwinfo
 
+archive: changelog
+   mkdir -p package
+   git archive --prefix=$(PREFIX)/ $(BRANCH)  package/$(PREFIX).tar
+   tar -r -f package/$(PREFIX).tar --mode=0664 --owner=root --group=root 
--mtime=`git show -s --format=%ci` --transform='s:^:$(PREFIX)/:' VERSION 
changelog
+   xz -f package/$(PREFIX).tar
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.6/Makefile.common 
new/hwinfo-21.7/Makefile.common
--- old/hwinfo-21.6/Makefile.common 2013-10-07 13:45:32.0 +0200
+++ new/hwinfo-21.7/Makefile.common 2014-10-13 15:59:43.0 +0200
@@ -54,6 +54,7 @@
 
 clean: subdirs
@rm -rf $(OBJS) .depend $(CLEANFILES) *~
+   @rm -rf package
 
 distclean: subdirs
@rm -rf $(OBJS) .depend $(CLEANFILES) $(DISTCLEANFILES) *~
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.6/VERSION new/hwinfo-21.7/VERSION
--- old/hwinfo-21.6/VERSION 2014-08-15 11:11:18.0 +0200
+++ new/hwinfo-21.7/VERSION 2014-10-13 15:59:43.0 +0200
@@ -1 +1 @@
-21.6
+21.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.6/changelog new/hwinfo-21.7/changelog
--- old/hwinfo-21.6/changelog   2014-08-15 11:11:23.0 +0200
+++ new/hwinfo-21.7/changelog   2014-10-13 15:59:43.0 +0200
@@ -1,4 +1,8 @@
-2014-08-15:HEAD
+2014-10-13:21.7
+   - added 'archive' Makefile target
+   - updated git2log script
+
+2014-08-15:21.6
- create floppy entry only if there really is a floppy device (bnc 
#883465)
 
 2014-05-27:21.5
@@ -7,9 +11,7 @@
 2014-04-24:21.4
- don't dump netcard eeprom by default (bnc #875021)
 
-2014-03-31:21.3
-   - Merge pull request #3 from openSUSE/bnc853635
-   - Removed an 

commit dmidecode for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package dmidecode for openSUSE:Factory 
checked in at 2014-10-14 07:10:06

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


Package is dmidecode

Changes:

--- /work/SRC/openSUSE:Factory/dmidecode/dmidecode.changes  2014-01-14 
21:45:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.dmidecode.new/dmidecode.changes 2014-10-14 
07:10:23.0 +0200
@@ -1,0 +2,9 @@
+Mon Oct 13 14:00:09 CEST 2014 - jdelv...@suse.de
+
+- dmidecode-1.181-decode-CPUID-recent-AMD.patch: Decode the CPUID
+  of recent AMD processors (DMI type 4).
+- dmidecode-1.182-decode-ddr4-memory-type.patch: Add support for
+  DDR4 memory type (DMI type 17).
+  https://savannah.nongnu.org/bugs/?43370
+
+---

New:

  dmidecode-1.181-decode-CPUID-recent-AMD.patch
  dmidecode-1.182-decode-ddr4-memory-type.patch



Other differences:
--
++ dmidecode.spec ++
--- /var/tmp/diff_new_pack.a74TRg/_old  2014-10-14 07:10:23.0 +0200
+++ /var/tmp/diff_new_pack.a74TRg/_new  2014-10-14 07:10:23.0 +0200
@@ -29,6 +29,8 @@
 Patch2: dmidecode-1.175-fix-SMBIOS-2.8.0.patch
 Patch3: dmidecode-1.176-SMBIOS-2.8-is-supported.patch
 Patch4: dmidecode-1.177-decode-pcie3-slot-id.patch
+Patch5: dmidecode-1.181-decode-CPUID-recent-AMD.patch
+Patch6: dmidecode-1.182-decode-ddr4-memory-type.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86 ia64 x86_64 %arm aarch64
 Obsoletes:  pmtools  20071117
@@ -53,6 +55,8 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
 
 %build
 make CFLAGS=$RPM_OPT_FLAGS %{?_smp_mflags}

++ dmidecode-1.181-decode-CPUID-recent-AMD.patch ++
Subject: Decode the CPUID of recent AMD processors
Upstream: yes, 1.181
---
 dmidecode.c |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- a/dmidecode.c
+++ b/dmidecode.c
@@ -1012,11 +1012,11 @@ static void dmi_processor_id(u8 type, co
sig = 1;
else if ((type = 0x18  type = 0x1D) /* AMD */
  || type == 0x1F /* AMD */
- || (type = 0x38  type = 0x3E) /* AMD */
- || (type = 0x46  type = 0x49) /* AMD */
+ || (type = 0x38  type = 0x3F) /* AMD */
+ || (type = 0x46  type = 0x4F) /* AMD */
  || (type = 0x83  type = 0x8F) /* AMD */
  || (type = 0xB6  type = 0xB7) /* AMD */
- || (type = 0xE6  type = 0xEF)) /* AMD */
+ || (type = 0xE4  type = 0xEF)) /* AMD */
sig = 2;
else if (type == 0x01 || type == 0x02)
{
++ dmidecode-1.182-decode-ddr4-memory-type.patch ++
Subject: Add support for DDR4 memory type
Upstream: yes, 1.182
References: savannah#43370

Patch from Tomohiro Kimura. The value was taken from preliminary SMBIOS
specification version 3.0.0d. This closes bug #43370.
---
 dmidecode.c |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

--- a/dmidecode.c
+++ b/dmidecode.c
@@ -2311,10 +2311,11 @@ static const char *dmi_memory_device_typ
Reserved,
Reserved,
DDR3,
-   FBD2, /* 0x19 */
+   FBD2,
+   DDR4 /* 0x1A */
};
 
-   if (code = 0x01  code = 0x19)
+   if (code = 0x01  code = 0x1A)
return type[code - 0x01];
return out_of_spec;
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libm4ri for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package libm4ri for openSUSE:Factory checked 
in at 2014-10-14 07:10:42

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


Package is libm4ri

Changes:

--- /work/SRC/openSUSE:Factory/libm4ri/libm4ri.changes  2014-03-04 
13:43:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libm4ri.new/libm4ri.changes 2014-10-14 
07:11:08.0 +0200
@@ -1,0 +2,6 @@
+Sat Oct 11 22:03:49 UTC 2014 - jeng...@inai.de
+
+- Update to new upstrea mrelease 20140914
+* No upstream changelog was provided
+
+---

Old:

  m4ri-20130416.tar.gz

New:

  m4ri-20140914.tar.gz



Other differences:
--
++ libm4ri.spec ++
--- /var/tmp/diff_new_pack.zld7Mn/_old  2014-10-14 07:11:09.0 +0200
+++ /var/tmp/diff_new_pack.zld7Mn/_new  2014-10-14 07:11:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libm4ri
-%define date   20130416
+%define date   20140914
 %define lname  libm4ri-0_0_%date
 Version:0~%date
 Release:0

++ m4ri-20130416.tar.gz - m4ri-20140914.tar.gz ++
 19053 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-log4r for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-log4r for openSUSE:Factory 
checked in at 2014-10-14 07:10:25

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


Package is rubygem-log4r

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-log4r/rubygem-log4r.changes  
2014-02-25 07:37:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-log4r.new/rubygem-log4r.changes 
2014-10-14 07:10:43.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct  9 12:24:17 UTC 2014 - fcaste...@suse.com
+
+- update to new packaging scheme and add gem2rpm.yml
+
+---



Other differences:
--
++ rubygem-log4r.spec ++
--- /var/tmp/diff_new_pack.m3J7wg/_old  2014-10-14 07:10:44.0 +0200
+++ /var/tmp/diff_new_pack.m3J7wg/_new  2014-10-14 07:10:44.0 +0200
@@ -21,9 +21,10 @@
 Release:0
 %define mod_name log4r
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:http://log4r.rubyforge.org
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Log4r, logging framework for ruby
@@ -31,35 +32,16 @@
 Group:  Development/Languages/Ruby
 
 %description
-See also: http://logging.apache.org/log4j
-
-%package doc
-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.
+See also: http://logging.apache.org/log4j.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
+%gem_install \
+  -f
 
-%files
-%defattr(-,root,root,-)
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
+%gem_packages
 
 %changelog

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



commit djvusmooth for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package djvusmooth for openSUSE:Factory 
checked in at 2014-10-14 07:10:41

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


Package is djvusmooth

Changes:

--- /work/SRC/openSUSE:Factory/djvusmooth/djvusmooth.changes2013-03-07 
07:19:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.djvusmooth.new/djvusmooth.changes   
2014-10-14 07:11:06.0 +0200
@@ -1,0 +2,17 @@
+Fri Oct 10 13:59:28 UTC 2014 - lazy.k...@opensuse.org
+
+- Update to 0.2.15.
+  * Improve the setup script:
++ Run msgfmt with the --verbose option.
+  * Improve error handling.
+  * Use HTTPS URLs when they are available, in documentation and
+code.
+  * Document that is possible to edit hyperlinks.
+  * Use the notebook widget regardless of wxPython version.
+  * Don't hardcode path to the binary in the desktop file.
+  * Add experimental support for wxPython 3.0.
+  * Drop support for wxPython 2.6.
+  * Add German translation for the desktop file.
+- Correct build dependencies.
+
+---

Old:

  djvusmooth-0.2.14.tar.gz
  djvusmooth-0.2.14.tar.gz.asc

New:

  djvusmooth-0.2.15.tar.gz
  djvusmooth-0.2.15.tar.gz.asc



Other differences:
--
++ djvusmooth.spec ++
--- /var/tmp/diff_new_pack.UaqkLQ/_old  2014-10-14 07:11:07.0 +0200
+++ /var/tmp/diff_new_pack.UaqkLQ/_new  2014-10-14 07:11:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package djvusmooth
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   djvusmooth
-Version:0.2.14
+Version:0.2.15
 Release:0
 Summary:Graphical Text Editor for DjVu
 License:GPL-2.0
@@ -32,15 +32,7 @@
 BuildRequires:  gpg-offline
 %endif
 BuildRequires:  hicolor-icon-theme
-%if 0%{?suse_version} = 1210
-BuildRequires:  python-distribute
-%else
 BuildRequires:  python-setuptools
-%endif
-# Not actually needed for build, but in order to make the build fail
-# if the runtime dependencies are not available in the repository:
-BuildRequires:  python-devel
-BuildRequires:  python-djvulibre
 Requires:   djvulibre
 Requires:   python-djvulibre
 Requires:   python-wxWidgets
@@ -63,16 +55,18 @@
 %build
 
 %install
-# Replace desktop file. Provided one isn't good enough.
+# Replace a desktop file. Provided one isn't good enough.
 cat  extra/%{name}.desktop  EOF
 [Desktop Entry]
 Name=DjVuSmooth
 GenericName=Graphical Text Editor for DjVu
 GenericName[pl]=Graficzny edytor plików DjVu
 GenericName[ru]=Текстовый редактор DjVu-книг
+GenericName[de]=Grafischer Editor für DjVu-Dateien
 Comment=Graphical Text Editor for DjVu
 Comment[pl]=Graficzny edytor plików DjVu
 Comment[ru]=Граффический текстовый редактор для DjVu-книг
+Comment[de]=Grafischer Editor für DjVu-Dateien
 Type=Application
 Exec=djvusmooth %f
 Icon=djvusmooth

++ djvusmooth-0.2.14.tar.gz - djvusmooth-0.2.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.14/PKG-INFO 
new/djvusmooth-0.2.15/PKG-INFO
--- old/djvusmooth-0.2.14/PKG-INFO  2013-02-21 23:22:43.0 +0100
+++ new/djvusmooth-0.2.15/PKG-INFO  2014-10-07 21:46:31.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: djvusmooth
-Version: 0.2.14
+Version: 0.2.15
 Summary: graphical editor for DjVu
 Home-page: http://jwilk.net/software/djvusmooth
 Author: Jakub Wilk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.14/djvusmooth 
new/djvusmooth-0.2.15/djvusmooth
--- old/djvusmooth-0.2.14/djvusmooth2011-06-06 19:55:54.0 +0200
+++ new/djvusmooth-0.2.15/djvusmooth2014-10-07 20:51:30.0 +0200
@@ -1,5 +1,6 @@
 #!/usr/bin/python
 # encoding=UTF-8
+
 # Copyright © 2008 Jakub Wilk jw...@jwilk.net
 #
 # This package is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/djvusmooth-0.2.14/doc/changelog 
new/djvusmooth-0.2.15/doc/changelog
--- old/djvusmooth-0.2.14/doc/changelog 2013-02-21 23:18:36.0 +0100
+++ new/djvusmooth-0.2.15/doc/changelog 2014-10-07 21:46:09.0 +0200
@@ -1,3 +1,25 @@
+djvusmooth (0.2.15) unstable; urgency=low
+
+  [ Jakub Wilk ]
+  * Improve the setup script:
++ Run msgfmt with the --verbose option.
+  * Improve error 

commit rubygem-childprocess for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-childprocess for 
openSUSE:Factory checked in at 2014-10-14 07:10:25

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


Package is rubygem-childprocess

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-childprocess/rubygem-childprocess.changes
2014-05-21 16:24:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-childprocess.new/rubygem-childprocess.changes
   2014-10-14 07:10:42.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct  9 10:38:55 UTC 2014 - fcaste...@suse.com
+
+- update to new packaging scheme and add gem2rpm.yml
+
+---



Other differences:
--
++ rubygem-childprocess.spec ++
--- /var/tmp/diff_new_pack.0bzQyZ/_old  2014-10-14 07:10:43.0 +0200
+++ /var/tmp/diff_new_pack.0bzQyZ/_new  2014-10-14 07:10:43.0 +0200
@@ -21,9 +21,10 @@
 Release:0
 %define mod_name childprocess
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/jarib/childprocess
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:This gem aims at being a simple and reliable solution for
@@ -34,50 +35,15 @@
 This gem aims at being a simple and reliable solution for controlling external
 programs running in the background on any Ruby / OS combination.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --doc-files=LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit tuned for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package tuned for openSUSE:Factory checked 
in at 2014-10-14 07:10:31

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


Package is tuned

Changes:

--- /work/SRC/openSUSE:Factory/tuned/tuned.changes  2014-05-24 
07:41:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.tuned.new/tuned.changes 2014-10-14 
07:10:50.0 +0200
@@ -1,0 +2,72 @@
+Sat Oct 11 15:24:56 UTC 2014 - p.drou...@gmail.com
+
+- Remove python-gobject dependency in -gtk subpackage; main package
+  already requires python-gobject
+
+---
+Fri Oct 10 10:14:03 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 2.4.0
+  + rebase tuned to latest upstream (rhbz#1093883)
+  + fixed traceback if profile cannot be loaded
+related: rhbz#953128
+  + powertop2tuned: fixed traceback if rewriting file instead of dir
+resolves: rhbz#963441
+  + throughput-performance: altered dirty ratios for better performance
+resolves: rhbz#1043533
+  + latency-performance: leaving THP on its default
+resolves: rhbz#1064510
+  + used throughput-performance profile on server by default
+resolves: rhbz#1063481
+  + network-latency: added new profile
+resolves: rhbz#1052418
+  + network-throughput: added new profile
+resolves: rhbz#1052421
+  + recommend.conf: fixed config file
+resolves: rhbz#1069123
+  + systemd: added cpupower.service conflict
+resolves: rhbz#1073392
+  + balanced: used medium_power ALPM policy
+  + added support for ,  assignment modifiers in tuned.conf
+  + handled root block devices
+  + balanced: used conservative CPU governor
+resolves: rhbz#1124125
+  + plugins: added selinux plugin
+  + plugin_net: added nf_conntrack_hashsize parameter
+  + profiles: added atomic-host profile
+resolves: rhbz#1091977
+  + profiles: added atomic-guest profile
+resolves: rhbz#1091979
+  + moved profile autodetection from post install script to tuned daemon
+resolves: rhbz#1144067
+  + profiles: included sap-hana and sap-hana-vmware profiles
+  + man: structured profiles manual pages according to sub-packages
+  + added missing hdparm dependency
+resolves: rhbz#1144858
+  + improved error handling of switch_profile
+resolves: rhbz#1068699
+  + tuned-adm: active: detect whether tuned deamon is running
+related: rhbz#1068699
+  + removed active_profile from RPM verification
+resolves: rhbz#1104126
+  + plugin_disk: readahead value can be now specified in sectors
+resolves: rhbz#1127127
+  + plugins: added bootloader plugin
+resolves: rhbz#1044111
+  + plugin_disk: added error counter to hdparm calls
+  + plugins: added scheduler plugin
+resolves: rhbz#1100826
+  + added tuned-gui
+- Add tuned-2.4.0-polkit-tuned-gui-path.patch; fix tuned-gui path 
+  in polkit policy rule
+- Remove fix-new-systemd-tmpfiles.d-path.patch; fixed by upstream
+- Update use_cpupower_for_intel_perf_bias to upstream changes
+  + Added : tuned-2.4.0-use_cpupower_for_intel_perf_bias.patch 
+  + Deleted : se_cpupower_for_intel_perf_bias
+- Add tuned-gtk, profiles-sap, profiles-sap-hana, and profiles-atomic
+  subpackages
+- Add hdparm and util-linux requirements; new dependencies
+- Add bash-completion build requirement to avoid owning standard
+  directory
+
+---

Old:

  fix-new-systemd-tmpfiles.d-path.patch
  tuned-2.3.0.tar.bz2
  use_cpupower_for_intel_perf_bias

New:

  tuned-2.4.0-polkit-tuned-gui-path.patch
  tuned-2.4.0-use_cpupower_for_intel_perf_bias.patch
  tuned-2.4.0.tar.bz2



Other differences:
--
++ tuned.spec ++
--- /var/tmp/diff_new_pack.Oc2J7C/_old  2014-10-14 07:10:51.0 +0200
+++ /var/tmp/diff_new_pack.Oc2J7C/_new  2014-10-14 07:10:51.0 +0200
@@ -15,9 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%{!?_tmpfilesdir:%global _tmpfilesdir /usr/lib/tmpfiles.d}
 
 Name:   tuned
-Version:2.3.0
+Version:2.4.0
 Release:0
 Summary:A dynamic adaptive system tuning daemon
 License:GPL-2.0+
@@ -27,20 +28,25 @@
 # PATCH-FIX-OPENSUSE fix-allow-receive_sender-default.patch allow 
receive_sender=com.redhat.com/ allow receive_* is normally 
 # not needed as that is the default --p.drou...@gmail.com
 Patch0: fix-allow-receive_sender-default.patch
-# PATCH-FIX-OPENSUSE fix-new-systemd-tmpfiles.d-path.patch Fix tmpfiles.d 
systemd path from /etc/tmpdfiles.d to /usr/lib/tmpfiles.d to be
-# compatible with new systemd --p.drou...@gmail.com
-Patch1: fix-new-systemd-tmpfiles.d-path.patch
-Patch2: 

commit rubygem-i18n for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-i18n for openSUSE:Factory 
checked in at 2014-10-14 07:10:46

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


Package is rubygem-i18n

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-i18n/rubygem-i18n.changes
2014-07-28 16:20:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-i18n.new/rubygem-i18n.changes   
2014-10-14 07:11:21.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 10 09:23:44 UTC 2014 - fcaste...@suse.com
+
+- update to new packaging scheme and add gem2rpm.yml
+
+---



Other differences:
--
++ rubygem-i18n.spec ++
--- /var/tmp/diff_new_pack.DdsOWU/_old  2014-10-14 07:11:23.0 +0200
+++ /var/tmp/diff_new_pack.DdsOWU/_new  2014-10-14 07:11:23.0 +0200
@@ -21,63 +21,28 @@
 Release:0
 %define mod_name i18n
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/svenfuchs/i18n
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:New wave Internationalization support for Ruby
-License:MIT and Ruby
+License:MIT
 Group:  Development/Languages/Ruby
-# MANUAL License
 
 %description
 New wave Internationalization support for Ruby.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_install \
+  --doc-files=README.md MIT-LICENSE \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-net-ssh for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-ssh for openSUSE:Factory 
checked in at 2014-10-14 07:10:47

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


Package is rubygem-net-ssh

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-ssh/rubygem-net-ssh.changes  
2014-05-21 16:29:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-net-ssh.new/rubygem-net-ssh.changes 
2014-10-14 07:11:24.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 10 09:25:12 UTC 2014 - fcaste...@suse.com
+
+- update to new packaging scheme and add gem2rpm.yml
+
+---



Other differences:
--
++ rubygem-net-ssh.spec ++
--- /var/tmp/diff_new_pack.zF4OPv/_old  2014-10-14 07:11:24.0 +0200
+++ /var/tmp/diff_new_pack.zF4OPv/_new  2014-10-14 07:11:24.0 +0200
@@ -21,9 +21,10 @@
 Release:0
 %define mod_name net-ssh
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/net-ssh/net-ssh
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Net::SSH: a pure-Ruby implementation of the SSH2 client 
protocol
@@ -35,51 +36,15 @@
 you to write programs that invoke and interact with processes on remote
 servers, via SSH2.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGES.txt 
%buildroot/%{_docdir}/%{name}/CHANGES.txt
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_install \
+  --doc-files=CHANGES.txt LICENSE.txt README.rdoc \
+  -f
+
+%gem_packages
 
 %changelog

-- 
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

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-execjs for openSUSE:Factory 
checked in at 2014-10-14 07:10:49

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


Package is rubygem-execjs

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-execjs/rubygem-execjs.changes
2013-10-06 14:58:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-execjs.new/rubygem-execjs.changes   
2014-10-14 07:11:24.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 10:53:09 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-execjs.spec ++
--- /var/tmp/diff_new_pack.iYCFPk/_old  2014-10-14 07:11:26.0 +0200
+++ /var/tmp/diff_new_pack.iYCFPk/_new  2014-10-14 07:11:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-execjs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/sstephenson/execjs
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Run JavaScript code from Ruby
@@ -45,27 +45,15 @@
 Usually in RDoc and RI formats.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit cxsc for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package cxsc for openSUSE:Factory checked in 
at 2014-10-14 07:10:37

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


Package is cxsc

Changes:

--- /work/SRC/openSUSE:Factory/cxsc/cxsc.changes2014-05-02 
13:55:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.cxsc.new/cxsc.changes   2014-10-14 
07:11:02.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 11 18:26:18 UTC 2014 - jeng...@inai.de
+
+- Drop unnecessary xz buildtime dependency
+
+---



Other differences:
--
++ cxsc.spec ++
--- /var/tmp/diff_new_pack.fhJxNG/_old  2014-10-14 07:11:03.0 +0200
+++ /var/tmp/diff_new_pack.fhJxNG/_new  2014-10-14 07:11:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cxsc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -31,7 +31,6 @@
 BuildRequires:  automake = 1.11
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
-BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit grilo-plugins for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package grilo-plugins for openSUSE:Factory 
checked in at 2014-10-14 07:10:40

Comparing /work/SRC/openSUSE:Factory/grilo-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.grilo-plugins.new (New)


Package is grilo-plugins

Changes:

--- /work/SRC/openSUSE:Factory/grilo-plugins/grilo-plugins.changes  
2014-09-30 19:36:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.grilo-plugins.new/grilo-plugins.changes 
2014-10-14 07:11:05.0 +0200
@@ -1,0 +2,6 @@
+Sat Oct 11 13:46:48 UTC 2014 - vu...@opensuse.org
+
+- Add avahi-client, avahi-glib and avahi-gobject pkg-config
+  BuildRequires, to allow building the freebox plugin.
+
+---



Other differences:
--
++ grilo-plugins.spec ++
--- /var/tmp/diff_new_pack.COjPEd/_old  2014-10-14 07:11:06.0 +0200
+++ /var/tmp/diff_new_pack.COjPEd/_new  2014-10-14 07:11:06.0 +0200
@@ -30,6 +30,9 @@
 BuildRequires:  intltool = 0.40.0
 BuildRequires:  itstool
 BuildRequires:  tracker-devel
+BuildRequires:  pkgconfig(avahi-client)
+BuildRequires:  pkgconfig(avahi-glib)
+BuildRequires:  pkgconfig(avahi-gobject)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0) = 2.36
 BuildRequires:  pkgconfig(gmime-2.6)
@@ -142,6 +145,8 @@
 %{plugin_dir}/grl-filesystem.xml
 %{plugin_dir}/libgrlflickr.so
 %{plugin_dir}/grl-flickr.xml
+%{plugin_dir}/libgrlfreebox.so
+%{plugin_dir}/grl-freebox.xml
 %{plugin_dir}/libgrlgravatar.so
 %{plugin_dir}/grl-gravatar.xml
 %{plugin_dir}/libgrljamendo.so

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



commit gfan for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package gfan for openSUSE:Factory checked in 
at 2014-10-14 07:10:39

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


Package is gfan

Changes:

--- /work/SRC/openSUSE:Factory/gfan/gfan.changes2013-09-12 
19:52:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.gfan.new/gfan.changes   2014-10-14 
07:11:03.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 11 20:03:42 UTC 2014 - jeng...@inai.de
+
+- Use source URLs
+
+---

Old:

  gfan0.5.tar.bz2

New:

  gfan0.5.tar.gz



Other differences:
--
++ gfan.spec ++
--- /var/tmp/diff_new_pack.SPYatS/_old  2014-10-14 07:11:04.0 +0200
+++ /var/tmp/diff_new_pack.SPYatS/_new  2014-10-14 07:11:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gfan
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -25,7 +25,7 @@
 Group:  Productivity/Scientific/Math
 Url:http://home.imf.au.dk/jensen/software/gfan/gfan.html
 
-Source: %name%version.tar.bz2
+Source: http://home.imf.au.dk/jensen/software/gfan/%name%version.tar.gz
 Patch1: gfan-automake.diff
 Patch2: gfan-format.diff
 Patch3: gfan-returns.diff
@@ -84,7 +84,7 @@
 %else
 export CXXFLAGS=%optflags -Wno-sign-compare -Wno-reorder -Wno-unused 
-Wno-unused-result;
 %endif
-%configure --disable-static
+%configure --disable-static --enable-silent-rules
 make %{?_smp_mflags};
 %if 0%{?with_pdf}
 make -C doc %{?_smp_mflags};

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



commit rubygem-coffee-script for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-coffee-script for 
openSUSE:Factory checked in at 2014-10-14 07:10:53

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


Package is rubygem-coffee-script

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-coffee-script/rubygem-coffee-script.changes  
2014-07-26 09:42:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-coffee-script.new/rubygem-coffee-script.changes
 2014-10-14 07:11:30.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 09:57:04 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-coffee-script.spec ++
--- /var/tmp/diff_new_pack.bBupAK/_old  2014-10-14 07:11:31.0 +0200
+++ /var/tmp/diff_new_pack.bBupAK/_new  2014-10-14 07:11:31.0 +0200
@@ -33,37 +33,16 @@
 %description
 Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler.
 
-%package doc
-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.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_base}/specifications/%{mod_full_name}.gemspec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE README.md \
+  -f
 
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
+%gem_packages
 
 %changelog

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



commit rubygem-net-scp for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-net-scp for openSUSE:Factory 
checked in at 2014-10-14 07:10:33

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


Package is rubygem-net-scp

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-net-scp/rubygem-net-scp.changes  
2014-05-21 16:29:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-net-scp.new/rubygem-net-scp.changes 
2014-10-14 07:10:55.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct  9 15:39:06 UTC 2014 - fcaste...@suse.com
+
+- update to new packaging scheme and add gem2rpm.yml
+
+---



Other differences:
--
++ rubygem-net-scp.spec ++
--- /var/tmp/diff_new_pack.cBMtx5/_old  2014-10-14 07:10:57.0 +0200
+++ /var/tmp/diff_new_pack.cBMtx5/_new  2014-10-14 07:10:57.0 +0200
@@ -21,9 +21,10 @@
 Release:0
 %define mod_name net-scp
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/net-ssh/net-scp
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:A pure Ruby implementation of the SCP client protocol
@@ -31,53 +32,17 @@
 Group:  Development/Languages/Ruby
 
 %description
-A pure Ruby implementation of the SCP client protocol
-
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
+A pure Ruby implementation of the SCP client protocol.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGES.txt 
%buildroot/%{_docdir}/%{name}/CHANGES.txt
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_install \
+  --doc-files=CHANGES.txt LICENSE.txt README.rdoc \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-columnize for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-columnize for 
openSUSE:Factory checked in at 2014-10-14 07:11:03

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


Package is rubygem-columnize

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-columnize/rubygem-columnize.changes  
2014-05-22 06:57:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-columnize.new/rubygem-columnize.changes 
2014-10-14 07:11:40.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 10:08:29 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-columnize.spec ++
--- /var/tmp/diff_new_pack.DNwfDI/_old  2014-10-14 07:11:41.0 +0200
+++ /var/tmp/diff_new_pack.DNwfDI/_new  2014-10-14 07:11:41.0 +0200
@@ -23,9 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
-Requires:   ruby = 1.8.2
-BuildRequires:  ruby = 1.8.2
+BuildRequires:  ruby-macros = 5
 BuildRequires:  rubygem(rdoc)  3.10
 Url:https://github.com/rocky/columnize
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -39,51 +37,17 @@
 of an object or debugger commands.
 See Examples in the rdoc documentation for examples.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
-ln -s %{gem_base}/gems/%{mod_full_name}/ChangeLog 
%buildroot/%{_docdir}/%{name}/ChangeLog
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=COPYING ChangeLog README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-gettext for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext for openSUSE:Factory 
checked in at 2014-10-14 07:11:10

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


Package is rubygem-gettext

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-gettext/rubygem-gettext.changes  
2014-05-21 16:27:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-gettext.new/rubygem-gettext.changes 
2014-10-14 07:11:50.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:09:38 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-gettext.spec ++
--- /var/tmp/diff_new_pack.nBiZtv/_old  2014-10-14 07:11:51.0 +0200
+++ /var/tmp/diff_new_pack.nBiZtv/_new  2014-10-14 07:11:51.0 +0200
@@ -25,7 +25,7 @@
 %define mod_weight 30102
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
 Url:http://ruby-gettext.github.com/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -39,114 +39,17 @@
 The catalog file(po-file) is same format with GNU gettext.
 So you can use GNU gettext tools for maintaining.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/rmsginit{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/rmsginit
-ln -s %{_sysconfdir}/alternatives/rmsginit %{buildroot}%{_bindir}/rmsginit
-
-mv %{buildroot}%{_bindir}/rmsgcat{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/rmsgcat
-ln -s %{_sysconfdir}/alternatives/rmsgcat %{buildroot}%{_bindir}/rmsgcat
-
-mv %{buildroot}%{_bindir}/rmsgfmt{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/rmsgfmt
-ln -s %{_sysconfdir}/alternatives/rmsgfmt %{buildroot}%{_bindir}/rmsgfmt
-
-mv %{buildroot}%{_bindir}/rmsgmerge{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/rmsgmerge
-ln -s %{_sysconfdir}/alternatives/rmsgmerge %{buildroot}%{_bindir}/rmsgmerge
-
-mv %{buildroot}%{_bindir}/rxgettext{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/rxgettext
-ln -s %{_sysconfdir}/alternatives/rxgettext %{buildroot}%{_bindir}/rxgettext
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/rmsginit rmsginit %{_bindir}/rmsginit%{mod_branch} %{mod_weight}
-/usr/sbin/update-alternatives --install \
-%{_bindir}/rmsgcat rmsgcat %{_bindir}/rmsgcat%{mod_branch} %{mod_weight}
-/usr/sbin/update-alternatives --install \
-%{_bindir}/rmsgfmt rmsgfmt %{_bindir}/rmsgfmt%{mod_branch} %{mod_weight}
-/usr/sbin/update-alternatives --install \
-%{_bindir}/rmsgmerge rmsgmerge %{_bindir}/rmsgmerge%{mod_branch} 
%{mod_weight}
-/usr/sbin/update-alternatives --install \
-%{_bindir}/rxgettext rxgettext %{_bindir}/rxgettext%{mod_branch} 
%{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove rmsginit 
%{_bindir}/rmsginit%{mod_branch}
-fi
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove rmsgcat 
%{_bindir}/rmsgcat%{mod_branch}
-fi
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove rmsgfmt 
%{_bindir}/rmsgfmt%{mod_branch}
-fi
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove rmsgmerge 
%{_bindir}/rmsgmerge%{mod_branch}
-fi
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove rxgettext 
%{_bindir}/rxgettext%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/rmsginit%{mod_branch}
-%{_bindir}/rmsginit
-%ghost %{_sysconfdir}/alternatives/rmsginit
-%{_bindir}/rmsgcat%{mod_branch}
-%{_bindir}/rmsgcat
-%ghost %{_sysconfdir}/alternatives/rmsgcat
-%{_bindir}/rmsgfmt%{mod_branch}
-%{_bindir}/rmsgfmt
-%ghost %{_sysconfdir}/alternatives/rmsgfmt
-%{_bindir}/rmsgmerge%{mod_branch}
-%{_bindir}/rmsgmerge
-%ghost 

commit rubygem-faraday for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-faraday for openSUSE:Factory 
checked in at 2014-10-14 07:11:08

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


Package is rubygem-faraday

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-faraday/rubygem-faraday.changes  
2014-01-23 15:55:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-faraday.new/rubygem-faraday.changes 
2014-10-14 07:11:46.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 10:56:10 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-faraday.spec ++
--- /var/tmp/diff_new_pack.9fOkMF/_old  2014-10-14 07:11:47.0 +0200
+++ /var/tmp/diff_new_pack.9fOkMF/_new  2014-10-14 07:11:47.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/lostisland/faraday
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:HTTP/REST API client library
@@ -33,51 +33,17 @@
 %description
 HTTP/REST API client library.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGELOG.md LICENSE.md README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-hashie for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-hashie for openSUSE:Factory 
checked in at 2014-10-14 07:10:56

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


Package is rubygem-hashie

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hashie/rubygem-hashie.changes
2014-05-21 16:28:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hashie.new/rubygem-hashie.changes   
2014-10-14 07:11:33.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:14:43 UTC 2014 - adr...@suse.de
+
+- adpat to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-hashie.spec ++
--- /var/tmp/diff_new_pack.mEibbL/_old  2014-10-14 07:11:34.0 +0200
+++ /var/tmp/diff_new_pack.mEibbL/_new  2014-10-14 07:11:34.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/intridea/hashie
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Your friendly neighborhood hash library
@@ -33,51 +33,17 @@
 %description
 Hashie is a collection of classes and mixins that make hashes more powerful.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGELOG.md LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit nautilus-dropbox for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package nautilus-dropbox for 
openSUSE:Factory checked in at 2014-10-14 07:10:59

Comparing /work/SRC/openSUSE:Factory/nautilus-dropbox (Old)
 and  /work/SRC/openSUSE:Factory/.nautilus-dropbox.new (New)


Package is nautilus-dropbox

Changes:

--- /work/SRC/openSUSE:Factory/nautilus-dropbox/nautilus-dropbox.changes
2013-03-18 07:08:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.nautilus-dropbox.new/nautilus-dropbox.changes   
2014-10-14 07:11:35.0 +0200
@@ -1,0 +2,12 @@
+Sat Aug 23 11:47:04 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.6.2:
+  + Minor bugfixing.
+
+---
+Sun Mar  2 13:07:03 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.6.1:
+  + No changelog available.
+
+---

Old:

  nautilus-dropbox-1.6.0.tar.bz2

New:

  nautilus-dropbox-1.6.2.tar.bz2



Other differences:
--
++ nautilus-dropbox.spec ++
--- /var/tmp/diff_new_pack.GihnmG/_old  2014-10-14 07:11:37.0 +0200
+++ /var/tmp/diff_new_pack.GihnmG/_new  2014-10-14 07:11:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nautilus-dropbox
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %global nautilus_extdir %( pkg-config libnautilus-extension --variable 
extensiondir )
 
 Name:   nautilus-dropbox
-Version:1.6.0
+Version:1.6.2
 Release:0
 Summary:Dropbox client integrated into Nautilus
 License:GPL-3.0+ and CC-BY-ND-3.0

++ nautilus-dropbox-1.6.0.tar.bz2 - nautilus-dropbox-1.6.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-dropbox-1.6.0/configure 
new/nautilus-dropbox-1.6.2/configure
--- old/nautilus-dropbox-1.6.0/configure2013-01-31 22:28:21.0 
+0100
+++ new/nautilus-dropbox-1.6.2/configure2014-04-18 20:28:24.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for nautilus-dropbox 1.6.0.
+# Generated by GNU Autoconf 2.64 for nautilus-dropbox 1.6.2.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
@@ -695,8 +695,8 @@
 # Identity of this package.
 PACKAGE_NAME='nautilus-dropbox'
 PACKAGE_TARNAME='nautilus-dropbox'
-PACKAGE_VERSION='1.6.0'
-PACKAGE_STRING='nautilus-dropbox 1.6.0'
+PACKAGE_VERSION='1.6.2'
+PACKAGE_STRING='nautilus-dropbox 1.6.2'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1426,7 +1426,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures nautilus-dropbox 1.6.0 to adapt to many kinds of 
systems.
+\`configure' configures nautilus-dropbox 1.6.2 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1497,7 +1497,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of nautilus-dropbox 1.6.0:;;
+ short | recursive ) echo Configuration of nautilus-dropbox 1.6.2:;;
esac
   cat \_ACEOF
 
@@ -1606,7 +1606,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-nautilus-dropbox configure 1.6.0
+nautilus-dropbox configure 1.6.2
 generated by GNU Autoconf 2.64
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1884,7 +1884,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by nautilus-dropbox $as_me 1.6.0, which was
+It was created by nautilus-dropbox $as_me 1.6.2, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   $ $0 $@
@@ -2693,7 +2693,7 @@
 
 # Define the identity of the package.
  PACKAGE=nautilus-dropbox
- VERSION=1.6.0
+ VERSION=1.6.2
 
 
 cat confdefs.h _ACEOF
@@ -11466,7 +11466,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by nautilus-dropbox $as_me 1.6.0, which was
+This file was extended by nautilus-dropbox $as_me 1.6.2, which was
 generated by GNU Autoconf 2.64.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -11530,7 +11530,7 @@
 _ACEOF
 cat $CONFIG_STATUS _ACEOF 

commit rubygem-docile for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-docile for openSUSE:Factory 
checked in at 2014-10-14 07:11:07

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


Package is rubygem-docile

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-docile/rubygem-docile.changes
2014-02-26 06:59:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-docile.new/rubygem-docile.changes   
2014-10-14 07:11:44.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 10:28:51 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-docile.spec ++
--- /var/tmp/diff_new_pack.cGx8Ee/_old  2014-10-14 07:11:45.0 +0200
+++ /var/tmp/diff_new_pack.cGx8Ee/_new  2014-10-14 07:11:45.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:http://ms-ati.github.com/docile/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Docile keeps your Ruby DSLs tame and well-behaved
@@ -34,51 +34,16 @@
 Docile turns any Ruby object into a DSL. Especially useful with the Builder
 pattern.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/HISTORY.md 
%buildroot/%{_docdir}/%{name}/HISTORY.md
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=HISTORY.md LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

-- 
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

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-daemon_controller for 
openSUSE:Factory checked in at 2014-10-14 07:11:02

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


Package is rubygem-daemon_controller

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-daemon_controller/rubygem-daemon_controller.changes
  2014-03-21 13:46:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-daemon_controller.new/rubygem-daemon_controller.changes
 2014-10-14 07:11:39.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 10:18:29 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-daemon_controller.spec ++
--- /var/tmp/diff_new_pack.FrXBvV/_old  2014-10-14 07:11:40.0 +0200
+++ /var/tmp/diff_new_pack.FrXBvV/_new  2014-10-14 07:11:40.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/FooBarWidget/daemon_controller
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:A library for implementing daemon management capabilities
@@ -33,49 +33,16 @@
 %description
 A library for robust daemon management.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE.txt \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-colored for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-colored for openSUSE:Factory 
checked in at 2014-10-14 07:10:55

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


Package is rubygem-colored

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-colored/rubygem-colored.changes  
2013-08-23 11:07:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-colored.new/rubygem-colored.changes 
2014-10-14 07:11:31.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 10:05:57 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-colored.spec ++
--- /var/tmp/diff_new_pack.BgqhOv/_old  2014-10-14 07:11:33.0 +0200
+++ /var/tmp/diff_new_pack.BgqhOv/_new  2014-10-14 07:11:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-colored
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/defunkt/colored
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Add some color to your life
@@ -38,50 +38,16 @@
  logger.debug hey this is broken!.red_on_yellow # in rails
  puts Color.red This is red # but this part is mostly untested
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README 
%buildroot/%{_docdir}/%{name}/README
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE README \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-faraday_middleware for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-faraday_middleware for 
openSUSE:Factory checked in at 2014-10-14 07:11:09

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


Package is rubygem-faraday_middleware

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-faraday_middleware/rubygem-faraday_middleware.changes
2014-05-21 16:26:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-faraday_middleware.new/rubygem-faraday_middleware.changes
   2014-10-14 07:11:47.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 10:58:56 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-faraday_middleware.spec ++
--- /var/tmp/diff_new_pack.0OAiKO/_old  2014-10-14 07:11:49.0 +0200
+++ /var/tmp/diff_new_pack.0OAiKO/_new  2014-10-14 07:11:49.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/lostisland/faraday_middleware
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Various middleware for Faraday
@@ -33,51 +33,16 @@
 %description
 Various middleware for Faraday
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGELOG.md LICENSE.md README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-builder for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-builder for openSUSE:Factory 
checked in at 2014-10-14 07:10:52

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


Package is rubygem-builder

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-builder/rubygem-builder.changes  
2013-06-13 22:22:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-builder.new/rubygem-builder.changes 
2014-10-14 07:11:29.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 09:40:11 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-builder.spec ++
--- /var/tmp/diff_new_pack.KTHu5V/_old  2014-10-14 07:11:30.0 +0200
+++ /var/tmp/diff_new_pack.KTHu5V/_new  2014-10-14 07:11:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-builder
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -38,51 +38,16 @@
 * XML Markup
 * XML Events
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGES 
%buildroot/%{_docdir}/%{name}/CHANGES
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGES MIT-LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-gettext_i18n_rails for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gettext_i18n_rails for 
openSUSE:Factory checked in at 2014-10-14 07:11:11

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


Package is rubygem-gettext_i18n_rails

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-gettext_i18n_rails/rubygem-gettext_i18n_rails.changes
2014-05-21 16:27:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails.new/rubygem-gettext_i18n_rails.changes
   2014-10-14 07:11:52.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:11:11 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-gettext_i18n_rails.spec ++
--- /var/tmp/diff_new_pack.TVa81j/_old  2014-10-14 07:11:52.0 +0200
+++ /var/tmp/diff_new_pack.TVa81j/_new  2014-10-14 07:11:52.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/grosser/gettext_i18n_rails
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Simple FastGettext Rails integration
@@ -33,36 +33,17 @@
 %description
 Simple FastGettext Rails integration.
 
-%package doc
-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.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/MIT-LICENSE.txt 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE.txt
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
+%gem_install \
+  --symlink-binaries \
+  --doc-files=MIT-LICENSE.txt \
+  -f
+
+%gem_packages
 
 %changelog

-- 
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

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-hoe for openSUSE:Factory 
checked in at 2014-10-14 07:10:50

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


Package is rubygem-hoe

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hoe/rubygem-hoe.changes  2014-05-21 
16:28:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hoe.new/rubygem-hoe.changes 
2014-10-14 07:11:26.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 09:25:35 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-hoe.spec ++
--- /var/tmp/diff_new_pack.zswdch/_old  2014-10-14 07:11:27.0 +0200
+++ /var/tmp/diff_new_pack.zswdch/_new  2014-10-14 07:11:27.0 +0200
@@ -45,67 +45,16 @@
 below.
 For extra goodness, see: http://docs.seattlerb.org/hoe/Hoe.pdf
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/sow{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/sow
-ln -s %{_sysconfdir}/alternatives/sow %{buildroot}%{_bindir}/sow
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/History.rdoc 
%buildroot/%{_docdir}/%{name}/History.rdoc
-ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/sow sow %{_bindir}/sow%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove sow %{_bindir}/sow%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/sow%{mod_branch}
-%{_bindir}/sow
-%ghost %{_sysconfdir}/alternatives/sow
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
+%gem_install \
+  --symlink-binaries \
+  --doc-files=History.rdoc README.rdoc \
+  -f
 
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_packages
 
 %changelog

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



commit rubygem-delayed_job_active_record for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-delayed_job_active_record 
for openSUSE:Factory checked in at 2014-10-14 07:11:06

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


Package is rubygem-delayed_job_active_record

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-delayed_job_active_record/rubygem-delayed_job_active_record.changes
  2014-04-22 10:07:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job_active_record.new/rubygem-delayed_job_active_record.changes
 2014-10-14 07:11:42.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 10:27:48 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-delayed_job_active_record.spec ++
--- /var/tmp/diff_new_pack.QvoZSN/_old  2014-10-14 07:11:44.0 +0200
+++ /var/tmp/diff_new_pack.QvoZSN/_new  2014-10-14 07:11:44.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/collectiveidea/delayed_job_active_record
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:ActiveRecord backend for DelayedJob
@@ -33,50 +33,17 @@
 %description
 ActiveRecord backend for Delayed::Job, originally authored by Tobias Lütke
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE.md README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-fastthread for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-fastthread for 
openSUSE:Factory checked in at 2014-10-14 07:10:57

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


Package is rubygem-fastthread

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-fastthread/rubygem-fastthread.changes
2014-02-12 20:54:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fastthread.new/rubygem-fastthread.changes   
2014-10-14 07:11:34.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:03:11 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-fastthread.spec ++
--- /var/tmp/diff_new_pack.Gc7iqO/_old  2014-10-14 07:11:35.0 +0200
+++ /var/tmp/diff_new_pack.Gc7iqO/_new  2014-10-14 07:11:35.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 BuildRequires:  rubygem(rdoc)  3.10
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Optimized replacement for thread.rb primitives
@@ -33,51 +33,17 @@
 %description
 Optimized replacement for thread.rb primitives
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-%gem_cleanup
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG 
%buildroot/%{_docdir}/%{name}/CHANGELOG
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_extensions}/%{mod_full_name}
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGELOG \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-delayed_job for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-delayed_job for 
openSUSE:Factory checked in at 2014-10-14 07:11:05

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


Package is rubygem-delayed_job

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-delayed_job/rubygem-delayed_job.changes  
2014-04-22 10:07:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-delayed_job.new/rubygem-delayed_job.changes 
2014-10-14 07:11:41.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 10:24:33 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-delayed_job.spec ++
--- /var/tmp/diff_new_pack.HdMHcI/_old  2014-10-14 07:11:42.0 +0200
+++ /var/tmp/diff_new_pack.HdMHcI/_new  2014-10-14 07:11:42.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/collectiveidea/delayed_job
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Database-backed asynchronous priority queue system -- 
Extracted from
@@ -35,51 +35,17 @@
 executing longer tasks in the background. It is a direct extraction from
 Shopify where the job table is responsible for a multitude of core tasks.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGELOG.md LICENSE.md README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-activerecord-deprecated_finders for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package 
rubygem-activerecord-deprecated_finders for openSUSE:Factory checked in at 
2014-10-14 07:10:51

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


Package is rubygem-activerecord-deprecated_finders

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activerecord-deprecated_finders/rubygem-activerecord-deprecated_finders.changes
  2013-07-16 16:16:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activerecord-deprecated_finders.new/rubygem-activerecord-deprecated_finders.changes
 2014-10-14 07:11:27.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 09:30:30 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-activerecord-deprecated_finders.spec ++
--- /var/tmp/diff_new_pack.ksejct/_old  2014-10-14 07:11:29.0 +0200
+++ /var/tmp/diff_new_pack.ksejct/_new  2014-10-14 07:11:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activerecord-deprecated_finders
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -33,50 +33,16 @@
 %description
 Deprecated finder APIs extracted from Active Record.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-mobileesp_converted for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mobileesp_converted for 
openSUSE:Factory checked in at 2014-10-14 07:11:20

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


Package is rubygem-mobileesp_converted

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-mobileesp_converted/rubygem-mobileesp_converted.changes
  2013-12-19 12:37:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mobileesp_converted.new/rubygem-mobileesp_converted.changes
 2014-10-14 07:12:01.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:43:25 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-mobileesp_converted.spec ++
--- /var/tmp/diff_new_pack.5qtHvb/_old  2014-10-14 07:12:02.0 +0200
+++ /var/tmp/diff_new_pack.5qtHvb/_new  2014-10-14 07:12:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mobileesp_converted
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/jistr/mobileesp_converted
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Provides device type detection based on HTTP request headers
@@ -33,50 +33,17 @@
 %description
 Autoconverted version (from Java to Ruby) of MobileESP library.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-locale for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-locale for openSUSE:Factory 
checked in at 2014-10-14 07:11:13

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


Package is rubygem-locale

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-locale/rubygem-locale.changes
2013-12-19 12:37:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-locale.new/rubygem-locale.changes   
2014-10-14 07:11:54.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:30:16 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-locale.spec ++
--- /var/tmp/diff_new_pack.nH317H/_old  2014-10-14 07:11:55.0 +0200
+++ /var/tmp/diff_new_pack.nH317H/_new  2014-10-14 07:11:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-locale
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/ruby-gettext/locale
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Ruby-Locale is the pure ruby library which provides basic APIs 
for
@@ -34,51 +34,16 @@
 Ruby-Locale is the pure ruby library which provides basic APIs for
 localization.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ChangeLog 
%buildroot/%{_docdir}/%{name}/ChangeLog
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=COPYING ChangeLog README.rdoc \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-jquery-rails for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jquery-rails for 
openSUSE:Factory checked in at 2014-10-14 07:11:17

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


Package is rubygem-jquery-rails

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-jquery-rails/rubygem-jquery-rails.changes
2014-07-28 16:12:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-jquery-rails.new/rubygem-jquery-rails.changes
   2014-10-14 07:11:59.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:23:55 UTC 2014 - adr...@suse.de
+
+- adpat to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-jquery-rails.spec ++
--- /var/tmp/diff_new_pack.V9TWKY/_old  2014-10-14 07:12:00.0 +0200
+++ /var/tmp/diff_new_pack.V9TWKY/_new  2014-10-14 07:12:00.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:http://rubygems.org/gems/jquery-rails
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Use jQuery with Rails 3+
@@ -34,38 +34,17 @@
 This gem provides jQuery and the jQuery-ujs driver for your Rails 3+
 application.
 
-%package doc
-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.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGELOG.md LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-pkg-config for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pkg-config for 
openSUSE:Factory checked in at 2014-10-14 07:11:25

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


Package is rubygem-pkg-config

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pkg-config/rubygem-pkg-config.changes
2012-08-07 08:18:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-pkg-config.new/rubygem-pkg-config.changes   
2014-10-14 07:12:06.0 +0200
@@ -1,0 +2,10 @@
+Sun Oct 12 11:52:53 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---
+Sun Jan  5 14:39:47 UTC 2014 - co...@suse.com
+
+- updated to version 1.1.5
+
+---

Old:

  pkg-config-1.1.4.gem

New:

  pkg-config-1.1.5.gem



Other differences:
--
++ rubygem-pkg-config.spec ++
--- /var/tmp/diff_new_pack.yFudRv/_old  2014-10-14 07:12:08.0 +0200
+++ /var/tmp/diff_new_pack.yFudRv/_new  2014-10-14 07:12:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pkg-config
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,15 +17,15 @@
 
 
 Name:   rubygem-pkg-config
-Version:1.1.4
+Version:1.1.5
 Release:0
 %define mod_name pkg-config
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/rcairo/pkg-config
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:A pkg-config implementation for Ruby
 License:LGPL-2.1+
 Group:  Development/Languages/Ruby
@@ -36,46 +36,16 @@
 pkg-config can be used in your extconf.rb to properly detect need libraries
 for compiling Ruby native extensions
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
+%gem_install \
+  --symlink-binaries \
+  --doc-files=README.rdoc \
+  -f
 
-%files
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%gem_packages
 
 %changelog

++ pkg-config-1.1.4.gem - pkg-config-1.1.5.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pkg-config/version.rb 
new/lib/pkg-config/version.rb
--- old/lib/pkg-config/version.rb   1970-01-01 01:00:00.0 +0100
+++ new/lib/pkg-config/version.rb   1970-01-01 01:00:00.0 +0100
@@ -15,5 +15,5 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 module PKGConfig
-  VERSION = 1.1.4
+  VERSION = 1.1.5
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/pkg-config.rb new/lib/pkg-config.rb
--- old/lib/pkg-config.rb   1970-01-01 01:00:00.0 +0100
+++ new/lib/pkg-config.rb   1970-01-01 01:00:00.0 +0100
@@ -285,6 +285,7 @@
 /usr/lib64/pkgconfig,
 /usr/lib/pkgconfig,
 /usr/X11/lib/pkgconfig/,
+/opt/X11/lib/pkgconfig/,
 /usr/share/pkgconfig].join(SEPARATOR)
 libdir = ENV[PKG_CONFIG_LIBDIR]
 default_path = [libdir, default_path].join(SEPARATOR) if libdir
@@ -407,7 +408,7 @@
   

commit rubygem-jquery-ui-rails for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jquery-ui-rails for 
openSUSE:Factory checked in at 2014-10-14 07:11:12

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


Package is rubygem-jquery-ui-rails

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-jquery-ui-rails/rubygem-jquery-ui-rails.changes
  2014-04-22 07:41:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-jquery-ui-rails.new/rubygem-jquery-ui-rails.changes
 2014-10-14 07:11:53.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:25:26 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-jquery-ui-rails.spec ++
--- /var/tmp/diff_new_pack.ahYsUK/_old  2014-10-14 07:11:54.0 +0200
+++ /var/tmp/diff_new_pack.ahYsUK/_new  2014-10-14 07:11:54.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/joliss/jquery-ui-rails
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:jQuery UI packaged for the Rails asset pipeline
@@ -34,38 +34,16 @@
 jQuery UI's JavaScript, CSS, and image files packaged for the Rails 3.1+ asset
 pipeline
 
-%package doc
-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.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/History.md 
%buildroot/%{_docdir}/%{name}/History.md
-ln -s %{gem_base}/gems/%{mod_full_name}/License.txt 
%buildroot/%{_docdir}/%{name}/License.txt
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
+%gem_install \
+  --symlink-binaries \
+  --doc-files=History.md License.txt README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-metaclass for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-metaclass for 
openSUSE:Factory checked in at 2014-10-14 07:11:15

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


Package is rubygem-metaclass

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-metaclass/rubygem-metaclass.changes  
2014-02-25 07:37:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-metaclass.new/rubygem-metaclass.changes 
2014-10-14 07:11:57.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:34:55 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-metaclass.spec ++
--- /var/tmp/diff_new_pack.klS40s/_old  2014-10-14 07:11:58.0 +0200
+++ /var/tmp/diff_new_pack.klS40s/_new  2014-10-14 07:11:58.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/floehopper/metaclass
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Adds a metaclass method to all Ruby objects
@@ -33,50 +33,16 @@
 %description
 Adds a metaclass method to all Ruby objects
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/COPYING.txt 
%buildroot/%{_docdir}/%{name}/COPYING.txt
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=COPYING.txt README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-multi_json for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multi_json for 
openSUSE:Factory checked in at 2014-10-14 07:11:22

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


Package is rubygem-multi_json

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-multi_json/rubygem-multi_json.changes
2014-05-21 16:28:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multi_json.new/rubygem-multi_json.changes   
2014-10-14 07:12:03.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:45:41 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-multi_json.spec ++
--- /var/tmp/diff_new_pack.XKVm8j/_old  2014-10-14 07:12:04.0 +0200
+++ /var/tmp/diff_new_pack.XKVm8j/_new  2014-10-14 07:12:04.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/intridea/multi_json
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:A common interface to multiple JSON libraries
@@ -35,51 +35,17 @@
 gem (with C-extensions), the pure-Ruby JSON gem, NSJSONSerialization, gson.rb,
 JrJackson, and OkJson.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGELOG.md LICENSE.md README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-method_source for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-method_source for 
openSUSE:Factory checked in at 2014-10-14 07:11:16

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


Package is rubygem-method_source

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-method_source/rubygem-method_source.changes  
2013-08-04 23:52:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-method_source.new/rubygem-method_source.changes
 2014-10-14 07:11:58.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:35:48 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-method_source.spec ++
--- /var/tmp/diff_new_pack.5n6dA6/_old  2014-10-14 07:11:59.0 +0200
+++ /var/tmp/diff_new_pack.5n6dA6/_new  2014-10-14 07:11:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-method_source
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 5
 Url:http://banisterfiend.wordpress.com
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:retrieve the sourcecode for a method
@@ -33,49 +33,17 @@
 %description
 retrieve the sourcecode for a method
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-mocha for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mocha for openSUSE:Factory 
checked in at 2014-10-14 07:11:21

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


Package is rubygem-mocha

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mocha/rubygem-mocha.changes  
2014-05-21 16:28:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-mocha.new/rubygem-mocha.changes 
2014-10-14 07:12:02.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:44:32 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-mocha.spec ++
--- /var/tmp/diff_new_pack.AMr57h/_old  2014-10-14 07:12:03.0 +0200
+++ /var/tmp/diff_new_pack.AMr57h/_new  2014-10-14 07:12:03.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:http://gofreerange.com/mocha/docs
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Mocking and stubbing library
@@ -34,51 +34,16 @@
 Mocking and stubbing library with JMock/SchMock syntax, which allows mocking
 and stubbing of methods on real (non-mock) classes.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/COPYING.md 
%buildroot/%{_docdir}/%{name}/COPYING.md
-ln -s %{gem_base}/gems/%{mod_full_name}/MIT-LICENSE.md 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE.md
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=COPYING.md MIT-LICENSE.md README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-polyglot for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-polyglot for 
openSUSE:Factory checked in at 2014-10-14 07:11:24

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


Package is rubygem-polyglot

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-polyglot/rubygem-polyglot.changes
2014-02-25 07:38:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-polyglot.new/rubygem-polyglot.changes   
2014-10-14 07:12:05.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:54:00 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-polyglot.spec ++
--- /var/tmp/diff_new_pack.k7ae1F/_old  2014-10-14 07:12:06.0 +0200
+++ /var/tmp/diff_new_pack.k7ae1F/_new  2014-10-14 07:12:06.0 +0200
@@ -35,38 +35,16 @@
 for the file type associated with a filename extension, and it
 augments 'require' to find and load matching files.
 
-%package doc
-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.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/History.txt 
%buildroot/%{_docdir}/%{name}/History.txt
-ln -s %{gem_base}/gems/%{mod_full_name}/License.txt 
%buildroot/%{_docdir}/%{name}/License.txt
-ln -s %{gem_base}/gems/%{mod_full_name}/README.txt 
%buildroot/%{_docdir}/%{name}/README.txt
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_base}/specifications/%{mod_full_name}.gemspec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=History.txt License.txt README.txt \
+  -f
 
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
+%gem_packages
 
 %changelog

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



commit rubygem-pry_debug for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry_debug for 
openSUSE:Factory checked in at 2014-10-14 07:11:26

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


Package is rubygem-pry_debug

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry_debug/rubygem-pry_debug.changes  
2013-06-06 12:59:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry_debug.new/rubygem-pry_debug.changes 
2014-10-14 07:12:09.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:57:37 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-pry_debug.spec ++
--- /var/tmp/diff_new_pack.WtUFwt/_old  2014-10-14 07:12:10.0 +0200
+++ /var/tmp/diff_new_pack.WtUFwt/_new  2014-10-14 07:12:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pry_debug
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/Mon-Ouie/pry_debug
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:A pure-ruby debugger
@@ -38,63 +38,16 @@
 until you find what caused the bug. Just add a breakpoint and see the value of
 any variable.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
-
 %build
 
 %install
-%gem_install -f
-mv %{buildroot}%{_bindir}/pry_debug{,%{mod_branch}}
-ln -s pry_debug%{mod_branch} %{buildroot}%{_bindir}/pry_debug
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/pry_debug pry_debug %{_bindir}/pry_debug%{mod_branch} 
%{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove pry_debug 
%{_bindir}/pry_debug%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/pry_debug%{mod_branch}
-%ghost %{_bindir}/pry_debug
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-flog for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-flog for openSUSE:Factory 
checked in at 2014-10-14 07:11:31

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


Package is rubygem-flog

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-flog/rubygem-flog.changes
2014-09-12 12:22:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-flog.new/rubygem-flog.changes   
2014-10-14 07:12:16.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:06:27 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-flog.spec ++
--- /var/tmp/diff_new_pack.lf4umW/_old  2014-10-14 07:12:17.0 +0200
+++ /var/tmp/diff_new_pack.lf4umW/_new  2014-10-14 07:12:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-flog
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -25,7 +25,7 @@
 %define mod_weight 40200
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
 BuildRequires:  rubygem(rdoc)  3.10
 Url:http://ruby.sadi.st/
@@ -40,70 +40,20 @@
 Flog reports the most tortured code in an easy to read pain
 report. The higher the score, the more pain the code is in.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/flog{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/flog
-ln -s %{_sysconfdir}/alternatives/flog %{buildroot}%{_bindir}/flog
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/History.txt 
%buildroot/%{_docdir}/%{name}/History.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.txt 
%buildroot/%{_docdir}/%{name}/README.txt
+%gem_install \
+  --symlink-binaries \
+  --doc-files=History.txt README.txt \
+  -f
 # MANUAL
 perl -p -i -e 's|#!\S+|#!/usr/bin/ruby|g' 
%{buildroot}%{_libdir}/*/gems/*/gems/%{mod_full_name}/bin/flog
 # /MANUAL
 
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/flog flog %{_bindir}/flog%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove flog %{_bindir}/flog%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/flog%{mod_branch}
-%{_bindir}/flog
-%ghost %{_sysconfdir}/alternatives/flog
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%gem_packages
 
 %changelog

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



commit rubygem-mime-types-1 for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mime-types-1 for 
openSUSE:Factory checked in at 2014-10-14 07:11:19

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


Package is rubygem-mime-types-1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-mime-types-1/rubygem-mime-types-1.changes
2014-03-25 13:28:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mime-types-1.new/rubygem-mime-types-1.changes
   2014-10-14 07:12:00.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:37:40 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-mime-types-1.spec ++
--- /var/tmp/diff_new_pack.eQuIgo/_old  2014-10-14 07:12:01.0 +0200
+++ /var/tmp/diff_new_pack.eQuIgo/_new  2014-10-14 07:12:01.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 BuildRequires:  rubygem(rdoc)  3.10
 Url:http://mime-types.rubyforge.org/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -75,50 +75,17 @@
 added from the {LTSW collection}[http://www.ltsw.se/knbase/internet/mime.htp]
 and added by the users of MIME::Types.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/History.rdoc 
%buildroot/%{_docdir}/%{name}/History.rdoc
-ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=History.rdoc README.rdoc \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-memcache-client for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-memcache-client for 
openSUSE:Factory checked in at 2014-10-14 07:11:14

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


Package is rubygem-memcache-client

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-memcache-client/rubygem-memcache-client.changes
  2012-07-23 10:34:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-memcache-client.new/rubygem-memcache-client.changes
 2014-10-14 07:11:55.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:32:29 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-memcache-client.spec ++
--- /var/tmp/diff_new_pack.R1kF59/_old  2014-10-14 07:11:57.0 +0200
+++ /var/tmp/diff_new_pack.R1kF59/_new  2014-10-14 07:11:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-memcache-client
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -22,8 +22,7 @@
 %define mod_name memcache-client
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
+BuildRequires:  ruby-macros = 5
 #
 Url:http://github.com/mperham/memcache-client
 Source: %{mod_name}-%{version}.gem
@@ -38,17 +37,11 @@
 %prep
 %build
 %install
-%gem_install %{S:0}
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE.txt \
+  -f
 
-%clean
-%{__rm} -rf %{buildroot}
-
-%files
-%defattr(-,root,root,-)
-%{_bindir}/memcached_top
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%gem_packages
 
 %changelog

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



commit rubygem-pry-doc for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry-doc for openSUSE:Factory 
checked in at 2014-10-14 07:11:27

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


Package is rubygem-pry-doc

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry-doc/rubygem-pry-doc.changes  
2014-03-22 09:11:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-pry-doc.new/rubygem-pry-doc.changes 
2014-10-14 07:12:10.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:56:36 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-pry-doc.spec ++
--- /var/tmp/diff_new_pack.bJI7ML/_old  2014-10-14 07:12:12.0 +0200
+++ /var/tmp/diff_new_pack.bJI7ML/_new  2014-10-14 07:12:12.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/pry/pry-doc
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Provides YARD and extended documentation support for Pry
@@ -39,51 +39,17 @@
 of Ruby methods and classes implemented in C.
 documentation
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGELOG.md LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-pry for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2014-10-14 07:11:37

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


Package is rubygem-pry

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2014-02-25 
07:40:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2014-10-14 07:12:22.0 +0200
@@ -1,0 +2,10 @@
+Sun Oct 12 16:56:35 UTC 2014 - co...@suse.com
+
+- updated to version 0.10.1, see CHANGELOG.md
+
+---
+Sun Oct 12 11:55:28 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---

Old:

  pry-0.9.12.6.gem

New:

  gem2rpm.yml
  pry-0.10.1.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.kLx3lv/_old  2014-10-14 07:12:23.0 +0200
+++ /var/tmp/diff_new_pack.kLx3lv/_new  2014-10-14 07:12:23.0 +0200
@@ -17,80 +17,37 @@
 
 
 Name:   rubygem-pry
-Version:0.9.12.6
+Version:0.10.1
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}
-%define mod_branch -%{version}
-%define mod_weight 912
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
-Url:http://pry.github.com
+Url:http://pryrepl.org
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:An IRB alternative and runtime developer console
 License:MIT
 Group:  Development/Languages/Ruby
 PreReq: update-alternatives
 
 %description
-An IRB alternative and runtime developer console
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
-#MANUAL
-#NOTE: No seperate doc package because we also have 'rubygem-pry-doc' :-)
+An IRB alternative and runtime developer console.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/pry{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/pry
-ln -s %{_sysconfdir}/alternatives/pry %{buildroot}%{_bindir}/pry
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG 
%buildroot/%{_docdir}/%{name}/CHANGELOG
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-
-# MANUAL
-rm -rf %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/pry pry %{_bindir}/pry%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove pry %{_bindir}/pry%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/pry%{mod_branch}
-%{_bindir}/pry
-%ghost %{_sysconfdir}/alternatives/pry
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --no-rdoc --no-ri \
+  --symlink-binaries \
+  --doc-files=CHANGELOG.md LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
:disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
# :sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## 

commit rubygem-addressable for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-addressable for 
openSUSE:Factory checked in at 2014-10-14 07:11:42

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


Package is rubygem-addressable

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-addressable/rubygem-addressable.changes  
2014-03-25 13:28:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-addressable.new/rubygem-addressable.changes 
2014-10-14 07:12:27.0 +0200
@@ -1,0 +2,10 @@
+Mon Oct 13 05:39:32 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---
+Sun Oct 12 09:32:40 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-addressable.spec ++
--- /var/tmp/diff_new_pack.t4uZM1/_old  2014-10-14 07:12:28.0 +0200
+++ /var/tmp/diff_new_pack.t4uZM1/_new  2014-10-14 07:12:28.0 +0200
@@ -21,10 +21,11 @@
 Release:0
 %define mod_name addressable
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
-BuildRequires:  rubygem(rdoc)  3.10
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:http://addressable.rubyforge.org/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:URI Implementation
@@ -36,51 +37,15 @@
 Ruby's standard library. It more closely conforms to the relevant RFCs and
 adds support for IRIs and URI templates.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --doc-files=CHANGELOG.md LICENSE.txt README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-multipart-post for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-multipart-post for 
openSUSE:Factory checked in at 2014-10-14 07:11:22

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


Package is rubygem-multipart-post

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-multipart-post/rubygem-multipart-post.changes
2014-01-23 15:56:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-multipart-post.new/rubygem-multipart-post.changes
   2014-10-14 07:12:04.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:47:01 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-multipart-post.spec ++
--- /var/tmp/diff_new_pack.nJMqQ0/_old  2014-10-14 07:12:05.0 +0200
+++ /var/tmp/diff_new_pack.nJMqQ0/_new  2014-10-14 07:12:05.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 5
 BuildRequires:  rubygem(rdoc)  3.10
 Url:https://github.com/nicksieger/multipart-post
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -36,50 +36,17 @@
 #content_type, #original_filename, and #local_path will be posted as a binary
 file.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/History.txt 
%buildroot/%{_docdir}/%{name}/History.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=History.txt README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-RedCloth for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-RedCloth for 
openSUSE:Factory checked in at 2014-10-14 07:11:39

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


Package is rubygem-RedCloth

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-RedCloth/rubygem-RedCloth.changes
2014-02-12 20:54:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-RedCloth.new/rubygem-RedCloth.changes   
2014-10-14 07:12:26.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 05:27:46 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---

New:

  gem2rpm.yml



Other differences:
--
++ rubygem-RedCloth.spec ++
--- /var/tmp/diff_new_pack.lhDdXm/_old  2014-10-14 07:12:26.0 +0200
+++ /var/tmp/diff_new_pack.lhDdXm/_new  2014-10-14 07:12:26.0 +0200
@@ -21,17 +21,16 @@
 Release:0
 %define mod_name RedCloth
 %define mod_full_name %{mod_name}-%{version}
-%define mod_branch -%{version}
-%define mod_weight 40209
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  fastjar
-BuildRequires:  ruby-devel
-BuildRequires:  ruby-macros = 3
+BuildRequires:  %{rubydevel}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
-BuildRequires:  rubygem(rdoc)  3.10
 Url:http://redcloth.org
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:rubygem-RedCloth-rpmlintrc
+Source2:gem2rpm.yml
 Summary:Textile parser for Ruby
 License:BSD-3-Clause
 Group:  Development/Languages/Ruby
@@ -40,70 +39,17 @@
 %description
 Textile parser for Ruby.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGELOG COPYING README.rdoc \
+  -f
 %gem_cleanup
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/redcloth{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/redcloth
-ln -s %{_sysconfdir}/alternatives/redcloth %{buildroot}%{_bindir}/redcloth
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG 
%buildroot/%{_docdir}/%{name}/CHANGELOG
-ln -s %{gem_base}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
-ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/redcloth redcloth %{_bindir}/redcloth%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove redcloth 
%{_bindir}/redcloth%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/redcloth%{mod_branch}
-%{_bindir}/redcloth
-%ghost %{_sysconfdir}/alternatives/redcloth
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_extensions}/%{mod_full_name}
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+
+%gem_packages
 
 %changelog

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
:summary: Textile parser for Ruby
#  ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources: 
 - rubygem-RedCloth-rpmlintrc
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# 

commit rubygem-rack-ssl for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rack-ssl for 
openSUSE:Factory checked in at 2014-10-14 07:11:28

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


Package is rubygem-rack-ssl

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rack-ssl/rubygem-rack-ssl.changes
2014-03-25 13:28:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rack-ssl.new/rubygem-rack-ssl.changes   
2014-10-14 07:12:12.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 12:02:02 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-rack-ssl.spec ++
--- /var/tmp/diff_new_pack.CSaHUK/_old  2014-10-14 07:12:14.0 +0200
+++ /var/tmp/diff_new_pack.CSaHUK/_new  2014-10-14 07:12:14.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/josh/rack-ssl
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Force SSL/TLS in your app
@@ -33,37 +33,17 @@
 %description
 Rack middleware to force SSL/TLS.
 
-%package doc
-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.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

-- 
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

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby_parser for 
openSUSE:Factory checked in at 2014-10-14 07:11:52

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


Package is rubygem-ruby_parser

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby_parser/rubygem-ruby_parser.changes  
2014-09-12 12:22:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby_parser.new/rubygem-ruby_parser.changes 
2014-10-14 07:12:36.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 06:25:16 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-ruby_parser.spec ++
--- /var/tmp/diff_new_pack.WtOSHv/_old  2014-10-14 07:12:37.0 +0200
+++ /var/tmp/diff_new_pack.WtOSHv/_new  2014-10-14 07:12:37.0 +0200
@@ -25,7 +25,7 @@
 %define mod_weight 30601
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
 BuildRequires:  rubygem(rdoc)  3.10
 Url:https://github.com/seattlerb/ruby_parser
@@ -58,83 +58,21 @@
 * 1.9 parser is at 99.9940% accuracy, 4.013 sigma
 * 2.0 parser is at 99.9939% accuracy, 4.008 sigma
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/ruby_parse{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/ruby_parse
-ln -s %{_sysconfdir}/alternatives/ruby_parse %{buildroot}%{_bindir}/ruby_parse
-
-mv %{buildroot}%{_bindir}/ruby_parse_extract_error{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/ruby_parse_extract_error
-ln -s %{_sysconfdir}/alternatives/ruby_parse_extract_error 
%{buildroot}%{_bindir}/ruby_parse_extract_error
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/History.txt 
%buildroot/%{_docdir}/%{name}/History.txt
-ln -s %{gem_base}/gems/%{mod_full_name}/README.txt 
%buildroot/%{_docdir}/%{name}/README.txt
+%gem_install \
+  --symlink-binaries \
+  --doc-files=History.txt README.txt \
+  -f
 
 # MANUAL
 perl -p -i -e 's|#!\S+|#!/usr/bin/ruby|g' 
%{buildroot}%{_libdir}/*/gems/*/gems/%{mod_full_name}/test/*
 # /MANUAL
 
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/ruby_parse ruby_parse %{_bindir}/ruby_parse%{mod_branch} 
%{mod_weight}
-/usr/sbin/update-alternatives --install \
-%{_bindir}/ruby_parse_extract_error ruby_parse_extract_error 
%{_bindir}/ruby_parse_extract_error%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove ruby_parse 
%{_bindir}/ruby_parse%{mod_branch}
-fi
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove ruby_parse_extract_error 
%{_bindir}/ruby_parse_extract_error%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/ruby_parse%{mod_branch}
-%{_bindir}/ruby_parse
-%ghost %{_sysconfdir}/alternatives/ruby_parse
-%{_bindir}/ruby_parse_extract_error%{mod_branch}
-%{_bindir}/ruby_parse_extract_error
-%ghost %{_sysconfdir}/alternatives/ruby_parse_extract_error
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_packages
 
 %changelog

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



commit rubygem-tzinfo for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2014-10-14 07:11:35

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


Package is rubygem-tzinfo

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tzinfo/rubygem-tzinfo.changes
2014-05-22 06:58:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2014-10-14 07:12:19.0 +0200
@@ -1,0 +2,45 @@
+Sun Oct 12 16:43:41 UTC 2014 - co...@suse.com
+
+- port MANUAL to gem2rpm.yml
+
+---
+Sun Oct 12 16:41:42 UTC 2014 - co...@suse.com
+
+- updated to version 1.2.2
+ * Fix an error with duplicates being returned by Timezone#all_country_zones
+   and Timezone#all_country_zone_identifiers when used with tzinfo-data
+   v1.2014.6 or later.
+ * Use the zone1970.tab file for country timezone data if it is found in the
+   zoneinfo directory (and fallback to zone.tab if not). zone1970.tab was added
+   in tzdata 2014f. zone.tab is now deprecated.
+ 
+ 
+ Version 1.2.1 - 1-Jun-2014
+ --
+ 
+ * Support zoneinfo files generated with zic version 2014c and later.
+ * On platforms that only support positive 32-bit timestamps, ensure that
+   conversions are accurate from the epoch instead of just from the first
+   transition after the epoch.
+ * Minor documentation improvements.
+ 
+ 
+ Version 1.2.0 - 26-May-2014
+ ---
+ 
+ * Raise the minimum supported Ruby version to 1.8.7.
+ * Support loading system zoneinfo data on FreeBSD, OpenBSD and Solaris.
+   Resolves #15.
+ * Add canonical_identifier and canonical_zone methods to Timezone. Resolves 
#16.
+ * Add a link to a DataSourceNotFound help page in the 
TZInfo::DataSourceNotFound
+   exception message.
+ * Load iso3166.tab and zone.tab files as UTF-8.
+ * Fix Timezone#local_to_utc returning local Time instances on systems using 
UTC
+   as the local time zone. Resolves #13.
+ * Fix == methods raising an exception when passed an instance of a different
+   class by making = return nil if passed a non-comparable argument.
+ * Eliminate require 'rational' warnings. Resolves #10.
+ * Eliminate assigned but unused variable - info warnings. Resolves #11.
+ * Switch to minitest v5 for unit tests. Resolves #18.
+
+---

Old:

  tzinfo-1.1.0.gem

New:

  gem2rpm.yml
  tzinfo-1.2.2.gem



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.3QezYN/_old  2014-10-14 07:12:20.0 +0200
+++ /var/tmp/diff_new_pack.3QezYN/_new  2014-10-14 07:12:20.0 +0200
@@ -17,73 +17,38 @@
 
 
 Name:   rubygem-tzinfo
-Version:1.1.0
+Version:1.2.2
 Release:0
 %define mod_name tzinfo
 %define mod_full_name %{mod_name}-%{version}
-
+# MANUAL
+Requires:   timezone
+# /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
-Requires:   ruby = 1.8.6
-BuildRequires:  ruby-devel = 1.8.6
-BuildRequires:  rubygem(rdoc)  3.10
+BuildRequires:  %{ruby = 1.8.7}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  ruby-macros = 5
 Url:http://tzinfo.github.io
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Daylight savings aware timezone library
 License:MIT
 Group:  Development/Languages/Ruby
-# MANUAL
-Requires:   timezone
 
 %description
 TZInfo provides daylight savings aware transformations between times in
 different time zones.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGES.md 
%buildroot/%{_docdir}/%{name}/CHANGES.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 

commit rubygem-rubyzip for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rubyzip for openSUSE:Factory 
checked in at 2014-10-14 07:11:53

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


Package is rubygem-rubyzip

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rubyzip/rubygem-rubyzip.changes  
2014-05-22 06:57:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-rubyzip.new/rubygem-rubyzip.changes 
2014-10-14 07:12:37.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 06:33:43 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-rubyzip.spec ++
--- /var/tmp/diff_new_pack.NO0aG2/_old  2014-10-14 07:12:38.0 +0200
+++ /var/tmp/diff_new_pack.NO0aG2/_new  2014-10-14 07:12:38.0 +0200
@@ -23,9 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
-Requires:   ruby = 1.9.2
-BuildRequires:  ruby = 1.9.2
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/rubyzip/rubyzip
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:rubyzip is a ruby module for reading and writing zip files
@@ -35,36 +33,17 @@
 %description
 rubyzip is a ruby module for reading and writing zip files
 
-%package doc
-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.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
+%gem_install \
+  --symlink-binaries \
+  --doc-files=README.md \
+  -f
+
+%gem_packages
 
 %changelog

-- 
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

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-highline for 
openSUSE:Factory checked in at 2014-10-14 07:11:32

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


Package is rubygem-highline

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-highline/rubygem-highline.changes
2014-03-18 14:04:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-highline.new/rubygem-highline.changes   
2014-10-14 07:12:17.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 11:17:42 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-highline.spec ++
--- /var/tmp/diff_new_pack.2wgjuO/_old  2014-10-14 07:12:18.0 +0200
+++ /var/tmp/diff_new_pack.2wgjuO/_new  2014-10-14 07:12:18.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 BuildRequires:  rubygem(rdoc)  3.10
 Url:http://highline.rubyforge.org
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -39,54 +39,18 @@
 crank out anything from simple list selection to complete shells with just
 minutes of work.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG 
%buildroot/%{_docdir}/%{name}/CHANGELOG
-ln -s %{gem_base}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGELOG COPYING LICENSE README.rdoc \
+  -f
 # MANUAL
 find %{buildroot} -name .cvsignore -delete
 
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_packages
 
 %changelog

-- 
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

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sexp_processor for 
openSUSE:Factory checked in at 2014-10-14 07:11:36

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


Package is rubygem-sexp_processor

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sexp_processor/rubygem-sexp_processor.changes
2014-09-12 12:22:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sexp_processor.new/rubygem-sexp_processor.changes
   2014-10-14 07:12:21.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct 12 16:51:45 UTC 2014 - co...@suse.com
+
+- updated to version 4.4.4
+ * 1 bug fix:
+   * MethodBasedSexpProcessor#in_klass clears out the method_stack for the 
duration of the block.
+
+---

Old:

  sexp_processor-4.4.3.gem

New:

  sexp_processor-4.4.4.gem



Other differences:
--
++ rubygem-sexp_processor.spec ++
--- /var/tmp/diff_new_pack.vzafcW/_old  2014-10-14 07:12:21.0 +0200
+++ /var/tmp/diff_new_pack.vzafcW/_new  2014-10-14 07:12:21.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   rubygem-sexp_processor
-Version:4.4.3
+Version:4.4.4
 Release:0
 %define mod_name sexp_processor
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
-BuildRequires:  rubygem(rdoc)  3.10
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/seattlerb/sexp_processor
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
@@ -37,53 +38,18 @@
 processing tools with it. Sexp, SexpProcessor, Environment, etc... all
 for your language processing pleasure.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/History.txt 
%buildroot/%{_docdir}/%{name}/History.txt
-ln -s %{gem_base}/gems/%{mod_full_name}/README.txt 
%buildroot/%{_docdir}/%{name}/README.txt
+%gem_install \
+  --doc-files=History.txt README.txt \
+  -f
 # MANUAL
 perl -p -i -e 's|#!\S+|#!/usr/bin/ruby|g' 
%{buildroot}%{_libdir}/*/gems/*/gems/%{mod_full_name}/test/*
 # /MANUAL
 
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_packages
 
 %changelog

++ sexp_processor-4.4.3.gem - sexp_processor-4.4.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt 2014-03-25 01:55:13.0 +0100
+++ new/History.txt 2014-08-15 02:12:46.0 +0200
@@ -1,3 +1,9 @@
+=== 4.4.4 / 2014-08-14
+
+* 1 bug fix:
+
+  * MethodBasedSexpProcessor#in_klass clears out the method_stack for the 
duration of the block.
+
 === 4.4.3 / 2014-03-24
 
 * 1 bug fix:
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sexp_processor.rb new/lib/sexp_processor.rb
--- old/lib/sexp_processor.rb   2014-03-25 01:55:13.0 +0100
+++ new/lib/sexp_processor.rb   2014-08-15 02:12:46.0 +0200
@@ -33,7 +33,7 @@
 
 class SexpProcessor
 
-  VERSION = 4.4.3
+  VERSION = 4.4.4
 
   ##
   # Automatically shifts off the Sexp type before handing the
@@ -444,7 +444,10 @@
 end
 
 @class_stack.unshift name
-yield
+
+with_new_method_stack do
+  yield
+end
   ensure
 @class_stack.shift
   end
@@ -467,7 +470,10 @@
 
   def in_sklass
 @sclass.push true
-yield
+
+ 

commit rubygem-mail for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mail for openSUSE:Factory 
checked in at 2014-10-14 07:11:33

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


Package is rubygem-mail

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mail/rubygem-mail.changes
2013-05-27 10:00:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-mail.new/rubygem-mail.changes   
2014-10-14 07:12:18.0 +0200
@@ -1,0 +2,18 @@
+Sun Oct 12 16:13:34 UTC 2014 - co...@suse.com
+
+- updated to version 2.6.1
+ Features:
+ * Silence warnings on loading ragel-generated parsers (bf4)
+ * Allow interceptors and observers to be unregistered (zuhao)
+ * Added feature to find the mail in uid (taketin)
+
+ Performance:
+ * Migrate to RAGEL based parser, awesome work by (bpot)
+ * Performance improvements for people parsing email headers (ConradIrwin)
+
+---
+Sun Oct 12 11:31:29 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---

Old:

  mail-2.5.4.gem

New:

  mail-2.6.1.gem



Other differences:
--
++ rubygem-mail.spec ++
--- /var/tmp/diff_new_pack.XKWaBl/_old  2014-10-14 07:12:19.0 +0200
+++ /var/tmp/diff_new_pack.XKWaBl/_new  2014-10-14 07:12:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mail
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,13 +17,15 @@
 
 
 Name:   rubygem-mail
-Version:2.5.4
+Version:2.6.1
 Release:0
 %define mod_name mail
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/mikel/mail
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Mail provides a nice Ruby DSL for making, sending and reading 
emails
@@ -33,37 +35,15 @@
 %description
 A really Ruby Mail handler.
 
-%package doc
-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.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%gem_install \
+  --doc-files=CHANGELOG.rdoc MIT-LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

++ mail-2.5.4.gem - mail-2.6.1.gem ++
 45355 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-bcrypt for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bcrypt for openSUSE:Factory 
checked in at 2014-10-14 07:11:44

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


Package is rubygem-bcrypt

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bcrypt/rubygem-bcrypt.changes
2014-03-18 14:03:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-bcrypt.new/rubygem-bcrypt.changes   
2014-10-14 07:12:28.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 05:42:52 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---



Other differences:
--
++ rubygem-bcrypt.spec ++
--- /var/tmp/diff_new_pack.n9aPe3/_old  2014-10-14 07:12:29.0 +0200
+++ /var/tmp/diff_new_pack.n9aPe3/_new  2014-10-14 07:12:29.0 +0200
@@ -21,11 +21,11 @@
 Release:0
 %define mod_name bcrypt
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-devel
-BuildRequires:  ruby-macros = 3
-BuildRequires:  rubygem(rdoc)  3.10
+BuildRequires:  %{rubydevel}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/codahale/bcrypt-ruby
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:OpenBSD's bcrypt() password hashing algorithm
@@ -39,53 +39,16 @@
 safely handling
 passwords.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
+%gem_install \
+  --doc-files=CHANGELOG COPYING README.md \
+  -f
 %gem_cleanup
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG 
%buildroot/%{_docdir}/%{name}/CHANGELOG
-ln -s %{gem_base}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_extensions}/%{mod_full_name}
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+
+%gem_packages
 
 %changelog

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



commit rubygem-rake-compiler for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake-compiler for 
openSUSE:Factory checked in at 2014-10-14 07:11:29

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


Package is rubygem-rake-compiler

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes  
2013-11-24 18:13:10.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new/rubygem-rake-compiler.changes
 2014-10-14 07:12:14.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 12:15:09 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-rake-compiler.spec ++
--- /var/tmp/diff_new_pack.OjBuYf/_old  2014-10-14 07:12:15.0 +0200
+++ /var/tmp/diff_new_pack.OjBuYf/_new  2014-10-14 07:12:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rake-compiler
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -25,9 +25,7 @@
 %define mod_weight 902
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
-Requires:   ruby = 1.8.7
-BuildRequires:  ruby-devel = 1.8.7
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
 BuildRequires:  rubygem(rdoc)  3.10
 Url:http://github.com/luislavena/rake-compiler
@@ -41,68 +39,16 @@
 Provide a standard and simplified way to build and package
 Ruby extensions (C, Java) using Rake as glue.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/rake-compiler{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/rake-compiler
-ln -s %{_sysconfdir}/alternatives/rake-compiler 
%{buildroot}%{_bindir}/rake-compiler
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/History.txt 
%buildroot/%{_docdir}/%{name}/History.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/rake-compiler rake-compiler 
%{_bindir}/rake-compiler%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove rake-compiler 
%{_bindir}/rake-compiler%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/rake-compiler%{mod_branch}
-%{_bindir}/rake-compiler
-%ghost %{_sysconfdir}/alternatives/rake-compiler
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=History.txt LICENSE.txt README.rdoc \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-rest-client for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rest-client for 
openSUSE:Factory checked in at 2014-10-14 07:11:51

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


Package is rubygem-rest-client

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rest-client/rubygem-rest-client.changes  
2014-03-30 12:27:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rest-client.new/rubygem-rest-client.changes 
2014-10-14 07:12:35.0 +0200
@@ -0,0 +1,5 @@
+---
+Mon Oct 13 06:13:02 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+



Other differences:
--
++ rubygem-rest-client.spec ++
--- /var/tmp/diff_new_pack.T5ONIq/_old  2014-10-14 07:12:35.0 +0200
+++ /var/tmp/diff_new_pack.T5ONIq/_new  2014-10-14 07:12:35.0 +0200
@@ -25,7 +25,7 @@
 %define mod_weight 10607
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
 Url:http://github.com/archiloque/rest-client
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -38,67 +38,17 @@
 A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework
 style of specifying actions: get, put, post, delete.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/restclient{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/restclient
-ln -s %{_sysconfdir}/alternatives/restclient %{buildroot}%{_bindir}/restclient
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-ln -s %{gem_base}/gems/%{mod_full_name}/history.md 
%buildroot/%{_docdir}/%{name}/history.md
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/restclient restclient %{_bindir}/restclient%{mod_branch} 
%{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove restclient 
%{_bindir}/restclient%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/restclient%{mod_branch}
-%{_bindir}/restclient
-%ghost %{_sysconfdir}/alternatives/restclient
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=history.md README.rdoc \
+  -f
+
+%gem_packages
 
 %changelog

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



commit libinfinity for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package libinfinity for openSUSE:Factory 
checked in at 2014-10-14 07:11:38

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


Package is libinfinity

Changes:

--- /work/SRC/openSUSE:Factory/libinfinity/libinfinity.changes  2014-09-23 
13:46:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libinfinity.new/libinfinity.changes 
2014-10-14 07:12:23.0 +0200
@@ -1,0 +2,10 @@
+Sat Oct 11 11:25:26 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.6.3:
+  + infinoted:
+- Fix a possible timing attack on the server password.
+- Use mode 0777 instead of 0700 when creating directories in
+  the directory-sync plugin.
+  + Write certificates not seen before into the known hosts file.
+
+---

Old:

  libinfinity-0.6.2.tar.gz

New:

  libinfinity-0.6.3.tar.gz



Other differences:
--
++ libinfinity.spec ++
--- /var/tmp/diff_new_pack.7vLrx6/_old  2014-10-14 07:12:24.0 +0200
+++ /var/tmp/diff_new_pack.7vLrx6/_new  2014-10-14 07:12:24.0 +0200
@@ -20,7 +20,7 @@
 Summary:Implementation of the Infinote collaborative editing protocol
 License:LGPL-2.1+
 Group:  Development/Libraries/GNOME
-Version:0.6.2
+Version:0.6.3
 Release:0
 %define _version 0.6
 Url:http://gobby.0x539.de/

++ libinfinity-0.6.2.tar.gz - libinfinity-0.6.3.tar.gz ++
 19418 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-atomic for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-atomic for openSUSE:Factory 
checked in at 2014-10-14 07:11:40

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


Package is rubygem-atomic

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-atomic/rubygem-atomic.changes
2014-03-21 13:34:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-atomic.new/rubygem-atomic.changes   
2014-10-14 07:12:26.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 05:42:05 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---



Other differences:
--
++ rubygem-atomic.spec ++
--- /var/tmp/diff_new_pack.CNDndo/_old  2014-10-14 07:12:27.0 +0200
+++ /var/tmp/diff_new_pack.CNDndo/_new  2014-10-14 07:12:27.0 +0200
@@ -21,10 +21,10 @@
 Release:0
 %define mod_name atomic
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-devel
-BuildRequires:  ruby-macros = 3
+BuildRequires:  %{rubydevel}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros = 5
 Url:http://github.com/headius/ruby-atomic
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:An atomic reference implementation for JRuby, Rubinius, and MRI
@@ -32,54 +32,18 @@
 Group:  Development/Languages/Ruby
 
 %description
-An atomic reference implementation for JRuby, Rubinius, and MRI
-
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
+An atomic reference implementation for JRuby, Rubinius, and MRI.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
+%gem_install \
+  --doc-files=LICENSE README.md \
+  -f
 %gem_cleanup
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_extensions}/%{mod_full_name}
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+
+%gem_packages
 
 %changelog

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



commit rubygem-bcrypt-ruby for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bcrypt-ruby for 
openSUSE:Factory checked in at 2014-10-14 07:11:45

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


Package is rubygem-bcrypt-ruby

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bcrypt-ruby/rubygem-bcrypt-ruby.changes  
2014-02-25 07:34:27.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-bcrypt-ruby.new/rubygem-bcrypt-ruby.changes 
2014-10-14 07:12:30.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 05:43:00 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---



Other differences:
--
++ rubygem-bcrypt-ruby.spec ++
--- /var/tmp/diff_new_pack.1AwLGD/_old  2014-10-14 07:12:31.0 +0200
+++ /var/tmp/diff_new_pack.1AwLGD/_new  2014-10-14 07:12:31.0 +0200
@@ -21,10 +21,11 @@
 Release:0
 %define mod_name bcrypt-ruby
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
-BuildRequires:  rubygem(rdoc)  3.10
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/codahale/bcrypt-ruby
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:OpenBSD's bcrypt() password hashing algorithm
@@ -38,38 +39,15 @@
 safely handling
 passwords.
 
-%package doc
-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.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG 
%buildroot/%{_docdir}/%{name}/CHANGELOG
-ln -s %{gem_base}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
+%gem_install \
+  --doc-files=CHANGELOG COPYING README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-bundler for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-bundler for openSUSE:Factory 
checked in at 2014-10-14 07:11:46

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


Package is rubygem-bundler

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-bundler/rubygem-bundler.changes  
2014-07-26 09:42:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-bundler.new/rubygem-bundler.changes 
2014-10-14 07:12:31.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 05:45:18 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---



Other differences:
--
++ rubygem-bundler.spec ++
--- /var/tmp/diff_new_pack.sUHHhI/_old  2014-10-14 07:12:32.0 +0200
+++ /var/tmp/diff_new_pack.sUHHhI/_new  2014-10-14 07:12:32.0 +0200
@@ -21,13 +21,10 @@
 Release:0
 %define mod_name bundler
 %define mod_full_name %{mod_name}-%{version}
-%define mod_branch -%{version}
-%define mod_weight 10605
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
-Requires:   ruby = 1.8.7
-BuildRequires:  ruby = 1.8.7
+BuildRequires:  %{ruby = 1.8.7}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
 Url:http://bundler.io
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -38,82 +35,18 @@
 
 %description
 Bundler manages an application's dependencies through its entire life, across
-many machines, systematically and repeatably
-
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
+many machines, systematically and repeatably.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/bundle{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/bundle
-ln -s %{_sysconfdir}/alternatives/bundle %{buildroot}%{_bindir}/bundle
-
-mv %{buildroot}%{_bindir}/bundler{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/bundler
-ln -s %{_sysconfdir}/alternatives/bundler %{buildroot}%{_bindir}/bundler
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.md 
%buildroot/%{_docdir}/%{name}/LICENSE.md
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/bundle bundle %{_bindir}/bundle%{mod_branch} %{mod_weight}
-/usr/sbin/update-alternatives --install \
-%{_bindir}/bundler bundler %{_bindir}/bundler%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove bundle 
%{_bindir}/bundle%{mod_branch}
-fi
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove bundler 
%{_bindir}/bundler%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/bundle%{mod_branch}
-%{_bindir}/bundle
-%ghost %{_sysconfdir}/alternatives/bundle
-%{_bindir}/bundler%{mod_branch}
-%{_bindir}/bundler
-%ghost %{_sysconfdir}/alternatives/bundler
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGELOG.md LICENSE.md README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit procmail for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package procmail for openSUSE:Factory 
checked in at 2014-10-14 07:12:11

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


Package is procmail

Changes:

--- /work/SRC/openSUSE:Factory/procmail/procmail.changes2013-04-18 
15:00:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.procmail.new/procmail.changes   2014-10-14 
07:12:59.0 +0200
@@ -1,0 +2,15 @@
+Thu Sep  4 13:32:42 UTC 2014 - wer...@suse.de
+
+- Correct licenses 
+- Add cflags() shell function to be able to check for compiler,
+  linker, and assembler flags, that is if those are supported by
+  the compiler, linker, or assembler.
+
+---
+Thu Sep  4 08:39:12 UTC 2014 - wer...@suse.de
+
+- Add patch procmail-3.22-CVE-2014-3618.patch to fix heap-overflow
+  in procmail's formail utility when processing specially-crafted
+  email headers (bnc#894999, CVE-2014-3618)
+
+---

New:

  procmail-3.22-CVE-2014-3618.patch



Other differences:
--
++ procmail.spec ++
--- /var/tmp/diff_new_pack.0ExfVE/_old  2014-10-14 07:13:00.0 +0200
+++ /var/tmp/diff_new_pack.0ExfVE/_new  2014-10-14 07:13:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package procmail
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -34,6 +34,8 @@
 Patch4: procmail-%{version}-owl-truncate.dif
 Patch5: procmail-%{version}-autoconf.dif
 Patch6: procmail-%{version}-ipv6.patch
+# PATCH-FIX-SUSE Heap-overflow in procmail's formail utility when processing 
specially-crafted email headers (bnc#894999)
+Patch7: procmail-%{version}-CVE-2014-3618.patch
 BuildRequires:  pcre-devel
 BuildRequires:  postfix
 %if %suse_version = 1230
@@ -56,21 +58,62 @@
 echo Patch $p
 patch -s -p1 --fuzz=0  $p
 done
-%patch0 -b .mailstat
-%patch1
-%patch2
-%patch3
-%patch4
-%patch5
-%patch6 -p1 -b .ipv6
+%patch0 -p0
+%patch1 -p0
+%patch2 -p0
+%patch3 -p0
+%patch4 -p0
+%patch5 -p0
+%patch6 -p1
+%patch7 -p0
 sed -ri '\@^/\*@,\@\*/@{ s@^(/\*[^*]*)(/\*)@\1\*/ \2@; }' config.h
 sed -ri '\@^/\*@,\@\*/@{ s@^(/\*[^*]*)(/\*)@\1\*/ \2@; }' src/includes.h
 sed -ri '\@^#.*[[:blank:]]+/\*[^/]*$@M,\@\*/$@{ s@(^[[:blank:]]+)/\*@\1  @;}' 
src/includes.h
 
 %build
-RPM_OPT_FLAGS=-std=c89 %{optflags} -Wno-parentheses -Wno-sign-compare 
-Wno-unprototyped-calls
-export RPM_OPT_FLAGS
-make %{?_smp_mflags} XCFLAGS=-fno-strict-aliasing -D_LARGEFILE64_SOURCE 
-D_FILE_OFFSET_BITS=64 MANDIR=%{_mandir} LDFLAGS0=
+cflags ()
+{
+   local flag=$1; shift
+   local var=$1; shift
+   local gold
+   test -n ${flag} -a -n ${var} || return
+   case ${!var} in
+   *${flag}*) return
+   esac
+   if type ld.gold  /dev/null 21 ; then
+   gold=-Wl,-fuse-ld=gold
+   fi
+   set -o noclobber
+   case $flag in
+   -Wl,*)
+   if echo 'int main () { return 0; }' | \
+   ${CC:-gcc} -Werror $gold $flag -o /dev/null -xc -  /dev/null 
21 ; then
+   eval $var=\${$var:+\$$var\ }$flag
+   fi
+   rm -f ldtest.c
+   ;;
+   *)
+   if ${CC:-gcc} -Werror $gold $flag -S -o /dev/null -xc /dev/null  
/dev/null 21 ; then
+   eval $var=\${$var:+\$$var\ }$flag
+   fi
+   if ${CXX:-g++} -Werror $gold $flag -S -o /dev/null -xc++ /dev/null 
 /dev/null 21 ; then
+   eval $var=\${$var:+\$$var\ }$flag
+   fi
+   esac
+   set +o noclobber
+}
+RPM_OPT_FLAGS=%{optflags}
+XCFLAGS=$(getconf LFS_CFLAGS)
+cflags -std=c89 RPM_OPT_FLAGS
+cflags -Wno-parentheses RPM_OPT_FLAGS
+cflags -Wno-sign-compareRPM_OPT_FLAGS
+cflags -Wno-unprototyped-calls  RPM_OPT_FLAGS
+cflags -pipeRPM_OPT_FLAGS
+cflags -fno-strict-aliasing XCFLAGS
+cflags -Wl,-O2  LDFLAGS0
+cflags -Wl,--hash-size=8599 LDFLAGS0
+export RPM_OPT_FLAGS XCFLAGS LDFLAGS0
+make %{?_smp_mflags} XCFLAGS=${XCFLAGS} MANDIR=%{_mandir} 
LDFLAGS0=${LDFLAGS0}
 
 %install
 mkdir -p %{buildroot}%{_mandir}/man{1,5} %{buildroot}%{_prefix}/bin
@@ -79,6 +122,7 @@
 
 %files
 %defattr(-,root,root)
+%doc Artistic COPYING
 %doc FAQ FEATURES README examples
 %{_bindir}/formail
 %{_bindir}/lockfile

++ procmail-3.22-CVE-2014-3618.patch 

commit x11vnc for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package x11vnc for openSUSE:Factory checked 
in at 2014-10-14 07:12:28

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


Package is x11vnc

Changes:

--- /work/SRC/openSUSE:Factory/x11vnc/x11vnc.changes2013-03-19 
12:43:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.x11vnc.new/x11vnc.changes   2014-10-14 
07:13:21.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct  1 23:57:14 UTC 2014 - crrodrig...@opensuse.org
+
+- Cleanup/reduce buildRequires by not pulling metapackage 
+  xorg-x11-devel
+
+---



Other differences:
--
++ x11vnc.spec ++
--- /var/tmp/diff_new_pack.lOnUl4/_old  2014-10-14 07:13:22.0 +0200
+++ /var/tmp/diff_new_pack.lOnUl4/_new  2014-10-14 07:13:22.0 +0200
@@ -40,8 +40,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  avahi-devel = 0.6.5
-BuildRequires:  dbus-1-devel
 BuildRequires:  gcc
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
@@ -49,8 +47,16 @@
 BuildRequires:  openssl-devel
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-devel
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(avahi-client) = 0.6.4
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xdamage)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xfixes)
+BuildRequires:  pkgconfig(xinerama)
+BuildRequires:  pkgconfig(xrandr)
+BuildRequires:  pkgconfig(xtst)
 
 %description
 x11vnc allows one to remotely view and interact with real X displays (i.e. a


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



commit xmlstarlet for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package xmlstarlet for openSUSE:Factory 
checked in at 2014-10-14 07:12:02

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


Package is xmlstarlet

Changes:

--- /work/SRC/openSUSE:Factory/xmlstarlet/xmlstarlet.changes2013-07-16 
16:27:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.xmlstarlet.new/xmlstarlet.changes   
2014-10-14 07:12:49.0 +0200
@@ -1,0 +2,8 @@
+Mon Oct 13 08:52:37 UTC 2014 - t...@opensuse.org
+
+- SPEC file changes
+  - Added link from /usr/bin/xml to /usr/bin/xmlstarlet as other
+distributions do the same
+  - Did the same for the manpage
+
+---



Other differences:
--
++ xmlstarlet.spec ++
--- /var/tmp/diff_new_pack.F3FxVa/_old  2014-10-14 07:12:50.0 +0200
+++ /var/tmp/diff_new_pack.F3FxVa/_new  2014-10-14 07:12:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmlstarlet
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -65,6 +65,12 @@
 %__mv %{buildroot}%{_datadir}/doc/* _docs/
 %__rm -rf %{buildroot}%{_datadir}/doc
 
+cd %{buildroot}%{_bindir}
+ln -s xml %{name}
+
+cd %{buildroot}%{_mandir}/man1/
+ln -s %{name}.1%{ext_man} xml.1%{ext_man}
+
 %clean
 %{?buildroot:%__rm -rf %{buildroot}}
 
@@ -73,6 +79,8 @@
 %doc AUTHORS ChangeLog NEWS README Copyright TODO
 %doc _docs/*
 %{_bindir}/xml
-%doc %{_mandir}/man1/xmlstarlet.1%{ext_man}
+%{_bindir}/%{name}
+%doc %{_mandir}/man1/%{name}.1%{ext_man}
+%doc %{_mandir}/man1/xml.1%{ext_man}
 
 %changelog

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



commit man-pages-ja for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package man-pages-ja for openSUSE:Factory 
checked in at 2014-10-14 07:11:59

Comparing /work/SRC/openSUSE:Factory/man-pages-ja (Old)
 and  /work/SRC/openSUSE:Factory/.man-pages-ja.new (New)


Package is man-pages-ja

Changes:

--- /work/SRC/openSUSE:Factory/man-pages-ja/man-pages-ja.changes
2014-06-24 15:16:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages-ja.new/man-pages-ja.changes   
2014-10-14 07:12:45.0 +0200
@@ -1,0 +2,8 @@
+Sun Oct 12 08:40:45 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 20140915
+* No upstream changelog was provided
+- Remove ancient specfile tags and sections
+- Remove unneeded dependency deb, has no effect on filelist
+
+---

Old:

  man-pages-ja-20140615.tar.gz

New:

  man-pages-ja-20140915.tar.gz



Other differences:
--
++ man-pages-ja.spec ++
--- /var/tmp/diff_new_pack.tDCERH/_old  2014-10-14 07:12:46.0 +0200
+++ /var/tmp/diff_new_pack.tDCERH/_new  2014-10-14 07:12:46.0 +0200
@@ -17,23 +17,20 @@
 
 
 Name:   man-pages-ja
-#!BuildIgnore: man-pages-ja
-BuildRequires:  cdparanoia
-BuildRequires:  deb
-BuildRequires:  fdupes
-AutoReqProv:off
-Provides:   locale(man:ja)
-Version:20140615
+Version:20140915
 Release:0
-Summary:LDP man Pages (Japanese)
+Summary:LDP Manual Pages (Japanese)
 License:GPL-2.0 and BSD-3-Clause and GFDL-1.1 and GFDL-1.2 and GFDL-1.3
 Group:  Documentation/Man
 # Summary(ja):  Linux 日本語マン・ページ 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://linuxjm.sourceforge.jp/download.html
-# original source is gzipped
 Source: http://linuxjm.sourceforge.jp/man-pages-ja-%{version}.tar.gz
 BuildArch:  noarch
+# Some manpages are only shipped if the programs exist..
+BuildRequires:  cdparanoia
+BuildRequires:  fdupes
+Provides:   locale(man:ja)
 # %description -l ja
 # このパッケージは linux のための日本語のマン・ページを提供するものです。
 # 現在はまだ alpha 配布なので、不十分な点が多々ありますがご了承ください。
@@ -54,7 +51,7 @@
 JM Project j...@linux.or.jp
 
 %prep
-%setup -n man-pages-ja-%{version}
+%setup -q
 
 %build
 
@@ -204,10 +201,7 @@
 rm -f $i
 fi
 done
-%fdupes -s %buildroot
-
-%clean
-rm -rf %buildroot
+%fdupes -s %buildroot/%_prefix
 
 %files
 %defattr(-,root,root)

++ man-pages-ja-20140615.tar.gz - man-pages-ja-20140915.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/man-pages-ja-20140615/manual/at/man1/at.1 
new/man-pages-ja-20140915/manual/at/man1/at.1
--- old/man-pages-ja-20140615/manual/at/man1/at.1   2014-06-14 
18:03:21.0 +0200
+++ new/man-pages-ja-20140915/manual/at/man1/at.1   2014-09-14 
18:03:21.0 +0200
@@ -1,18 +1,37 @@
-.\ .Id $Id: at.1,v 1.3 2003/12/16 13:28:31 nakano Exp $
 .\
-.\ Original man-page is part of at-3.1.7.
+.\ Original man-page is part of at-3.1.14.
 .\
-.\ Copyright: 1993, 1994, 1995, 1996, 1997 (c) Thomas Koenig
-.\1993 (c) David Parsons
-.\ 
-.\ This program is distributed in the hope that it will be useful, but
-.\ WITHOUT ANY WARRANTY; without even the implied warranty of
-.\ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-.\ General Public License for more details.
+.\ This is the Debian GNU/Linux prepackaged version of the deferred
+.\ execution scheduler called at.
+.\
+.\ This package was debianized by its author Thomas Koenig
+.\ i...@rz.uni-karlsruhe.de, taken over and re-packaged first by Martin
+.\ Schulze j...@debian.org and then by Siggy Brentrup b...@winnegan.de,
+.\ and then taken over by Ryan Murray rmur...@debian.org.
+.\
+.\ In August 2009 the upstream development and Debian packaging were taken 
over
+.\ by Ansgar Burchardt ans...@debian.org and Cyril Brulebois 
k...@debian.org.
+.\
+.\ This may be considered the experimental upstream source, and since there
+.\ doesn't seem to be any other upstream source, the only upstream source.
+.\
+.\Copyright: 1993, 1994, 1995, 1996, 1997 (c) Thomas Koenig
+.\   1993 (c) David Parsons
+.\  2002, 2005 (c) Ryan Murray
+.\
+.\This program is free software; you can redistribute it and/or modify
+.\it under the terms of the GNU General Public License as published by
+.\the Free Software Foundation; either version 2 of the License, or
+.\(at your option) any later version.
+.\
+.\This program is distributed in the hope that it will be useful,
+.\but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+.\GNU General Public License 

commit openttd for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package openttd for openSUSE:Factory checked 
in at 2014-10-14 07:12:43

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


Package is openttd

Changes:

--- /work/SRC/openSUSE:Factory/openttd/openttd.changes  2014-06-16 
21:29:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.openttd.new/openttd.changes 2014-10-14 
07:13:40.0 +0200
@@ -1,0 +2,10 @@
+Sun Sep 28 16:30:25 UTC 2014 - mailaen...@opensuse.org
+
+- update to 1.4.3 (bug fix release)
+- added missing build requires:
+  * libxdg-basedir
+  * libtimidity
+  * grfcodec
+- avoid redundancy in %description
+
+---

Old:

  openttd-1.4.1-source.tar.xz

New:

  openttd-1.4.3-source.tar.xz



Other differences:
--
++ openttd.spec ++
--- /var/tmp/diff_new_pack.R4Xlaw/_old  2014-10-14 07:13:43.0 +0200
+++ /var/tmp/diff_new_pack.R4Xlaw/_new  2014-10-14 07:13:43.0 +0200
@@ -18,16 +18,14 @@
 
 
 Name:   openttd
-Version:1.4.1
+Version:1.4.3
 Release:0
-%define srcver  %{version}
 Summary:An open source clone of Chris Sawyer's Transport Tycoon Deluxe
 License:GPL-2.0
 Group:  Amusements/Games/Strategy/Other
 Url:http://www.openttd.org
-
-Source: 
http://binaries.openttd.org/releases/%{srcver}/%{name}-%{srcver}-source.tar.xz
-
+Source: 
http://binaries.openttd.org/releases/%{version}/%{name}-%{version}-source.tar.xz
+Source2:%{name}.rpmlintrc
 BuildRequires:  SDL-devel
 BuildRequires:  fontconfig-devel
 BuildRequires:  gcc-c++
@@ -50,8 +48,11 @@
 %endif
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(libtimidity)
+BuildRequires:  pkgconfig(libxdg-basedir)
 %else
 BuildRequires:  desktop-file-utils
+BuildRequires:  grfcodec
 Requires:   hicolor-icon-theme
 %endif
 %if 0%{?suse_version} || 0%{?mdkversion}
@@ -61,18 +62,12 @@
 Requires:   %{name}-data = %{version}-%{release}
 Conflicts:  %{name}-dedicated
 Provides:   %{name}-gui = %{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
+%define about OpenTTD is a reimplementation of the Microprose game Transport 
Tycoon Deluxe with lots of new features and enhancements. To play the game you 
need either the original data from the game or install the recommend subackages 
OpenGFX for free graphics, OpenSFX for free sounds and OpenMSX for free music.
+
 %description
-OpenTTD is a reimplementation of the Microprose game Transport Tycoon Deluxe
-with lots of new features and enhancements. To play the game you need either
-the original data from the game or install the recommend subackages OpenGFX for
-free graphics, OpenSFX for free sounds and OpenMSX for free music.
-
-OpenTTD is licensed under the GNU General Public License version 2.0. For more
-information, see the file 'COPYING' included with every release and source
-download of the game.
+%about
 
 Use package %{name}-dedicated for systems without SDL.
 
@@ -84,9 +79,7 @@
 Conflicts:  %{name}
 
 %description dedicated
-OpenTTD is a reimplementation of the Microprose game Transport Tycoon Deluxe
-with lots of new features and enhancements. To play the game you need either
-the original data from the game or the required package OpenGFX and OpenSFX.
+%about
 
 This package provides the binary %{name}-dedicated without dependency of SDL.
 
@@ -101,14 +94,12 @@
 %endif
 
 %description data
-OpenTTD is a reimplementation of the Microprose game Transport Tycoon Deluxe
-with lots of new features and enhancements. To play the game you need either
-the original data from the game or the required package OpenGFX and OpenSFX.
+%about
 
 This package provides the data files needed by %{name} or %{name}-dedicated.
 
 %prep
-%setup -qn %{name}-%{srcver}
+%setup -qn %{name}-%{version}
 
 # Remove build time references so build-compare can do its work
 sed -i s/__DATE__/\openSUSE\/ src/rev.cpp.in

++ openttd-1.4.1-source.tar.xz - openttd-1.4.3-source.tar.xz ++
/work/SRC/openSUSE:Factory/openttd/openttd-1.4.1-source.tar.xz 
/work/SRC/openSUSE:Factory/.openttd.new/openttd-1.4.3-source.tar.xz differ: 
char 27, line 1

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



commit rubygem-sprockets-rails for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2014-10-14 07:11:58

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


Package is rubygem-sprockets-rails

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2014-05-22 06:57:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2014-10-14 07:12:43.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 06:56:29 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.IljNVq/_old  2014-10-14 07:12:44.0 +0200
+++ /var/tmp/diff_new_pack.IljNVq/_new  2014-10-14 07:12:44.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/rails/sprockets-rails
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Sprockets Rails integration
@@ -33,37 +33,17 @@
 %description
 Sprockets Rails integration
 
-%package doc
-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.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-thread_safe for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-thread_safe for 
openSUSE:Factory checked in at 2014-10-14 07:12:22

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


Package is rubygem-thread_safe

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-thread_safe/rubygem-thread_safe.changes  
2014-04-22 07:42:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-thread_safe.new/rubygem-thread_safe.changes 
2014-10-14 07:13:16.0 +0200
@@ -1,0 +2,5 @@
+Mon Oct 13 07:21:13 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-thread_safe.spec ++
--- /var/tmp/diff_new_pack.bCGEMr/_old  2014-10-14 07:13:17.0 +0200
+++ /var/tmp/diff_new_pack.bCGEMr/_new  2014-10-14 07:13:17.0 +0200
@@ -23,7 +23,7 @@
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/headius/thread_safe
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:A collection of data structures and utilities to make 
thread-safe
@@ -33,50 +33,16 @@
 %description
 Thread-safe collections and utilities for Ruby
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=LICENSE README.md \
+  -f
+
+%gem_packages
 
 %changelog

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



commit rubygem-ci_reporter for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ci_reporter for 
openSUSE:Factory checked in at 2014-10-14 07:11:50

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


Package is rubygem-ci_reporter

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ci_reporter/rubygem-ci_reporter.changes  
2014-05-21 16:24:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ci_reporter.new/rubygem-ci_reporter.changes 
2014-10-14 07:12:34.0 +0200
@@ -1,0 +2,10 @@
+Mon Oct 13 05:47:32 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---
+Sun Oct 12 09:46:57 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-ci_reporter.spec ++
--- /var/tmp/diff_new_pack.Y6r3BN/_old  2014-10-14 07:12:35.0 +0200
+++ /var/tmp/diff_new_pack.Y6r3BN/_new  2014-10-14 07:12:35.0 +0200
@@ -21,10 +21,11 @@
 Release:0
 %define mod_name ci_reporter
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
-BuildRequires:  rubygem(rdoc)  3.10
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:https://github.com/nicksieger/ci_reporter
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:CI::Reporter allows you to generate reams of XML for use with
@@ -38,51 +39,15 @@
 JUnit report XML format, thus allowing your CI system to track test/spec
 successes and failures.
 
-%package doc
-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.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/History.txt 
%buildroot/%{_docdir}/%{name}/History.txt
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-ln -s %{gem_base}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --doc-files=History.txt LICENSE.txt README.rdoc \
+  -f
+
+%gem_packages
 
 %changelog

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



  1   2   >