Project not found: home:lalala123:RISCV_without_ano

File rubygem-spreadsheet.changes of Package rubygem-spreadsheet

-------------------------------------------------------------------
Mon Jan 29 14:37:53 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 1.3.1, no changelog found

-------------------------------------------------------------------
Tue Jan 25 07:37:19 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 1.3.0
  no changelog found

-------------------------------------------------------------------
Thu Jun 24 18:02:23 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 1.2.9
 History.md removed upstream

-------------------------------------------------------------------
Mon Feb 10 15:52:04 UTC 2020 - Stephan Kulow <coolo@suse.com>

- updated to version 1.2.6
 see installed History.md

  ### 1.2.6 22.1.2020
  Author: tetsuya-ogawa <tetsuya.ogawa87@gmail.com>
  Date:   Wed Jan 22 15:18:00 2020 +0900
  
  * add instance method "<<" to Spreadsheet::Worksheet
  
  ### 1.2.5 23.10.2019
  Author: Jesús Manuel García Muñoz <jesus@bebanjo.com>
  Date:   Wed Oct 23 20:26:01 2019 +0200
  
  * Fixes unrecognized date format

-------------------------------------------------------------------
Fri Jul 19 09:39:08 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 1.2.4
 see installed History.md

  ### 1.2.4 24.05.2019
  Author: Cyril Champier <cyril.champier@doctolib.com>
  Date:   Fri May 24 12:56:52 2019 +0200
  
  * correct ruby version check
  * can read frozen string io

-------------------------------------------------------------------
Thu Mar 14 11:06:58 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 1.2.3
 see installed History.md

  ### 1.2.3 12.03.2019
  Author: taichi <taichi730@gmail.com>
  Date:   Tue Mar 12 22:29:12 2019 +0900
  
  * Remove workaround for ruby-ole gem

-------------------------------------------------------------------
Sat Mar  2 15:39:35 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 1.2.2
 see installed History.md

  ### 1.2.2 01.03.2019
  Author: taichi <taichi730@gmail.com>
  Date:   Fri Mar 1 13:00:28 2019 +0900
  
  * fixed unit test errors caused by frozen-string-literal
  * removed ruby 2.3.8 with frozen-string-literal from CI regression
    (It seems that standard libraries for this version does not support the
    feature enough.)
  * enable '--enable-frozen-string-literal' option on CI test
  
  ### 1.2.1 28.02.2019
  Author: taichi <taichi730@gmail.com>
  Date:   Thu Feb 28 10:30:46 2019 +0900
  
  * Merge pull request #231 from taichi-ishitani/separated_version_file  
  * Merge pull request #230 from taichi-ishitani/frozen_string_literal_support
      
  ### 1.2.0 17.2.2019
  Author: James McLaren <jamesmclaren555@gmail.com>
  * spreadsheet-1.2.0.gem released
  
  ### 1.1.9 26.1.2019
  Author: Nick Weiland <nickweiland@gmail.com>
  * spreadsheet-1.1.9.gem released.

-------------------------------------------------------------------
Wed Sep  5 10:44:23 UTC 2018 - coolo@suse.com

- updated to version 1.1.8
 see installed History.md

  ### 1.1.8 / 20.08.2018
  Author: VitaliyAdamkov <adamkov@tex.ua>
  Date:   Mon Aug 20 09:48:31 2018 +0300
  
  * Cancel :lazy usage
  * Use lazy select to speed up a little
  * Omit rails :try usage
  * stub for :postread_worksheet method
  * sometimes it selects empty array..
  
  Author: 545ch4 <s@rprojekt.org>
  Date:   Wed Mar 28 15:33:04 2018 +0200
  
  * [ruby-2.4] Fix weird first line of spreadsheet.gemspec
  * Doesn't seem to be a valid .gemspec command/field.

-------------------------------------------------------------------
Tue Mar 20 10:17:49 UTC 2018 - factory-auto@kulow.org

