Hello community,

here is the log from the commit of package rubygem-timers for openSUSE:Factory 
checked in at 2014-11-10 22:15:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-timers (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-timers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-timers"

Changes:
--------
New Changes file:

--- /dev/null   2014-10-24 22:03:51.036034256 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-timers.new/rubygem-timers.changes       
2014-11-10 22:15:29.000000000 +0100
@@ -0,0 +1,53 @@
+-------------------------------------------------------------------
+Fri Oct 24 08:13:26 UTC 2014 - tboer...@suse.com
+
+- Updated to version 4.0.1
+  - 4.0.1
+    - Memory leak fixes
+    - mathn fix for those crazy enough to use it
+  - 4.0.0
+    - Replace Timers::Timeout with Timers::Wait
+    - Timers::Group#wait_interval now returns nil when no timers,
+      a postive or negative interval which if positive is the amount
+      of time required to wait and if negative, how far in the past
+      the latest timer should have fired
+    - Performance improvements
+  - 3.0.1
+    - Require 'set' automatically
+  - 3.0.0
+    - Refactor Timers class into Timers::Group
+    - Add Timers::Timeout class for implementing timeouts
+    - Fix timer fudging
+    - Update to RSpec 3
+
+-------------------------------------------------------------------
+Fri Oct 10 08:37:58 UTC 2014 - fcaste...@suse.com
+
+- update to new packaging scheme and add gem2rpm.yml
+
+-------------------------------------------------------------------
+Sun Jan  5 14:39:43 UTC 2014 - co...@suse.com
+
+- updated to version 2.0.0
+ * Switch to Hitimes for high precision monotonic counters
+ * Removed Timers#time. Replaced with Timers#current_offset which provides a
+   monotonic time counter.
+
+-------------------------------------------------------------------
+Sun Jan 20 07:23:56 UTC 2013 - co...@suse.com
+
+- updated to version 1.1.0
+ * Timers#after_milliseconds and #after_ms for waiting in milliseconds
+
+-------------------------------------------------------------------
+Mon Dec 24 12:11:37 UTC 2012 - co...@suse.com
+
+- updated to version 1.0.2
+ * Handle overdue timers correctly
+ * Explicitly require Forwardable from stdlib
+
+-------------------------------------------------------------------
+Mon Jul 30 09:43:09 UTC 2012 - co...@suse.com
+
+- initial package
+

New:
----
  rubygem-timers.changes
  rubygem-timers.spec
  timers-4.0.1.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-timers.spec ++++++
#
# spec file for package rubygem-timers
#
# Copyright (c) 2014 SUSE LINUX Products 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/
#

Name:           rubygem-timers
Version:        4.0.1
Release:        0
%define mod_name timers
%define mod_full_name %{mod_name}-%{version}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  ruby-macros >= 5
BuildRequires:  %{ruby}
BuildRequires:  %{rubygem gem2rpm}
Url:            https://github.com/celluloid/timers
Source:         http://rubygems.org/gems/%{mod_full_name}.gem
Summary:        Schedule procs to run after a certain time, or at periodic
License:        MIT
Group:          Development/Languages/Ruby

%description
Pure Ruby one-shot and periodic timers.

%prep

%build

%install
%gem_install \
  --doc-files="CHANGES.md LICENSE README.md" \
  -f

%gem_packages

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to