commit rubygem-gyoku for openSUSE:Factory
Hello community, here is the log from the commit of package rubygem-gyoku for openSUSE:Factory checked in at 2017-07-28 09:46:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-gyoku (Old) and /work/SRC/openSUSE:Factory/.rubygem-gyoku.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "rubygem-gyoku" Fri Jul 28 09:46:55 2017 rev:1 rq:501531 version:1.3.1 Changes: -------- New Changes file: --- /dev/null 2017-07-20 07:30:00.335470106 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-gyoku.new/rubygem-gyoku.changes 2017-07-28 09:46:58.537901839 +0200 @@ -0,0 +1,69 @@ +------------------------------------------------------------------- +Sun Apr 5 04:38:58 UTC 2015 - coolo@suse.com + +- updated to version 1.3.1 + +------------------------------------------------------------------- +Thu Apr 2 04:34:03 UTC 2015 - coolo@suse.com + +- updated to version 1.3.0 + +------------------------------------------------------------------- +Fri Mar 13 05:30:20 UTC 2015 - coolo@suse.com + +- updated to version 1.2.3 + +------------------------------------------------------------------- +Fri Feb 6 18:18:15 UTC 2015 - coolo@suse.com + +- updated to version 1.2.2 + * Fixed a bug introduced by making Gyoku threadsafe. Who knew that `$1` and the block variable that `#gsub` provides are not the same? + + ## 1.2.1 (2014-09-22) + * Fix : [#46](https://github.com/savonrb/gyoku/pull/46) Fixed an issue where Gyoku was not threadsafe. Gyoku should now be relatively more threadsafe due to less usage of global variables. + + ## 1.2.0 (2014-09-18) + * Feature: [#44](https://git + +------------------------------------------------------------------- +Sun Jan 5 14:39:52 UTC 2014 - coolo@suse.com + +- updated to version 1.1.1 + * Feature: [#38](https://github.com/savonrb/gyoku/pull/38) support for building nested Arrays + * Feature: [#36](https://github.com/savonrb/gyoku/pull/36) allow setting any objects content with :content! + * Deprecation: Support for ree and ruby 1.8.7 will be going away soon. + +------------------------------------------------------------------- +Tue Jul 30 18:46:51 UTC 2013 - coolo@suse.com + +- updated to version 1.1.0 + * Feature: [#30](https://github.com/savonrb/gyoku/pull/30) support for building Arrays + of parent tags using @attributes. + * Fix: [#21](https://github.com/savonrb/gyoku/pull/21) stop modifying the original Hash. + The original issue is [savonrb/savon#410](https://github.com/savonrb/savon/issues/410). + +------------------------------------------------------------------- +Mon Dec 24 12:30:41 UTC 2012 - coolo@suse.com + +- updated to version 1.0.0 + + * Refactoring: Removed the global configuration. This should really only affect the + `Gyoku.convert_symbols_to` shortcut which was removed as well. If you're using Gyoku + with Savon 2.0, there's now an option for that. If you're using Gyoku on itself, + you can pass it the `:key_converter` option instead. + + Feature: [#19](https://github.com/savonrb/gyoku/pull/19) adds support for explicit XML attributes. + + Feature: [#17](https://github.com/savonrb/gyoku/pull/17) adds an `:upcase` formula. + + +------------------------------------------------------------------- +Thu Jul 21 13:08:28 UTC 2011 - cmessel@novell.com + +- Use version 3.0.0 of builder + +------------------------------------------------------------------- +Thu Jul 21 12:53:38 UTC 2011 - cmessel@novell.com + +- Package version 0.4.4 + New: ---- gem2rpm.yml gyoku-1.3.1.gem rubygem-gyoku.changes rubygem-gyoku.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-gyoku.spec ++++++ # # spec file for package rubygem-gyoku # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # # # 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-gyoku Version: 1.3.1 Release: 0 %define mod_name gyoku %define mod_full_name %{mod_name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{ruby >= 1.9.2} BuildRequires: %{rubygem gem2rpm} BuildRequires: ruby-macros >= 5 Url: https://github.com/savonrb/gyoku Source: http://rubygems.org/gems/%{mod_full_name}.gem Source1: gem2rpm.yml Summary: Translates Ruby Hashes to XML License: MIT Group: Development/Languages/Ruby %description Gyoku translates Ruby Hashes to XML. %prep %build %install %gem_install \ --doc-files="CHANGELOG.md MIT-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 # ## 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 #
participants (1)
-
root@hilbert.suse.de