- updated to version 1.1.7
 see installed History.md

  ### 1.1.7 / 15.03.2018
  
  commit 34ece5f4e7ab2907c4a8809d96ef2a33b7ccd4b5
  Author: Maarten Brouwers <github@murb.nl>
  Date:   Thu Mar 15 15:10:23 2018 +0100
  
  * shadowing outer local variable - i
      
  * Running rake resulted in the following warning: `lib/spreadsheet/worksheet.rb:345: warning: shadowing outer local variable - i`; this patch fixes that.
  
  ### 1.1.6 / 12.03.2018
  
  Author: Todd Hambley <thambley@travelleaders.com>
  Date:   Mon Mar 12 14:20:39 2018 -0400
  
  * fix reject for ruby 1.8.7
  * fix using invalid code pages when writing workbook

-------------------------------------------------------------------
Tue Feb 27 05:35:24 UTC 2018 - factory-auto@kulow.org

- updated to version 1.1.5
 see installed History.md

  ### 1.1.5 / 20.11.2017
  
  Author: Paco Guzmán <pacoguzman@users.noreply.github.com>
  Date:   Sun Nov 19 18:10:57 2017 +0100
  
  * Avoid creating a class variable, that variable cannot be garbage collected and it retains a lot of memory
  
  ### 1.1.4 / 02.12.2016
  
  Author: Richard Lee <dlackty@gmail.com>
  Date:   Mon Jan 16 03:52:42 2017 +0800
  
  * Update Travis CI rubies
  
  Author: Zeno R.R. Davatz <zdavatz@ywesee.com>
  Date:   Fri Dec 2 10:36:20 2016 +0100
  
  * updated Gem to use the correct License on Rubygems to GPL-3.0 as stated in the LICENSE File.

-------------------------------------------------------------------
Sat Dec  3 05:51:51 UTC 2016 - coolo@suse.com

- updated to version 1.1.4
 see installed History.md

-------------------------------------------------------------------
Sun Aug  7 04:41:40 UTC 2016 - coolo@suse.com

- updated to version 1.1.3
 see installed History.md

  ### 1.1.3 / 06.08.2016
  
  Author: Alexandre Balon-Perin <abalonperin@gilt.jp>
  Date:   Fri Aug 5 17:19:29 2016 +0900
  
  * Fix issue with iconv on Ubuntu 12.04
  * This fix is related to a bug in the iconv implementation packaged in libc6 on Ubuntu 12.04
  * For some reasons, the encoding options //TRANSLIT//IGNORE are improperly applied.
  * When //TRANSLIT is specified, instead of rescuing errors related to //TRANSLIT and checking if the //IGNORE is set, the code simply crashes.

-------------------------------------------------------------------
Wed Apr  6 06:33:37 UTC 2016 - coolo@suse.com

- updated to version 1.1.2
 see installed History.md

  ### 1.1.2 / 29.03.2016
  Author: Aleksandr Boykov <aleksandr.boykov@parelio.com>
  Date:   Mon Mar 28 14:07:35 2016 -0400
  
  fixes compact! method when the excel document has dates

-------------------------------------------------------------------
Thu Jan 21 05:49:31 UTC 2016 - coolo@suse.com

- updated to version 1.1.1
 see installed History.md

  ### 1.1.1 / 03.01.2016
  
  Author: ChouAndy <chouandy@ecoworkinc.com>
  Date:   Sun Jan 3 17:26:18 2016 +0800
  
  Fixed Unknown Codepage 0x5212

-------------------------------------------------------------------
Wed Dec  9 05:33:25 UTC 2015 - coolo@suse.com

- updated to version 1.1.0
 see installed History.md

  ### 1.1.0 / 08.12.2015
  
  Author: Matthew Boeh <matt@crowdcompass.com>
  Date:   Mon Dec 7 11:18:55 2015 -0800
  
  * Disregard locale indicators when determining whether a cell contains a date/time.

-------------------------------------------------------------------
Thu Nov 19 05:46:10 UTC 2015 - coolo@suse.com

- updated to version 1.0.9
 see installed History.md

  ### 1.0.9 / 18.11.2015
  
  Author: 545ch4 <s@rprojekt.org>
  Date:   Mon Nov 16 10:26:27 2015 +0100
  
  * Add smart method compact! to worksheet
  * Use compact! to reduce the number of rows and columns by striping empty one at both ends.

-------------------------------------------------------------------
Wed Oct 21 04:32:12 UTC 2015 - coolo@suse.com

