commit rubygem-hitimes for openSUSE:Factory

2020-03-07 Thread root
Hello community,

here is the log from the commit of package rubygem-hitimes for openSUSE:Factory 
checked in at 2020-03-07 21:38:21

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


Package is "rubygem-hitimes"

Sat Mar  7 21:38:21 2020 rev:9 rq:773771 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hitimes/rubygem-hitimes.changes  
2019-06-19 21:00:10.870076796 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-hitimes.new.26092/rubygem-hitimes.changes   
2020-03-07 21:38:23.664278463 +0100
@@ -1,0 +2,6 @@
+Mon Feb 10 14:51:14 UTC 2020 - Stephan Kulow 
+
+- updated to version 2.0.0
+ see installed HISTORY.md
+
+---

Old:

  hitimes-1.3.1.gem

New:

  hitimes-2.0.0.gem



Other differences:
--
++ rubygem-hitimes.spec ++
--- /var/tmp/diff_new_pack.OXGbwb/_old  2020-03-07 21:38:25.792279900 +0100
+++ /var/tmp/diff_new_pack.OXGbwb/_new  2020-03-07 21:38:25.796279903 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-hitimes
 #
-# Copyright (c) 2019 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
@@ -24,16 +24,16 @@
 #
 
 Name:   rubygem-hitimes
-Version:1.3.1
+Version:2.0.0
 Release:0
 %define mod_name hitimes
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{rubydevel >= 2.2.2}
+BuildRequires:  %{ruby >= 2.2.2}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
-Url:http://github.com/copiousfreetime/hitimes
+URL:http://github.com/copiousfreetime/hitimes
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:rubygem-hitimes-rpmlintrc
 Source2:gem2rpm.yml
