Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rubygem-tmuxinator for openSUSE:Factory checked in at 2021-04-17 23:24:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-tmuxinator (Old) and /work/SRC/openSUSE:Factory/.rubygem-tmuxinator.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-tmuxinator" Sat Apr 17 23:24:53 2021 rev:7 rq:886213 version:2.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-tmuxinator/rubygem-tmuxinator.changes 2021-01-21 21:56:15.425831618 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-tmuxinator.new.12324/rubygem-tmuxinator.changes 2021-04-17 23:24:58.361594825 +0200 @@ -1,0 +2,6 @@ +Sat Apr 17 03:17:55 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- Update to version 2.0.3 + * add support for tmux 3.2 + +------------------------------------------------------------------- Old: ---- tmuxinator-2.0.2.gem New: ---- tmuxinator-2.0.3.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-tmuxinator.spec ++++++ --- /var/tmp/diff_new_pack.KuhIZf/_old 2021-04-17 23:24:58.809595588 +0200 +++ /var/tmp/diff_new_pack.KuhIZf/_new 2021-04-17 23:24:58.809595588 +0200 @@ -24,7 +24,7 @@ # Name: rubygem-tmuxinator -Version: 2.0.2 +Version: 2.0.3 Release: 0 %define mod_name tmuxinator %define mod_full_name %{mod_name}-%{version} ++++++ tmuxinator-2.0.2.gem -> tmuxinator-2.0.3.gem ++++++ Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tmuxinator/tmux_version.rb new/lib/tmuxinator/tmux_version.rb --- old/lib/tmuxinator/tmux_version.rb 2020-11-04 21:56:13.000000000 +0100 +++ new/lib/tmuxinator/tmux_version.rb 2021-04-14 15:16:50.000000000 +0200 @@ -1,6 +1,7 @@ module Tmuxinator module TmuxVersion SUPPORTED_TMUX_VERSIONS = [ + 3.2, "3.1c", "3.1b", "3.1a", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tmuxinator/version.rb new/lib/tmuxinator/version.rb --- old/lib/tmuxinator/version.rb 2020-11-04 21:56:13.000000000 +0100 +++ new/lib/tmuxinator/version.rb 2021-04-14 15:16:50.000000000 +0200 @@ -1,3 +1,3 @@ module Tmuxinator - VERSION = "2.0.2".freeze + VERSION = "2.0.3".freeze end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2020-11-04 21:56:13.000000000 +0100 +++ new/metadata 2021-04-14 15:16:50.000000000 +0200 @@ -1,7 +1,7 @@ --- !ruby/object:Gem::Specification name: tmuxinator version: !ruby/object:Gem::Version - version: 2.0.2 + version: 2.0.3 platform: ruby authors: - Allen Bargi @@ -9,7 +9,7 @@ autorequire: bindir: bin cert_chain: [] -date: 2020-11-04 00:00:00.000000000 Z +date: 2021-04-14 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: erubis @@ -302,7 +302,7 @@ - !ruby/object:Gem::Version version: 1.8.23 requirements: [] -rubygems_version: 3.0.8 +rubygems_version: 3.2.15 signing_key: specification_version: 4 summary: Create and manage complex tmux sessions easily.
