commit rubygem-locale for openSUSE:Factory

2020-05-11 Thread root
Hello community,

here is the log from the commit of package rubygem-locale for openSUSE:Factory 
checked in at 2020-05-11 13:41:27

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


Package is "rubygem-locale"

Mon May 11 13:41:27 2020 rev:17 rq:802343 version:2.1.3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-locale/rubygem-locale.changes
2015-09-24 06:14:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-locale.new.2738/rubygem-locale.changes  
2020-05-11 13:41:30.473139097 +0200
@@ -1,0 +2,6 @@
+Thu May  7 21:01:45 UTC 2020 - Stephan Kulow 
+
+- updated to version 2.1.3
+ see installed ChangeLog
+
+---

Old:

  locale-2.1.2.gem

New:

  locale-2.1.3.gem



Other differences:
--
++ rubygem-locale.spec ++
--- /var/tmp/diff_new_pack.aFZBR2/_old  2020-05-11 13:41:31.337140931 +0200
+++ /var/tmp/diff_new_pack.aFZBR2/_new  2020-05-11 13:41:31.337140931 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-locale
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-locale
-Version:2.1.2
+Version:2.1.3
 Release:0
 %define mod_name locale
 %define mod_full_name %{mod_name}-%{version}
@@ -32,11 +32,11 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
-Url:https://github.com/ruby-gettext/locale
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+URL:https://github.com/ruby-gettext/locale
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Ruby-Locale is the pure ruby library which provides basic APIs 
for
-License:Ruby and LGPL-3.0+
+License:Ruby AND LGPL-3.0-or-later
 Group:  Development/Languages/Ruby
 
 %description

++ locale-2.1.2.gem -> locale-2.1.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2015-09-15 15:53:46.0 +0200
+++ new/Rakefile2020-02-12 05:59:20.0 +0100
@@ -35,7 +35,6 @@
 
 helper = Bundler::GemHelper.new(base_dir)
 helper.install
-spec = helper.gemspec
 
 desc "Run tests"
 task :test do
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/text/news.md new/doc/text/news.md
--- old/doc/text/news.md2015-09-15 15:53:46.0 +0200
+++ new/doc/text/news.md2020-02-12 05:59:20.0 +0100
@@ -1,5 +1,11 @@
 # News
 
+## 2.1.3: 2020-02-12
+
+### Improvements
+
+  * Suppressed warnings.
+
 ## 2.1.2: 2015-09-15
 
 ### Improvements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/locale/tag/cldr.rb new/lib/locale/tag/cldr.rb
--- old/lib/locale/tag/cldr.rb  2015-09-15 15:53:46.0 +0200
+++ new/lib/locale/tag/cldr.rb  2020-02-12 05:59:20.0 +0100
@@ -2,6 +2,7 @@
   locale/tag/cldr.rb - Locale::Tag::CLDR
 
   Copyright (C) 2008,2009  Masao Mutoh
+  Copyright (C) 2018  Kouhei Sutou 
 
   You may redistribute it and/or modify it under the same
   license terms as Ruby.
@@ -28,9 +29,10 @@
   class << self
 # Parse the language tag and return the new Locale::Tag::CLDR. 
 def parse(tag)
-  if tag =~ /\APOSIX\Z/  # This is the special case of POSIX locale 
but match this regexp.
+  case tag
+  when /\APOSIX\Z/  # This is the special case of POSIX locale but 
match this regexp.
 nil
-  elsif tag =~ TAG_RE
+  when TAG_RE
 lang, script, region, subtag = $1, $2, $3, $4
 
 extensions = {}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/locale/tag/common.rb new/lib/locale/tag/common.rb
--- old/lib/locale/tag/common.rb2015-09-15 15:53:46.0 +0200
+++ new/lib/locale/tag/common.rb2020-02-12 05:59:20.0 +0100
@@ -2,6 +2,7 @@
   locale/tag/common.rb - Locale::Tag::Common
 
   Copyright (C) 2008,2009  Masao Mut

commit rubygem-locale for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-locale for openSUSE:Factory 
checked in at 2015-09-24 06:14:26

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
2015-05-16 19:01:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-locale.new/rubygem-locale.changes   
2015-09-24 06:14:30.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 16 04:28:54 UTC 2015 - co...@suse.com
+
+- updated to version 2.1.2
+ see installed ChangeLog
+
+---

Old:

  locale-2.1.1.gem

New:

  locale-2.1.2.gem