- updated to version 1.0.8
 see installed History.md

  ### 1.0.8 / 20.10.2015
  
  commit e9bd1dd34998803b63460f4951e9aa34e569bd8f
  Author: Pierre Laprée <pilap82@users.noreply.github.com>
  Date:   Tue Oct 20 03:12:22 2015 +0200
  
  * Remove stray `puts`
  * A `puts` instruction pollutes the log and doesn't serve any purpose. As such, we propose its removal.

-------------------------------------------------------------------
Thu Sep 24 04:33:56 UTC 2015 - coolo@suse.com

- updated to version 1.0.7
 see installed History.md

  ### 1.0.7 / 23.09.2015
  
  Author: Leopoldo Lee Agdeppa III <leopoldo.agdeppa@gmail.com>
  Date:   Wed Sep 23 08:24:16 2015 +0800
  
  * Update worksheet.rb
  * Adding Test for Freeze panels
  * Update worksheet.rb
  * Added freeze (freeze panel) functionality
  * Update worksheet.rb
  * Freeze (freeze window) functionality added to worksheet

-------------------------------------------------------------------
Tue Sep 15 04:31:44 UTC 2015 - coolo@suse.com

- updated to version 1.0.6
 see installed History.md

  ### 1.0.6 / 14.09.2015
  
  Author: Yann Plancqueel <yplancqueel@gmail.com>
  Date:   Sat Sep 12 15:32:49 2015 +0200
  
  * bugfix opening a spreadsheet with missing format

-------------------------------------------------------------------
Wed Sep  2 04:31:35 UTC 2015 - coolo@suse.com

- updated to version 1.0.5
 see installed History.md

  ### 1.0.5 / 01.09.2015
  
  Author: kunashir <kunashir@list.ru>
  Date:   Tue Sep 1 13:12:49 2015 +0300
  
  * add format for nubmer with out #

-------------------------------------------------------------------
Sun Jul 19 04:31:04 UTC 2015 - coolo@suse.com

- updated to version 1.0.4
 see installed History.md

  ### 1.0.4 / 18.07.2015
  
  Author: Edmund Mai <edmundm@crowdtap.com>
  Date:   Fri Jul 17 15:32:47 2015 -0400
  
  * Fixes slow Spreadsheet.open response in console

-------------------------------------------------------------------
Wed Mar 11 05:33:45 UTC 2015 - coolo@suse.com

- updated to version 1.0.3

-------------------------------------------------------------------
Fri Mar  6 05:35:14 UTC 2015 - coolo@suse.com

- updated to version 1.0.2

-------------------------------------------------------------------
Mon Feb  9 07:46:43 UTC 2015 - coolo@suse.com

- updated to version 1.0.1
 * Fixing Excel::Worksheet#dimensions
 * added spreadsheet/errors.rb to Manifest.txt
 * Add custom error classes
 * Raise custom error for unknown code page or unsupported encoding
 * Fix Encoding for MRI 2.1.0

-------------------------------------------------------------------
Mon Oct 13 18:47:09 UTC 2014 - coolo@suse.com

- adapt to new rubygem packaging

-------------------------------------------------------------------
Sat Mar 15 18:46:00 UTC 2014 - coolo@suse.com

- updated to version 0.9.7
 * Avoid exception when reading text objects
 * Add test for drawings with text (currenty broken)
 * Restore xlsopcodes script which had been mangled in previous commits
 * Remove ruby 1.9 from roadmap, it's already working fine
 * Fix excel file format documentation which had been mangled in previous commits

-------------------------------------------------------------------
Mon Dec  9 11:39:39 UTC 2013 - coolo@suse.com

- updated to version 0.9.6
 * Fixed issue whereby object author being null caused a gross failure.
 * Now returns object author as an empty string

-------------------------------------------------------------------
Fri Nov 22 08:40:35 UTC 2013 - coolo@suse.com

- updated to version 0.9.5
  * Fixed author stringname error (damn this 1 based counting)
  * Updating integration test to check for comments contained within the cells. 
  * Checking also for multiple comments in a sheet
  * Refactor update_format for cloning format objects
  * Added lib/spreadsheet/note.rb to Manifest.txt file
  * 'update_format' methods now receive a hash of key => values to update
  *Corrected compressed string formatting - *U (UTF-8) should have been *S (16-bit string)
  *Completed addition of notes hash to worksheet
  *Bumped revision
  *Updated reader and note
  Note class no longer extends string for simplicity and debug of class (pp now works a bit more easily)
  Reader has had loads of changes (still WIP) to allow objects of class
  Note and NoteObject to be created and combined in the postread_worksheet function
  *Adding noteObject to deal with the Object (and ultimately text comment field) created by excel's madness

