Hello community, here is the log from the commit of package rubygem-unf_ext for openSUSE:Factory checked in at 2017-04-20 20:59:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-unf_ext (Old) and /work/SRC/openSUSE:Factory/.rubygem-unf_ext.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-unf_ext" Thu Apr 20 20:59:04 2017 rev:3 rq:489505 version:0.0.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-unf_ext/rubygem-unf_ext.changes 2017-04-17 10:26:40.839075484 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-unf_ext.new/rubygem-unf_ext.changes 2017-04-20 20:59:06.402757012 +0200 @@ -1,0 +2,10 @@ +Wed Apr 19 04:35:35 UTC 2017 - [email protected] + +- updated to version 0.0.7.4 + see installed CHANGELOG.md + + ## 0.0.7.4 (2017-04-19) + + - Fix build on ARM and GCC 6 again. + +------------------------------------------------------------------- Old: ---- unf_ext-0.0.7.3.gem New: ---- unf_ext-0.0.7.4.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-unf_ext.spec ++++++ --- /var/tmp/diff_new_pack.ud2q1F/_old 2017-04-20 20:59:08.622443097 +0200 +++ /var/tmp/diff_new_pack.ud2q1F/_new 2017-04-20 20:59:08.626442531 +0200 @@ -24,7 +24,7 @@ # Name: rubygem-unf_ext -Version: 0.0.7.3 +Version: 0.0.7.4 Release: 0 %define mod_name unf_ext %define mod_full_name %{mod_name}-%{version} ++++++ unf_ext-0.0.7.3.gem -> unf_ext-0.0.7.4.gem ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.travis.yml new/.travis.yml --- old/.travis.yml 2017-04-11 10:07:27.000000000 +0200 +++ new/.travis.yml 2017-04-18 18:59:12.000000000 +0200 @@ -7,7 +7,8 @@ - 2.0 - 2.1 - 2.2 - - 2.3.0 + - 2.3.4 + - 2.4.1 - ruby-head - rbx-18mode - rbx-19mode diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md --- old/CHANGELOG.md 2017-04-11 10:07:27.000000000 +0200 +++ new/CHANGELOG.md 2017-04-18 18:59:12.000000000 +0200 @@ -1,3 +1,7 @@ +## 0.0.7.4 (2017-04-19) + +- Fix build on ARM and GCC 6 again. + ## 0.0.7.3 (2017-04-11) - Update the base Unicode version to 9. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/LICENSE.txt new/LICENSE.txt --- old/LICENSE.txt 2017-04-11 10:07:27.000000000 +0200 +++ new/LICENSE.txt 2017-04-18 18:59:12.000000000 +0200 @@ -1,7 +1,7 @@ The MIT License Copyright (c) 2010 Takeru Ohta <[email protected]> -Copyright (c) 2011-2015 Akinori MUSHA <[email protected]> (extended Ruby support) +Copyright (c) 2011-2017 Akinori MUSHA <[email protected]> (extended Ruby support) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/README.md new/README.md --- old/README.md 2017-04-11 10:07:27.000000000 +0200 +++ new/README.md 2017-04-18 18:59:12.000000000 +0200 @@ -17,7 +17,7 @@ normalizer.normalize(string, :nfc) #=> string in NFC } -* Compliant with Unicode 6.0 +* Compliant with Unicode 9.0 Requirement ----------- Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ext/unf_ext/unf/table.hh new/ext/unf_ext/unf/table.hh --- old/ext/unf_ext/unf/table.hh 2017-04-11 10:07:27.000000000 +0200 +++ new/ext/unf_ext/unf/table.hh 2017-04-18 18:59:12.000000000 +0200 @@ -6365,7 +6365,7 @@ 0xFF000000,0xFF000000,0xFF000000,0xFF000000,0xFF000000,0xFF000000,0xFF000000,0xFF000000,0xFF000000,0xFF000000, 0xFF000000,0xFF000000,0xFF000000}; -const char STRINGS[]={ +const signed char STRINGS[]={ -27,-113, -81, -27, -66,-105, -23,-123,-115, -27,-106, -74, -25,-108, -77, -26, -70,-128, -27,-112, -120, -25, -87, -70, -25, -90,-127, -26,-116,-121, -23,-127,-118, -26,-115,-107, -26,-118,-107, -26, -68,-108, -27,-112, -71, -27, -93, -80, -24, -78, -87, -25, -75,-126, -27,-120, -99, -26,-106, -80, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/unf_ext/version.rb new/lib/unf_ext/version.rb --- old/lib/unf_ext/version.rb 2017-04-11 10:07:28.000000000 +0200 +++ new/lib/unf_ext/version.rb 2017-04-18 18:59:12.000000000 +0200 @@ -1,5 +1,5 @@ module UNF class Normalizer - VERSION = "0.0.7.3" + VERSION = "0.0.7.4" end end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2017-04-11 10:07:27.000000000 +0200 +++ new/metadata 2017-04-18 18:59:12.000000000 +0200 @@ -1,7 +1,7 @@ --- !ruby/object:Gem::Specification name: unf_ext version: !ruby/object:Gem::Version - version: 0.0.7.3 + version: 0.0.7.4 platform: ruby authors: - Takeru Ohta @@ -9,7 +9,7 @@ autorequire: bindir: bin cert_chain: [] -date: 2017-04-11 00:00:00.000000000 Z +date: 2017-04-18 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake @@ -147,7 +147,7 @@ version: '0' requirements: [] rubyforge_project: -rubygems_version: 2.6.6 +rubygems_version: 2.5.2 signing_key: specification_version: 4 summary: Unicode Normalization Form support library for CRuby diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/test/test_unf_ext.rb new/test/test_unf_ext.rb --- old/test/test_unf_ext.rb 2017-04-11 10:07:28.000000000 +0200 +++ new/test/test_unf_ext.rb 2017-04-18 18:59:13.000000000 +0200 @@ -12,30 +12,30 @@ normalizer = UNF::Normalizer.new open(Pathname(__FILE__).dirname + 'normalization-test.txt', 'r:utf-8').each_slice(6) { |lines| flunk "broken test file" if lines.size != 6 || lines.pop !~ /^$/ - str, nfd, nfc, nfkd, nfkc = lines - assert nfd, normalizer.normalize(str, :nfd) - assert nfd, normalizer.normalize(nfd, :nfd) - assert nfd, normalizer.normalize(nfc, :nfd) - assert nfkd, normalizer.normalize(nfkc, :nfd) - assert nfkd, normalizer.normalize(nfkc, :nfd) + str, nfc, nfd, nfkc, nfkd = lines + assert_equal nfd, normalizer.normalize(str, :nfd) + assert_equal nfd, normalizer.normalize(nfd, :nfd) + assert_equal nfd, normalizer.normalize(nfc, :nfd) + assert_equal nfkd, normalizer.normalize(nfkc, :nfd) + assert_equal nfkd, normalizer.normalize(nfkc, :nfd) - assert nfc, normalizer.normalize(str, :nfd) - assert nfc, normalizer.normalize(nfd, :nfc) - assert nfc, normalizer.normalize(nfc, :nfc) - assert nfkc, normalizer.normalize(nfkc, :nfc) - assert nfkc, normalizer.normalize(nfkd, :nfc) + assert_equal nfc, normalizer.normalize(str, :nfc) + assert_equal nfc, normalizer.normalize(nfd, :nfc) + assert_equal nfc, normalizer.normalize(nfc, :nfc) + assert_equal nfkc, normalizer.normalize(nfkc, :nfc) + assert_equal nfkc, normalizer.normalize(nfkd, :nfc) - assert nfkd, normalizer.normalize(str, :nfkd) - assert nfkd, normalizer.normalize(nfd, :nfkd) - assert nfkd, normalizer.normalize(nfc, :nfkd) - assert nfkd, normalizer.normalize(nfkc, :nfkd) - assert nfkd, normalizer.normalize(nfkd, :nfkd) + assert_equal nfkd, normalizer.normalize(str, :nfkd) + assert_equal nfkd, normalizer.normalize(nfd, :nfkd) + assert_equal nfkd, normalizer.normalize(nfc, :nfkd) + assert_equal nfkd, normalizer.normalize(nfkc, :nfkd) + assert_equal nfkd, normalizer.normalize(nfkd, :nfkd) - assert nfkc, normalizer.normalize(str, :nfkc) - assert nfkc, normalizer.normalize(nfd, :nfkc) - assert nfkc, normalizer.normalize(nfc, :nfkc) - assert nfkc, normalizer.normalize(nfkc, :nfkc) - assert nfkc, normalizer.normalize(nfkd, :nfkc) + assert_equal nfkc, normalizer.normalize(str, :nfkc) + assert_equal nfkc, normalizer.normalize(nfd, :nfkc) + assert_equal nfkc, normalizer.normalize(nfc, :nfkc) + assert_equal nfkc, normalizer.normalize(nfkc, :nfkc) + assert_equal nfkc, normalizer.normalize(nfkd, :nfkc) } end end