Other differences:
--
++ rubygem-locale.spec ++
--- /var/tmp/diff_new_pack.oxy6tR/_old  2015-09-24 06:14:30.0 +0200
+++ /var/tmp/diff_new_pack.oxy6tR/_new  2015-09-24 06:14:30.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-locale
-Version:2.1.1
+Version:2.1.2
 Release:0
 %define mod_name locale
 %define mod_full_name %{mod_name}-%{version}

++ locale-2.1.1.gem -> locale-2.1.2.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/text/news.md new/doc/text/news.md
--- old/doc/text/news.md2015-05-16 04:18:18.0 +0200
+++ new/doc/text/news.md2015-09-15 15:53:46.0 +0200
@@ -1,5 +1,17 @@
 # News
 
+## 2.1.2: 2015-09-15
+
+### Improvements
+
+  * Improved GNU gettext compatibility: Ignored `LANGUAGE` environment
+variable when either `LC_ALL`, `LC_MESSAGES` or `LANG` is C.
+[GitHub#6] [Reported by Hleb Valoshka]
+
+### Thanks
+
+  * Hleb Valoshka
+
 ## 2.1.1: 2015-05-16
 
 ### Improvements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/locale/driver/env.rb new/lib/locale/driver/env.rb
--- old/lib/locale/driver/env.rb2015-05-16 04:18:18.0 +0200
+++ new/lib/locale/driver/env.rb2015-09-15 15:53:46.0 +0200
@@ -57,6 +57,7 @@
   # Gets the locales from environment variables. (LANGUAGE > LC_ALL > 
LC_MESSAGES > LANG)
   # * Returns: an Array of the locale as Locale::Tag::Posix or nil.
   def locales
+return nil if (ENV["LC_ALL"] || ENV["LC_MESSAGES"] || ENV["LANG"]) == 
"C"
 locales = ENV["LANGUAGE"]
 if (locales != nil and locales.size > 0)
   locs = locales.split(/:/).collect{|v| 
Locale::Tag::Posix.parse(v)}.compact
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/locale/version.rb new/lib/locale/version.rb
--- old/lib/locale/version.rb   2015-05-16 04:18:18.0 +0200
+++ new/lib/locale/version.rb   2015-09-15 15:53:46.0 +0200
@@ -2,12 +2,12 @@
   version - version information of Ruby-Locale
 
   Copyright (C) 2008 Masao Mutoh
-  Copyright (C) 2013 Kouhei Sutou 
+  Copyright (C) 2013-2015 Kouhei Sutou 
 
   You may redistribute it and/or modify it under the same
   license terms as Ruby.
 =end
 module Locale
-  VERSION = "2.1.1"
+  VERSION = "2.1.2"
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-05-16 04:18:18.0 +0200
+++ new/metadata2015-09-15 15:53:46.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: locale
 version: !ruby/object:Gem::Version
-  version: 2.1.1
+  version: 2.1.2
 platform: ruby
 authors:
 - Kouhei Sutou
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-05-16 00:00:00.0 Z
+date: 2015-09-15 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/test/test_detect_general.rb 
new/test/test_detect_general.rb
--- old/test/test_detect_general.rb 2015-05-16 04:18:18.0 +0200
+++ new/test/test_detect_general.rb 2015-09-15 15:53:46.0 +0200
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2012  Kouhei Sutou 
+# Copyright (C) 2012-2015  Kouhei Sutou 
 # Copyright (C) 2012  Hleb Valoshka
 # Copyright (C) 2009-2010  Masao Mutoh
 #
@@ -137,59 +137,136 @@
 assert_equal "UTF-8", Locale.charset
   end
 
-  def test_language
-ENV["LC_ALL"] = "ja_JP.Shift_JIS"
-ENV["LANGUAGE"] = "zh_CN.UTF-8:ja_JP"
-
-tags = Locale.current
-assert_equal Locale::Tag::Posix, tags[0].class
-assert_equal Locale::Tag::Posix, tags[1].class
-
-assert_equal "zh", tags.language
-assert_equal "CN

commit rubygem-locale for openSUSE:Factory

2015-05-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-locale for openSUSE:Factory 
checked in at 2015-05-16 19:01:20

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
2015-05-11 19:49:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-locale.new/rubygem-locale.changes   
2015-05-16 19:01:21.0 +0200
@@ -1,0 +2,6 @@
+Sat May 16 04:29:23 UTC 2015 - co...@suse.com
+
+- updated to version 2.1.1
+ see installed ChangeLog
+
+---

