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.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes 2014-10-14 07:12:19.000000000 +0200 @@ -1,0 +2,45 @@ +Sun Oct 12 16:43:41 UTC 2014 - [email protected] + +- port MANUAL to gem2rpm.yml + +------------------------------------------------------------------- +Sun Oct 12 16:41:42 UTC 2014 - [email protected] + +- 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.000000000 +0200 +++ /var/tmp/diff_new_pack.3QezYN/_new 2014-10-14 07:12:20.000000000 +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 %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 \ + --doc-files="CHANGES.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: |- Requires: timezone # ## 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 # ++++++ tzinfo-1.1.0.gem -> tzinfo-1.2.2.gem ++++++ ++++ 7503 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