-------------------------------------------------------------------
Thu Oct 31 05:54:34 UTC 2013 - coolo@suse.com

- updated to version 0.9.1
 * Add support for worksheet visibility

-------------------------------------------------------------------
Fri Oct  4 07:18:02 UTC 2013 - coolo@suse.com

- updated to version 0.9.0
 * Test cases for Worksheet#margins, Worksheet#pagesetup, Workbook#delete_worksheet. Fix bugs related to it.
 * Page margins reader/writter
 * Markdownify GUIDE
 * Add page setup options (landscape or portrait and adjust_to)

-------------------------------------------------------------------
Mon Aug 26 05:05:52 UTC 2013 - coolo@suse.com

- updated to version 0.8.9
 * Work around to handle number formats that are being mistaken time formats

-------------------------------------------------------------------
Tue Aug  6 17:45:15 UTC 2013 - coolo@suse.com

- updated to version 0.8.8
 * Update excel/internals.rb to reference a valid Encoding type
 * Encoding.find("MACINTOSH") was throwing an error. Encoding.find("MACROMAN") does not.

-------------------------------------------------------------------
Tue Jul 30 18:46:51 UTC 2013 - coolo@suse.com

- updated to version 0.8.7
 * Remove warnings for test suite      
 * warning: mismatched indentations at 'end' with 'class' at xxx
 * warning: method redefined; discarding old xxx
 * warning: assigned but unused variable xxx
 * warning: previous definition of xxx was here
 * The source :rubygems is deprecated because HTTP
 * requests are insecure. (Gemfile)
 * Allow editing of an existing worksheet.

-------------------------------------------------------------------
Tue May  7 19:58:40 UTC 2013 - coolo@suse.com

- updated to version 0.8.5, 2 patches

-------------------------------------------------------------------
Sat Apr 13 15:09:20 UTC 2013 - coolo@suse.com

- updated to version 0.8.3
 * Typo correction in guide example.  
 * Requiring BigDecimal for checking.
 * Made API friendly to BigDecimal precision.
 * Changes introduced by the user 'valeriusjames'.
 * Adding support for converting color palette values to RGB values (not vice-versa..yet)
 * by https://github.com/dancaugherty/spreadsheet/compare/master...rgb

-------------------------------------------------------------------
Sat Feb  9 09:28:21 UTC 2013 - coolo@suse.com

- updated to version 0.7.9
 * You can merge if you are interested in perl-like Workbook.set_custom_color
   implementation. I know it is not really a proper way to deal with custom colors, but
   nevertheless it makes it possible.
 * Link to Travis CI on README
 * Remove warnings "assigned but unused variable" in test
 * Remove warnings "assigned but unused variable"
 * Enable $VERBOSE flag when running test

-------------------------------------------------------------------
Wed Jan 23 06:52:34 UTC 2013 - coolo@suse.com

- updated to version 0.7.7
 * Make tests pass
 * Readme updated
 * RuntimeError when file is empty
 * Hoe in dev deps
 * Finish with bundler
 * Add a Gemfile

-------------------------------------------------------------------
Mon Dec 24 12:12:12 UTC 2012 - coolo@suse.com

- updated to version 0.7.5
 * Add error tolerant values for Iconv when writing spreadsheet
   by andrea@spaghetticode.it

-------------------------------------------------------------------
Tue Oct  9 08:31:57 UTC 2012 - coolo@suse.com

- updated to version 0.7.4
 * Adds Spreadsheet::Excel::Row#to_a method to properly decode Date and DateTime data.
 * patches by https://github.com/mdgreenfield/spreadsheet

-------------------------------------------------------------------
Wed Aug  1 05:08:35 UTC 2012 - coolo@suse.com

- updated to version 0.7.3

-------------------------------------------------------------------
Sat Oct  8 11:41:12 UTC 2011 - prusnak@opensuse.org

- created package (version 0.6.5.9)

openSUSE Build Service is sponsored by