Old:

  locale-2.1.0.gem

New:

  gem2rpm.yml
  locale-2.1.1.gem



Other differences:
--
++ rubygem-locale.spec ++
--- /var/tmp/diff_new_pack.uxvUyC/_old  2015-05-16 19:01:21.0 +0200
+++ /var/tmp/diff_new_pack.uxvUyC/_new  2015-05-16 19:01:21.0 +0200
@@ -16,8 +16,15 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-locale
-Version:2.1.0
+Version:2.1.1
 Release:0
 %define mod_name locale
 %define mod_full_name %{mod_name}-%{version}
@@ -27,6 +34,7 @@
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/ruby-gettext/locale
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Ruby-Locale is the pure ruby library which provides basic APIs 
for
 License:Ruby and LGPL-3.0+
 Group:  Development/Languages/Ruby
@@ -41,7 +49,6 @@
 
 %install
 %gem_install \
-  --symlink-binaries \
   --doc-files="COPYING ChangeLog README.rdoc" \
   -f
 

++ 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
#
++ locale-2.1.0.gem -> locale-2.1.1.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/text/news.md new/doc/text/news.md
--- old/doc/text/news.md1970-01-01 01:00:00.0 +0100
+++ new/doc/text/news.md2015-05-16 04:18:18.0 +0200
@@ -1,5 +1,16 @@
 # News
 