@@ -44,9 +44,8 @@
 %description
 A fast, high resolution timer library for recording peformance metrics. *
 (http://github.com/copiousfreetime/hitimes) *
-(http://github.com.org/copiousfreetime/hitimes) * email jeremy at
-copiousfreetime dot org * `git clone url
-git://github.com/copiousfreetime/hitimes.git`.
+(http://github.com/copiousfreetime/hitimes) * email jeremy at copiousfreetime
+dot org * `git clone url git://github.com/copiousfreetime/hitimes.git`.
 
 %prep
 
@@ -56,7 +55,6 @@
 %gem_install \
   --doc-files="HISTORY.md LICENSE README.md" \
   -f
-%gem_cleanup
 
 %gem_packages
 

++ hitimes-1.3.1.gem -> hitimes-2.0.0.gem ++
 3152 lines of diff (skipped)




commit rubygem-hitimes for openSUSE:Factory

2019-06-19 Thread root
Hello community,

here is the log from the commit of package rubygem-hitimes for openSUSE:Factory 
checked in at 2019-06-19 21:00:09

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


Package is "rubygem-hitimes"

Wed Jun 19 21:00:09 2019 rev:8 rq:705997 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hitimes/rubygem-hitimes.changes  
2018-07-18 22:49:58.543749577 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-hitimes.new.4811/rubygem-hitimes.changes
2019-06-19 21:00:10.870076796 +0200
@@ -1,0 +2,12 @@
+Sat Mar  2 15:22:14 UTC 2019 - Stephan Kulow 
+
+- updated to version 1.3.1
+ see installed HISTORY.md
+
+  ## Version 1.3.1 2019-01-18
+  
+  * Update jruby extension to not use global runtime state (thanks @kares) 
(#70)
+  * Update travis CI config
+  * Update documentataion for Ruby 2.6
+
+---

Old:

  hitimes-1.3.0.gem

New:

  hitimes-1.3.1.gem



Other differences:
--
++ rubygem-hitimes.spec ++
--- /var/tmp/diff_new_pack.ahZngX/_old  2019-06-19 21:00:11.438077305 +0200
+++ /var/tmp/diff_new_pack.ahZngX/_new  2019-06-19 21:00:11.442077309 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-hitimes
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -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,12 +24,12 @@
 #
 
 Name:   rubygem-hitimes
-Version:1.3.0
+Version:1.3.1
 Release:0
 %define mod_name hitimes
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{rubydevel >= 1.9.3}
+BuildRequires:  %{rubydevel >= 2.2.2}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
@@ -37,12 +37,11 @@
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:rubygem-hitimes-rpmlintrc
 Source2:gem2rpm.yml
-Summary:[![Build
+Summary:A fast, high resolution timer library for recording peformance
 License:ISC
 Group:  Development/Languages/Ruby
 
 %description
-(https://travis-ci.org/copiousfreetime/hitimes.svg?branch=master)](https://travis-ci.org/copiousfreetime/hitimes)
 A fast, high resolution timer library for recording peformance metrics. *
 (http://github.com/copiousfreetime/hitimes) *
 (http://github.com.org/copiousfreetime/hitimes) * email jeremy at

++ hitimes-1.3.0.gem -> hitimes-1.3.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HISTORY.md new/HISTORY.md
--- old/HISTORY.md  2018-06-15 23:55:01.0 +0200
+++ new/HISTORY.md  2019-01-18 18:17:01.0 +0100
@@ -1,4 +1,10 @@
 # Hitimes Changelog
+## Version 1.3.1 2019-01-18
+
+* Update jruby extension to not use global runtime state (thanks @kares) (#70)
+* Update travis CI config
+* Update documentataion for Ruby 2.6
+
 ## Version 1.3.0 2018-06-15
 
 * Add api method `Hitimes.raw_instant` to expose raw OS instant value
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2018-06-15 23:55:01.0 +0200
+++ new/README.md   2019-01-18 18:17:01.0 +0100
@@ -2,6 +2,8 @@
 
 [![Build 
Status](https://travis-ci.org/copiousfreetime/hitimes.svg?branch=master)](https://travis-ci.org/copiousfreetime/hitimes)
 
+## Description
+
 A fast, high resolution timer library for recording peformance metrics.
 
 * [Homepage](http://github.com/copiousfreetime/hitimes)
@@ -159,14 +161,14 @@
 
 The current officially supported versions of Ruby are:
 
-* MRI Ruby (all platforms) 2.2 - 2.4
-* JRuby 1.7.25, 9.0.5.0
+* MRI Ruby (all platforms) 2.3 - 2.6
+* JRuby 9.1.17.0, 9.2.X.X
 
 Unofficially supported versions, these have been supported in the past when 
they
 were the primary rubies around. In all likelihood they still work, but are not
 supported.
 
-* MRI Ruby (linux/mac/bsd/unix/etc) - everything from 1.8.7 to 2.1
+* MRI Ruby (linux/mac/bsd/unix/etc) - everything from 1.8.7 to 2.2
 * MRI Ruby (windows) - 2.0 and up
   * Ruby 1.8 and 1.9 for windows are supported in hitimes version 1.2.4 or 
earlier
 * JRuby - I thin

commit rubygem-hitimes for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package rubygem-hitimes for openSUSE:Factory 
checked in at 2018-07-18 22:49:56

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


Package is "rubygem-hitimes"

Wed Jul 18 22:49:56 2018 rev:7 rq:621005 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hitimes/rubygem-hitimes.changes  
2017-09-12 19:56:56.825982126 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hitimes.new/rubygem-hitimes.changes 
2018-07-18 22:49:58.543749577 +0200
@@ -1,0 +2,12 @@
+Fri Jun 15 22:07:51 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.3.0
+ see installed HISTORY.md
+
+  ## Version 1.3.0 2018-06-15
+  
+  * Add api method `Hitimes.raw_instant` to expose raw OS instant value
+  * Add api constant `Hitimes::INSTANT_CONVERSION_FACTOR` to expose raw OS 
instant conversion factor
+  * other development cleanup tasks
+
+---

Old:

  hitimes-1.2.6.gem

New:

  hitimes-1.3.0.gem



Other differences:
--
++ rubygem-hitimes.spec ++
--- /var/tmp/diff_new_pack.qajHm7/_old  2018-07-18 22:49:59.051747893 +0200
+++ /var/tmp/diff_new_pack.qajHm7/_new  2018-07-18 22:49:59.055747880 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-hitimes
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-hitimes
-Version:1.2.6
+Version:1.3.0
 Release:0
 %define mod_name hitimes
 %define mod_full_name %{mod_name}-%{version}
@@ -37,11 +37,12 @@
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:rubygem-hitimes-rpmlintrc
 Source2:gem2rpm.yml
-Summary:A fast, high resolution timer library for recording peformance
+Summary:[![Build
 License:ISC
 Group:  Development/Languages/Ruby
 
 %description
+(https://travis-ci.org/copiousfreetime/hitimes.svg?branch=master)](https://travis-ci.org/copiousfreetime/hitimes)
 A fast, high resolution timer library for recording peformance metrics. *
 (http://github.com/copiousfreetime/hitimes) *
 (http://github.com.org/copiousfreetime/hitimes) * email jeremy at

++ hitimes-1.2.6.gem -> hitimes-1.3.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HISTORY.md new/HISTORY.md
--- old/HISTORY.md  2017-08-04 17:17:44.0 +0200
+++ new/HISTORY.md  2018-06-15 23:55:01.0 +0200
@@ -1,4 +1,10 @@
 # Hitimes Changelog
+## Version 1.3.0 2018-06-15
+
+* Add api method `Hitimes.raw_instant` to expose raw OS instant value
+* Add api constant `Hitimes::INSTANT_CONVERSION_FACTOR` to expose raw OS 
instant conversion factor
+* other development cleanup tasks
+
 ## Version 1.2.6 2017-08-04
 
 * Resolve version number issue (#61) (thanks @anthraxx)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-08-04 17:17:44.0 +0200
+++ new/README.md   2018-06-15 23:55:01.0 +0200
@@ -1,5 +1,7 @@
 # Hitimes
 
+[![Build 
Status](https://travis-ci.org/copiousfreetime/hitimes.svg?branch=master)](https://travis-ci.org/copiousfreetime/hitimes)
+
 A fast, high resolution timer library for recording peformance metrics.
 
 * [Homepage](http://github.com/copiousfreetime/hitimes)
@@ -15,6 +17,7 @@
 * [Support](#support)
 * [License](#license)
 
+
 ## Requirements
 
 Hitimes requires the following to run:
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ext/hitimes/c/hitimes.c new/ext/hitimes/c/hitimes.c
--- old/ext/hitimes/c/hitimes.c 2017-08-04 17:17:44.0 +0200
+++ new/ext/hitimes/c/hitimes.c 2018-06-15 23:55:01.0 +0200
@@ -5,6 +5,20 @@
 VALUE mH;   /* module Hitimes*/
 VALUE eH_Error; /* class  Hitimes::Error */
 
+
+/**
+ * call-seq:
+ *Hitimes.raw_instant -> Integer
+ *
+ * Return the raw instant value from the operating system
+ */
+VALUE hitimes_instant_raw( )
+{
+unsigned long long i = (unsigned long long)hitimes_get_current_instant( );
+
+return ULL2NUM(i);
+}
+
 /*
  * Document-class: Hitimes::Error
  *
@@ -13,8 +27,10 @@
 void Init_hitimes( )
 {
 mH = rb_define_module("Hitimes");
- 
+
 eH_Error = rb_define_class_under(mH, "Error", rb_eStandardError);
+rb_

commit rubygem-hitimes for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package rubygem-hitimes for openSUSE:Factory 
checked in at 2017-09-12 19:56:56

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


Package is "rubygem-hitimes"

Tue Sep 12 19:56:56 2017 rev:6 rq:523559 version:1.2.6

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hitimes/rubygem-hitimes.changes  
2017-07-04 13:31:22.319529793 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hitimes.new/rubygem-hitimes.changes 
2017-09-12 19:56:56.825982126 +0200
@@ -1,0 +2,10 @@
+Mon Sep 11 12:40:49 UTC 2017 - co...@suse.com
+
+- updated to version 1.2.6
+ see installed HISTORY.md
+
+  ## Version 1.2.6 2017-08-04
+  
+  * Resolve version number issue (#61) (thanks @anthraxx)
+
+---

Old:

  hitimes-1.2.5.gem

New:

  hitimes-1.2.6.gem



Other differences:
--
++ rubygem-hitimes.spec ++
--- /var/tmp/diff_new_pack.NHLc21/_old  2017-09-12 19:56:57.421898335 +0200
+++ /var/tmp/diff_new_pack.NHLc21/_new  2017-09-12 19:56:57.425897772 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-hitimes
-Version:1.2.5
+Version:1.2.6
 Release:0
 %define mod_name hitimes
 %define mod_full_name %{mod_name}-%{version}

++ hitimes-1.2.5.gem -> hitimes-1.2.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HISTORY.md new/HISTORY.md
--- old/HISTORY.md  2017-05-25 23:03:29.0 +0200
+++ new/HISTORY.md  2017-08-04 17:17:44.0 +0200
@@ -1,4 +1,8 @@
 # Hitimes Changelog
+## Version 1.2.6 2017-08-04
+
+* Resolve version number issue (#61) (thanks @anthraxx)
+
 ## Version 1.2.5 2017-05-25
 
 * Update dependencies
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/hitimes/version.rb new/lib/hitimes/version.rb
--- old/lib/hitimes/version.rb  2017-05-25 23:03:29.0 +0200
+++ new/lib/hitimes/version.rb  2017-08-04 17:17:44.0 +0200
@@ -4,5 +4,5 @@
 #++
 
 module Hitimes
-  VERSION = "1.2.5"
+  VERSION = "1.2.6"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-05-25 23:03:29.0 +0200
+++ new/metadata2017-08-04 17:17:44.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: hitimes
 version: !ruby/object:Gem::Version
-  version: 1.2.5
+  version: 1.2.6
 platform: ruby
 authors:
 - Jeremy Hinegardner
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-05-25 00:00:00.0 Z
+date: 2017-08-04 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake




commit rubygem-hitimes for openSUSE:Factory

2017-07-04 Thread root
Hello community,

here is the log from the commit of package rubygem-hitimes for openSUSE:Factory 
checked in at 2017-07-04 13:31:21

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


Package is "rubygem-hitimes"

Tue Jul  4 13:31:21 2017 rev:5 rq:507901 version:1.2.5

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hitimes/rubygem-hitimes.changes  
2017-06-02 10:34:04.109664061 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hitimes.new/rubygem-hitimes.changes 
2017-07-04 13:31:22.319529793 +0200
@@ -1,0 +2,6 @@
+Mon Jul  3 15:46:53 UTC 2017 - mrueck...@suse.de
+
+- add rpmlintrc as we run into rpmlint score limits because of the
+  C source files we ship.
+
+---

New:

  rubygem-hitimes-rpmlintrc



Other differences:
--
++ rubygem-hitimes.spec ++
--- /var/tmp/diff_new_pack.NPKXxU/_old  2017-07-04 13:31:22.879451001 +0200
+++ /var/tmp/diff_new_pack.NPKXxU/_new  2017-07-04 13:31:22.879451001 +0200
@@ -34,8 +34,9 @@
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
 Url:http://github.com/copiousfreetime/hitimes
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
-Source1:gem2rpm.yml
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
+Source1:rubygem-hitimes-rpmlintrc
+Source2:gem2rpm.yml
 Summary:A fast, high resolution timer library for recording peformance
 License:ISC
 Group:  Development/Languages/Ruby
@@ -56,9 +57,6 @@
   --doc-files="HISTORY.md LICENSE README.md" \
   -f
 %gem_cleanup
-# MANUAL
-find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ 
-name "*.[h|c]" -exec rm {} \;
-# /MANUAL
 
 %gem_packages
 

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.NPKXxU/_old  2017-07-04 13:31:22.919445373 +0200
+++ /var/tmp/diff_new_pack.NPKXxU/_new  2017-07-04 13:31:22.923444810 +0200
@@ -1,2 +1,74 @@
-:post_install: |-
-  find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ 
-name "*.[h|c]" -exec rm {} \;
+# ---
+# ## 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:
+# :post_patch:
+#   if you need to fiddle with the source dir before rebuilding the gem
+# ## 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_pkgs:
+#   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
+#
+:sources:
+  - rubygem-hitimes-rpmlintrc

++ rubygem-hitimes-rpmlintrc ++
addFilter("devel-file-in-non-devel-package")



commit rubygem-hitimes for openSUSE:Factory

2017-06-02 Thread root
Hello community,

here is the log from the commit of package rubygem-hitimes for openSUSE:Factory 
checked in at 2017-06-02 10:33:21

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


Package is "rubygem-hitimes"

Fri Jun  2 10:33:21 2017 rev:4 rq:499972 version:1.2.5

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hitimes/rubygem-hitimes.changes  
2016-05-29 03:12:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hitimes.new/rubygem-hitimes.changes 
2017-06-02 10:34:04.109664061 +0200
@@ -1,0 +2,12 @@
+Tue May 30 05:14:30 UTC 2017 - co...@suse.com
+
+- updated to version 1.2.5
+ see installed HISTORY.md
+
+  ## Version 1.2.5 2017-05-25
+  
+  * Update dependencies
+  * Add ruby 2.4 to windows fatbinary
+  * Update docs to indicate windows ruby before 2.0 is no longer supported
+
+---

Old:

  hitimes-1.2.4.gem

New:

  hitimes-1.2.5.gem



Other differences:
--
++ rubygem-hitimes.spec ++
--- /var/tmp/diff_new_pack.jNYW12/_old  2017-06-02 10:34:04.529604727 +0200
+++ /var/tmp/diff_new_pack.jNYW12/_new  2017-06-02 10:34:04.533604161 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-hitimes
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-hitimes
-Version:1.2.4
+Version:1.2.5
 Release:0
 %define mod_name hitimes
 %define mod_full_name %{mod_name}-%{version}

++ hitimes-1.2.4.gem -> hitimes-1.2.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HISTORY.md new/HISTORY.md
--- old/HISTORY.md  2016-05-03 06:48:30.0 +0200
+++ new/HISTORY.md  2017-05-25 23:03:29.0 +0200
@@ -1,4 +1,9 @@
 # Hitimes Changelog
+## Version 1.2.5 2017-05-25
+
+* Update dependencies
+* Add ruby 2.4 to windows fatbinary
+* Update docs to indicate windows ruby before 2.0 is no longer supported
 
 ## Version 1.2.4 2016-05-01
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-05-03 06:48:30.0 +0200
+++ new/README.md   2017-05-25 23:03:29.0 +0200
@@ -156,14 +156,16 @@
 
 The current officially supported versions of Ruby are:
 
-* MRI Ruby 2.2, 2.3
+* MRI Ruby (all platforms) 2.2 - 2.4
 * JRuby 1.7.25, 9.0.5.0
 
-Unofficially supported versions, they have been supported in the past when they
+Unofficially supported versions, these have been supported in the past when 
they
 were the primary rubies around. In all likelihood they still work, but are not
 supported.
 
-* MRI Ruby - everything from 1.8.7 to 2.1
+* MRI Ruby (linux/mac/bsd/unix/etc) - everything from 1.8.7 to 2.1
+* MRI Ruby (windows) - 2.0 and up
+  * Ruby 1.8 and 1.9 for windows are supported in hitimes version 1.2.4 or 
earlier
 * JRuby - I think everything back to 1.4
 * Rubinius
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2016-05-03 06:48:30.0 +0200
+++ new/Rakefile2017-05-25 23:03:29.0 +0200
@@ -7,13 +7,13 @@
 This.homepage = "http://github.com/copiousfreetime/#{ This.name }"
 
 This.ruby_gemspec do |spec|
-  spec.add_development_dependency( 'rake' , '~> 10.4')
+  spec.add_development_dependency( 'rake' , '~> 12.0')
   spec.add_development_dependency( 'minitest' , '~> 5.5' )
-  spec.add_development_dependency( 'rdoc' , '~> 4.2'  )
-  spec.add_development_dependency( 'json' , '~> 1.8' )
-  spec.add_development_dependency( 'rake-compiler', '~> 0.9' )
-  spec.add_development_dependency( 'rake-compiler-dock', '~> 0.4' )
-  spec.add_development_dependency( 'simplecov', '~> 0.9' )
+  spec.add_development_dependency( 'rdoc' , '~> 5.0'  )
+  spec.add_development_dependency( 'json' , '~> 2.0' )
+  spec.add_development_dependency( 'rake-compiler', '~> 1.0' )
+  spec.add_development_dependency( 'rake-compiler-dock', '~> 0.6' )
+  spec.add_development_dependency( 'simplecov', '~> 0.14' )
 
   spec.extensions.concat This.extension_conf_files
   spec.license = "ISC"
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/hitimes/version.rb new/lib/hitimes/version.rb
--- old/lib/hitimes/version.rb  2016-05-

commit rubygem-hitimes for openSUSE:Factory

2016-05-28 Thread h_root
Hello community,

here is the log from the commit of package rubygem-hitimes for openSUSE:Factory 
checked in at 2016-05-29 03:11:25

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


Package is "rubygem-hitimes"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hitimes/rubygem-hitimes.changes  
2015-09-27 08:38:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hitimes.new/rubygem-hitimes.changes 
2016-05-29 03:12:42.0 +0200
@@ -1,0 +2,12 @@
+Wed May  4 04:37:44 UTC 2016 - co...@suse.com
+
+- updated to version 1.2.4
+ see installed HISTORY.md
+
+  ## Version 1.2.4 2016-05-01
+  
+  * Fix finding the extension on ruby 2.1.10 (thanks @wpiekutowski)
+  * Add more readable load error (thanks @mbautin)
+  * Update README with what versions of ruby are supported.
+
+---

Old:

  hitimes-1.2.3.gem

New:

  hitimes-1.2.4.gem



Other differences:
--
++ rubygem-hitimes.spec ++
--- /var/tmp/diff_new_pack.x7NBos/_old  2016-05-29 03:12:43.0 +0200
+++ /var/tmp/diff_new_pack.x7NBos/_new  2016-05-29 03:12:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-hitimes
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-hitimes
-Version:1.2.3
+Version:1.2.4
 Release:0
 %define mod_name hitimes
 %define mod_full_name %{mod_name}-%{version}
@@ -36,18 +36,16 @@
 Url:http://github.com/copiousfreetime/hitimes
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
-Summary:Hitimes is a fast, high resolution timer library for recording
+Summary:A fast, high resolution timer library for recording peformance
 License:ISC
 Group:  Development/Languages/Ruby
 
 %description
-Hitimes is a fast, high resolution timer library for recording performance
-metrics.  It uses the appropriate low method calls for each system to get the
-highest granularity time increments possible. It currently supports any of the
-following systems: * any system with the POSIX call `clock_gettime()` * Mac OS
-X * Windows * JRuby Using Hitimes can be faster than using a series of
-`Time.new` calls, and it will have a much higher granularity. It is definitely
-faster than using `Process.times`.
+A fast, high resolution timer library for recording peformance metrics. *
+(http://github.com/copiousfreetime/hitimes) *
+(http://github.com.org/copiousfreetime/hitimes) * email jeremy at
+copiousfreetime dot org * `git clone url
+git://github.com/copiousfreetime/hitimes.git`.
 
 %prep
 

++ hitimes-1.2.3.gem -> hitimes-1.2.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTING.md new/CONTRIBUTING.md
--- old/CONTRIBUTING.md 2015-09-13 09:49:36.0 +0200
+++ new/CONTRIBUTING.md 2016-05-03 06:48:30.0 +0200
@@ -27,15 +27,27 @@
 * Fork the [repo][].
 * Create a new branch for your issue: `git checkout -b issue/my-issue`
 * Lovingly craft your contribution:
-* `rake develop` to get started, or if you prefer bundler `rake 
develop:using_bunder && bundle`.
+* `rake develop` to get started
 * `rake test` to run tests
 * Make sure that `rake test` passes. Its important, I said it twice.
 * Add yourself to the contributors section below.
 * Submit your [pull request][].
 
+## Building Windows Binaries
+
+This is done using https://github.com/rake-compiler/rake-compiler-dock
+
+1. have VirtualBox installed
+2. have Docker Machine installed (https://docs.docker.com/engine/installation/)
+3. `gem install rake-compiler-dock`
+4. `rake-compiler-dock` (this could take a while)
+5. `bundle`
+6. `rake cross native gem`
+
 # Contributors
 
 * Jeremy Hinegardner
+* Wojciech Piekutowski
 
 [GitHub Account]: https://github.com/signup/free "GitHub Signup"
 [GitHub Issues]:  https://github.com/copiousfreetime/hitimes/issues "Hitimes 
Issues"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HISTORY.md new/HISTORY.md
--- old/HISTORY.md  2015-09-13 09:49:36.0 +0200
+++ new/HISTORY.md  2016-05-03 06:48:30.0 +0200
@@ -1,5 +1,11 @@
 # Hitimes Changelog
 
+## Version 1.2.4 2016-05-01
+
+* Fix finding the extension on ruby 2.1.10 (thanks @wpiekutowski)
+* Add more readable load error (thanks @mbautin)
+* Update README with what versions of 

commit rubygem-hitimes for openSUSE:Factory

2015-09-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-hitimes for openSUSE:Factory 
checked in at 2015-09-27 08:39:28

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


Package is "rubygem-hitimes"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hitimes/rubygem-hitimes.changes  
2014-11-10 17:28:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-hitimes.new/rubygem-hitimes.changes 
2015-09-27 08:38:50.0 +0200
@@ -1,0 +2,12 @@
+Mon Sep 14 04:31:27 UTC 2015 - co...@suse.com
+
+- updated to version 1.2.3
+ see installed HISTORY.md
+
+  ## Version 1.2.3 2015-09-13
+  
+  * Release new fatbinary version for windows
+  * Update README to indicate duration units
+  * Provide a more friendly error message if the gem is not installed correctly
+
+---

Old:

  hitimes-1.2.2.gem

New:

  hitimes-1.2.3.gem



Other differences:
--
++ rubygem-hitimes.spec ++
--- /var/tmp/diff_new_pack.oFxRUv/_old  2015-09-27 08:38:51.0 +0200
+++ /var/tmp/diff_new_pack.oFxRUv/_new  2015-09-27 08:38:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-hitimes
 #
-# 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
@@ -24,15 +24,15 @@
 #
 
 Name:   rubygem-hitimes
-Version:1.2.2
+Version:1.2.3
 Release:0
 %define mod_name hitimes
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
-BuildRequires:  %{rubydevel}
+BuildRequires:  %{rubydevel >= 1.9.3}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
+BuildRequires:  ruby-macros >= 5
 Url:http://github.com/copiousfreetime/hitimes
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
@@ -43,9 +43,9 @@
 %description
 Hitimes is a fast, high resolution timer library for recording performance
 metrics.  It uses the appropriate low method calls for each system to get the
-highest granularity time increments possible.   It currently supports any of
-the following systems: * any system with the POSIX call `clock_gettime()` *
-Mac OS X * Windows * JRuby Using Hitimes can be faster than using a series of
+highest granularity time increments possible. It currently supports any of the
+following systems: * any system with the POSIX call `clock_gettime()` * Mac OS
+X * Windows * JRuby Using Hitimes can be faster than using a series of
 `Time.new` calls, and it will have a much higher granularity. It is definitely
 faster than using `Process.times`.
 
@@ -62,7 +62,6 @@
 find %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/ 
-name "*.[h|c]" -exec rm {} \;
 # /MANUAL
 
-
 %gem_packages
 
 %changelog

++ hitimes-1.2.2.gem -> hitimes-1.2.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2014-07-09 23:23:05.0 +0200
+++ new/.travis.yml 1970-01-01 01:00:00.0 +0100
@@ -1,11 +0,0 @@
-language: ruby
-rvm:
-  - "1.8.7"
-  - "1.9.2"
-  - "1.9.3"
-  - "2.0.0"
-  - "2.1.0"
-  - jruby-18mode # JRuby in 1.8 mode
-  - jruby-19mode # JRuby in 1.9 mode
-  - rbx
-install: rake develop
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HISTORY.md new/HISTORY.md
--- old/HISTORY.md  2014-07-09 23:23:05.0 +0200
+++ new/HISTORY.md  2015-09-13 09:49:36.0 +0200
@@ -1,5 +1,11 @@
 # Hitimes Changelog
 
+## Version 1.2.3 2015-09-13
+
+* Release new fatbinary version for windows
+* Update README to indicate duration units
+* Provide a more friendly error message if the gem is not installed correctly
+
 ## Version 1.2.2 2014-07-09
 
 * fix compilation issue with clock_gettime in libc (reported by eradman and 
virtualfunction)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE new/LICENSE
--- old/LICENSE 2014-07-09 23:23:05.0 +0200
+++ new/LICENSE 2015-09-13 09:49:36.0 +0200
@@ -1,6 +1,6 @@
 ISC LICENSE - http://opensource.org/licenses/isc-license.txt
 
-Copyright (c) 2008-2012 Jeremy Hinegardner
+Copyright (c) 2008-2015 Jeremy Hinegardner
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
diff -urN