+## 2.1.1: 2015-05-16
+
+### Improvements
+
+  * Migrated to Fiddle from DL. Because DL is deprecated.
+[GitHub#5] [Patch by moguno]
+
+### Thanks
+
+  * moguno
+
 ## 2.1.0: 2013-12-15
 
 ### Fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/locale/driver/win32.rb 
new/lib/locale/driver/win32.rb
--- old/lib/locale/driver/win32.rb  1970-01-01 01:00:00.0 +0100
+++ new/lib/locale/driver/win32.rb  2015-05-16 04:18:18.0 +0200
@@ -22,7 +22,7 @@
 require "locale/driver/env"
 require "locale/driver/win32_table"
 
-require "dl/import"
+require "fiddle/import"
 
 module Locale
   # Locale::Driver::Win32 module for win32.
@@ -31,7 +31,7 @@
   module Driver
 module Win32

commit rubygem-locale for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-locale for openSUSE:Factory 
checked in at 2015-05-11 19:39:39

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
2014-10-14 07:11:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-locale.new/rubygem-locale.changes   
2015-05-11 19:49:34.0 +0200
@@ -1,0 +2,5 @@
+Mon May 11 07:16:29 UTC 2015 - lsle...@suse.cz
+
+- regenerated .spec file to build the gem for both Ruby 2.1 and 2.2
+
+---



Other differences:
--
++ rubygem-locale.spec ++
--- /var/tmp/diff_new_pack.lG9Xlw/_old  2015-05-11 19:49:35.0 +0200
+++ /var/tmp/diff_new_pack.lG9Xlw/_new  2015-05-11 19:49:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-locale
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,8 +21,9 @@
 Release:0
 %define mod_name locale
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/ruby-gettext/locale
 Source: http://rubygems.org/gems/%{mod_full_name}.gem




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-locale for openSUSE:Factory

2013-12-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-locale for openSUSE:Factory 
checked in at 2013-12-19 12:36:14

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-10-21 12:59:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-locale.new/rubygem-locale.changes   
2013-12-19 12:37:19.0 +0100
@@ -1,0 +2,5 @@
+Mon Dec 16 06:28:06 UTC 2013 - co...@suse.com
+
+- updated to version 2.1.0, no changelog
+
+---

Old:

  locale-2.0.9.gem

New:

  locale-2.1.0.gem



Other differences:
--
++ rubygem-locale.spec ++
--- /var/tmp/diff_new_pack.WJKJj1/_old  2013-12-19 12:37:20.0 +0100
+++ /var/tmp/diff_new_pack.WJKJj1/_new  2013-12-19 12:37:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-locale
-Version:2.0.9
+Version:2.1.0
 Release:0
 %define mod_name locale
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-locale for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-locale for openSUSE:Factory 
checked in at 2013-10-21 12:59:02

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
2012-09-23 17:10:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-locale.new/rubygem-locale.changes   
2013-10-21 12:59:03.0 +0200
@@ -1,0 +2,18 @@
+Mon Sep 23 14:53:06 UTC 2013 - co...@suse.com
+
+- updated to version 2.0.9
+  Locale handling fix release.
+  
+  ### Improvements
+  
+* Added license metadata to gem package.
+  [GitHub#1] [Suggested by jordimassaguerpla]
+  
+  ### Fixes
+  
+* Added missing .yardopts file.
+* Fixed a bug that wrong environment value is used.
+  [Debian:#520181][Debian:#690572][GitHub#2]
+  [Reported by Stefano Zacchiroli][Reported by Hleb Valoshka]
+
+---

Old:

  locale-2.0.8.gem

New:

  locale-2.0.9.gem



Other differences:
--
++ rubygem-locale.spec ++
--- /var/tmp/diff_new_pack.2sc1Ic/_old  2013-10-21 12:59:03.0 +0200
+++ /var/tmp/diff_new_pack.2sc1Ic/_new  2013-10-21 12:59:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-locale
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-locale
-Version:2.0.8
+Version:2.0.9
 Release:0
 %define mod_name locale
 %define mod_full_name %{mod_name}-%{version}
@@ -25,9 +25,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 1
 Url:https://github.com/ruby-gettext/locale
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Ruby-Locale is the pure ruby library which provides basic APIs 
for
-License:Ruby
+License:Ruby and LGPL-3.0+
 Group:  Development/Languages/Ruby
 
 %description
@@ -60,9 +60,14 @@
 
 %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

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

2012-09-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-locale for openSUSE:Factory 
checked in at 2012-09-23 17:10:15

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-locale/rubygem-locale.changes
2012-03-27 08:58:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-locale.new/rubygem-locale.changes   
2012-09-23 17:10:40.0 +0200
@@ -1,0 +2,10 @@
+Thu Aug 30 05:40:56 UTC 2012 - co...@suse.com
+
+- updated to version 2.0.8
+
+---
+Wed Aug 29 08:22:38 UTC 2012 - co...@suse.com
+
+- updated to version 2.0.7
+
+---

Old:

  locale-2.0.5.gem

New:

  locale-2.0.8.gem



Other differences:
--
++ rubygem-locale.spec ++
--- /var/tmp/diff_new_pack.JtJTmn/_old  2012-09-23 17:10:43.0 +0200
+++ /var/tmp/diff_new_pack.JtJTmn/_new  2012-09-23 17:10:43.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rubygem-locale (Version 2.0.5)
+# spec file for package rubygem-locale
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,48 +15,65 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   rubygem-locale
-Version:2.0.5
+Version:2.0.8
 Release:0
 %define mod_name locale
-#
-Group:  Development/Languages/Ruby
-License:Ruby
-#
+%define mod_full_name %{mod_name}-%{version}
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-Provides:   
ruby-gettext:%{_libdir}/ruby/vendor_ruby/1.8/gettext/active_record.rb
-#
-Url:http://locale.rubyforge.org/
-Source: %{mod_name}-%{version}.gem
-#
-Summary:Ruby-Locale is the pure ruby library which provides basic APIs 
for localization
+BuildRequires:  ruby-macros >= 1
+Url:https://github.com/ruby-gettext/locale
+Source: %{mod_full_name}.gem
+Summary:Ruby-Locale is the pure ruby library which provides basic APIs 
for
+License:Ruby
+Group:  Development/Languages/Ruby
 
 %description
 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 %{S:0}
-
-%clean
-%{__rm} -rf %{buildroot}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)
-%{_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}/
+%{_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
 
 %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

2012-03-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-locale for openSUSE:Factory 
checked in at 2012-03-27 08:58:56

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


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

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-locale/rubygem-locale.changes
2011-09-23 12:44:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-locale.new/rubygem-locale.changes   
2012-03-27 08:58:57.0 +0200
@@ -1,0 +2,6 @@
+Mon Mar 26 13:51:36 UTC 2012 - cfarr...@suse.com
+
+- license update: Ruby
+  SPDX
+
+---



Other differences:
--
++ rubygem-locale.spec ++
--- /var/tmp/diff_new_pack.xj4Xyc/_old  2012-03-27 08:58:58.0 +0200
+++ /var/tmp/diff_new_pack.xj4Xyc/_new  2012-03-27 08:58:58.0 +0200
@@ -20,11 +20,11 @@
 
 Name:   rubygem-locale
 Version:2.0.5
-Release:1
+Release:0
 %define mod_name locale
 #
 Group:  Development/Languages/Ruby
-License:Other uncritical OpenSource License
+License:Ruby
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch


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