commit rubygem-tilt for openSUSE:Factory

2019-11-13 Thread root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2019-11-13 13:25:24

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


Package is "rubygem-tilt"

Wed Nov 13 13:25:24 2019 rev:20 rq:747705 version:2.0.10

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2019-01-21 10:25:33.721736873 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new.2990/rubygem-tilt.changes  
2019-11-13 13:25:30.039521019 +0100
@@ -1,0 +2,8 @@
+Tue Nov 12 14:09:29 UTC 2019 - Manuel Schnitzer 
+
+- updated to version 2.0.10
+
+  * Remove test files from bundled gem (#339, greysteil)
+  * Fix warning when using yield in templates on ruby 2.7 (#343, jeremyevans)
+
+---

Old:

  tilt-2.0.9.gem

New:

  tilt-2.0.10.gem



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.XgvFvJ/_old  2019-11-13 13:25:31.319522351 +0100
+++ /var/tmp/diff_new_pack.XgvFvJ/_new  2019-11-13 13:25:31.323522355 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tilt
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-tilt
-Version:2.0.9
+Version:2.0.10
 Release:0
 %define mod_name tilt
 %define mod_full_name %{mod_name}-%{version}
@@ -52,7 +52,7 @@
 %install
 %gem_install \
   --symlink-binaries \
-  --doc-files="CHANGELOG.md COPYING README.md" \
+  --doc-files="COPYING" \
   -f
 
 %gem_packages

++ tilt-2.0.9.gem -> tilt-2.0.10.gem ++
 5355 lines of diff (skipped)




commit rubygem-tilt for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2019-01-21 10:25:33

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


Package is "rubygem-tilt"

Mon Jan 21 10:25:33 2019 rev:19 rq:656371 version:2.0.9

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2017-07-26 13:05:41.170785860 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new.28833/rubygem-tilt.changes 
2019-01-21 10:25:33.721736873 +0100
@@ -1,0 +2,11 @@
+Sat Dec  8 16:32:28 UTC 2018 - Stephan Kulow 
+
+- updated to version 2.0.9
+ see installed CHANGELOG.md
+
+  ## 2.0.9 (2018-11-28)
+  
+  * Use new ERB API in Ruby 2.6 (#329, koic)
+  * Support the new sassc gem (#336, jdickey, judofyr)
+
+---

Old:

  tilt-2.0.8.gem

New:

  tilt-2.0.9.gem



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.4R2wQ8/_old  2019-01-21 10:25:34.081736477 +0100
+++ /var/tmp/diff_new_pack.4R2wQ8/_new  2019-01-21 10:25:34.085736473 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tilt
 #
-# 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
@@ -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,7 +24,7 @@
 #
 
 Name:   rubygem-tilt
-Version:2.0.8
+Version:2.0.9
 Release:0
 %define mod_name tilt
 %define mod_full_name %{mod_name}-%{version}
@@ -35,7 +35,7 @@
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://github.com/rtomayko/tilt/
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Generic interface to multiple Ruby template engines
 License:MIT

++ tilt-2.0.8.gem -> tilt-2.0.9.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-07-24 09:05:05.0 +0200
+++ new/CHANGELOG.md2018-11-28 14:03:01.0 +0100
@@ -1,5 +1,10 @@
 ## master
 
+## 2.0.9 (2018-11-28)
+
+* Use new ERB API in Ruby 2.6 (#329, koic)
+* Support the new sassc gem (#336, jdickey, judofyr)
+
 ## 2.0.8 (2017-07-24)
 
 * Register .tsx for TypeScript (#315, backus)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2017-07-24 09:05:05.0 +0200
+++ new/Gemfile 2018-11-28 14:03:01.0 +0100
@@ -17,7 +17,12 @@
   gem 'haml', '>= 4' if RUBY_VERSION >= '2.0.0'
   gem 'erubis'
   gem 'markaby'
-  gem 'sass'
+
+  if ENV['OLD_SASS']
+gem 'sass'
+  else
+gem 'sassc'
+  end
 
   if can_execjs
 gem 'less'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-07-24 09:05:05.0 +0200
+++ new/README.md   2018-11-28 14:03:01.0 +0100
@@ -1,4 +1,4 @@
-Tilt [![Build 
Status](https://secure.travis-ci.org/rtomayko/tilt.svg)](http://travis-ci.org/rtomayko/tilt)
 [![Dependency 
Status](https://gemnasium.com/rtomayko/tilt.svg)](https://gemnasium.com/rtomayko/tilt)
 [![Inline 
docs](http://inch-ci.org/github/rtomayko/tilt.svg)](http://inch-ci.org/github/rtomayko/tilt)
 
[![Security](https://hakiri.io/github/rtomayko/tilt/master.svg)](https://hakiri.io/github/rtomayko/tilt/master)
+Tilt [![Build 
Status](https://secure.travis-ci.org/rtomayko/tilt.svg)](http://travis-ci.org/rtomayko/tilt)
 [![Inline 
docs](http://inch-ci.org/github/rtomayko/tilt.svg)](http://inch-ci.org/github/rtomayko/tilt)
 
[![Security](https://hakiri.io/github/rtomayko/tilt/master.svg)](https://hakiri.io/github/rtomayko/tilt/master)
 
 
 **NOTE** The following file documents the current release of Tilt (2.0). See
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2017-07-24 09:05:05.0 +0200
+++ new/Rakefile2018-11-28 14:03:01.0 +0100
@@ -10,7 +10,7 @@
 Rake::TestTask.new(:test) do |t|
   t.test_files = FileList['test/*_test.rb']
   t.ruby_opts = 

commit rubygem-tilt for openSUSE:Factory

2017-07-26 Thread root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2017-07-26 13:05:30

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


Package is "rubygem-tilt"

Wed Jul 26 13:05:30 2017 rev:18 rq:512503 version:2.0.8

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2017-04-12 18:22:47.258202934 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new/rubygem-tilt.changes   
2017-07-26 13:05:41.170785860 +0200
@@ -1,0 +2,10 @@
+Tue Jul 25 12:41:07 UTC 2017 - hvo...@suse.com
+
+- updated to version 2.0.8
+ * Register .tsx for TypeScript
+ * Use Haml 5's new API
+ * Use correct parser options for CommonMarker
+ * Suppress warnings when no locals are used
+ * Haml: Accept outvar
+
+---

Old:

  tilt-2.0.7.gem

New:

  tilt-2.0.8.gem



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.X9R9gV/_old  2017-07-26 13:05:42.790557340 +0200
+++ /var/tmp/diff_new_pack.X9R9gV/_new  2017-07-26 13:05:42.794556776 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-tilt
-Version:2.0.7
+Version:2.0.8
 Release:0
 %define mod_name tilt
 %define mod_full_name %{mod_name}-%{version}

++ tilt-2.0.7.gem -> tilt-2.0.8.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-03-19 11:13:33.0 +0100
+++ new/CHANGELOG.md2017-07-24 09:05:05.0 +0200
@@ -1,3 +1,13 @@
+## master
+
+## 2.0.8 (2017-07-24)
+
+* Register .tsx for TypeScript (#315, backus)
+* Use Haml 5's new API (#312, k0kubun)
+* Use correct parser options for CommonMarker (#320, rewritten)
+* Suppress warnings when no locals are used (#304, amatsuda)
+* Haml: Accept `outvar` (#317, k0kubun)
+
 ## 2.0.7 (2017-03-19)
 
 * Do not modify BasicObject during template compilation on ruby 2.0+ (#309, 
jeremyevans)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2017-03-19 11:13:33.0 +0100
+++ new/Gemfile 2017-07-24 09:05:05.0 +0200
@@ -1,5 +1,7 @@
 source 'https://rubygems.org'
 
+gemspec
+
 gem 'rake'
 gem 'minitest', '~> 5.0'
 
@@ -12,7 +14,7 @@
 
 group :primary do
   gem 'builder'
-  gem 'haml', '>= 2.2.11', '< 4'
+  gem 'haml', '>= 4' if RUBY_VERSION >= '2.0.0'
   gem 'erubis'
   gem 'markaby'
   gem 'sass'
@@ -61,7 +63,3 @@
   end
 end
 
-## WHY do I have to do this?!?
-platform :rbx do
-  gem 'rubysl'
-end
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/tilt/commonmarker.rb new/lib/tilt/commonmarker.rb
--- old/lib/tilt/commonmarker.rb2017-03-19 11:13:33.0 +0100
+++ new/lib/tilt/commonmarker.rb2017-07-24 09:05:05.0 +0200
@@ -11,7 +11,7 @@
 end
 
 def evaluate(scope, locals, )
-  CommonMarker.render_html(data, :default)
+  CommonMarker.render_html(data, :DEFAULT)
 end
 
 def allows_script?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/tilt/haml.rb new/lib/tilt/haml.rb
--- old/lib/tilt/haml.rb2017-03-19 11:13:33.0 +0100
+++ new/lib/tilt/haml.rb2017-07-24 09:05:05.0 +0200
@@ -7,51 +7,79 @@
   class HamlTemplate < Template
 self.default_mime_type = 'text/html'
 
-def prepare
-  options = @options.merge(:filename => eval_file, :line => line)
-  @engine = ::Haml::Engine.new(data, options)
-end
-
-def evaluate(scope, locals, )
-  raise ArgumentError, 'invalid scope: must not be frozen' if scope.frozen?
+# `Gem::Version.correct?` may return false because of Haml::VERSION #=> 
"3.1.8 (Separated Sally)". After Haml 4, it's always correct.
+if Gem::Version.correct?(Haml::VERSION) && Gem::Version.new(Haml::VERSION) 
>= Gem::Version.new('5.0.0.beta.2')
+  def prepare
+options = {}.update(@options).update(filename: eval_file, line: line)
+if options.include?(:outvar)
+  options[:buffer] = options.delete(:outvar)
+  options[:save_buffer] = true
+end
+@engine = ::Haml::TempleEngine.new(options)
+@engine.compile(data)
+  end
 
-  if @engine.respond_to?(:precompiled_method_return_value, true)
+  def evaluate(scope, locals, )
+raise ArgumentError, 'invalid scope: must not be frozen' if 
scope.frozen?
 super
-  else
-@engine.render(scope, locals, )
   end
-end
 
-

commit rubygem-tilt for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2017-04-12 17:31:31

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


Package is "rubygem-tilt"

Wed Apr 12 17:31:31 2017 rev:17 rq:481713 version:2.0.7

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2016-06-19 10:48:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new/rubygem-tilt.changes   
2017-04-12 18:22:47.258202934 +0200
@@ -1,0 +2,29 @@
+Mon Mar 20 05:38:11 UTC 2017 - co...@suse.com
+
+- updated to version 2.0.7
+ see installed CHANGELOG.md
+
+  ## 2.0.7 (2017-03-19)
+  
+  * Do not modify BasicObject during template compilation on ruby 2.0+ (#309, 
jeremyevans)
+
+---
+Fri Jan 27 05:46:55 UTC 2017 - co...@suse.com
+
+- updated to version 2.0.6
+ see installed CHANGELOG.md
+
+  ## 2.0.6 (2017-01-26)
+  
+  * Add support for LiveScript (#286, @Announcement Jacob Francis Powers)
+  * Add support for Sigil (#302, winebarrel)
+  * Add support for Erubi (#308, jeremyevans)
+  * Add support for options in Liquid (#298, #299, laCour)
+  * Always sort locals by strings (#307, jeremyevans)
+  
+  * Fix test warnings (#305, amatsuda)
+  * Fix indentation (#293, yui-knk)
+  * Use SVG badges in README (#294, vasinov)
+  * Fix typo and trailing space (#295, #296, karloescota)
+
+---

Old:

  tilt-2.0.5.gem

New:

  tilt-2.0.7.gem



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.0DZVDS/_old  2017-04-12 18:22:47.854118667 +0200
+++ /var/tmp/diff_new_pack.0DZVDS/_new  2017-04-12 18:22:47.854118667 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tilt
 #
-# 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-tilt
-Version:2.0.5
+Version:2.0.7
 Release:0
 %define mod_name tilt
 %define mod_full_name %{mod_name}-%{version}

++ tilt-2.0.5.gem -> tilt-2.0.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-06-02 21:20:05.0 +0200
+++ new/CHANGELOG.md2017-03-19 11:13:33.0 +0100
@@ -1,3 +1,20 @@
+## 2.0.7 (2017-03-19)
+
+* Do not modify BasicObject during template compilation on ruby 2.0+ (#309, 
jeremyevans)
+
+## 2.0.6 (2017-01-26)
+
+* Add support for LiveScript (#286, @Announcement Jacob Francis Powers)
+* Add support for Sigil (#302, winebarrel)
+* Add support for Erubi (#308, jeremyevans)
+* Add support for options in Liquid (#298, #299, laCour)
+* Always sort locals by strings (#307, jeremyevans)
+
+* Fix test warnings (#305, amatsuda)
+* Fix indentation (#293, yui-knk)
+* Use SVG badges in README (#294, vasinov)
+* Fix typo and trailing space (#295, #296, karloescota)
+
 ## 2.0.5 (2016-06-02)
 
 * Add support for reST using Pandoc (#284, mfenner)
@@ -98,4 +115,3 @@
 * Support RDoc 3.10 (#112, timfel)
 * Always compile templates; remove old source evaluator (rtomayko)
 * Less: Options are now being passed to the parser (#106, cowboyd)
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2016-06-02 21:20:05.0 +0200
+++ new/Gemfile 2017-03-19 11:13:33.0 +0100
@@ -4,7 +4,7 @@
 gem 'minitest', '~> 5.0'
 
 group :development do
-  gem 'yard', '~> 0.8.6'
+  gem 'yard', '~> 0.9.0'
   gem 'ronn', '~> 0.7.3'
 end
 
@@ -20,13 +20,14 @@
   if can_execjs
 gem 'less'
 gem 'coffee-script'
+gem 'livescript'
 gem 'babel-transpiler'
 gem 'typescript-node'
   end
 end
 
 platform :mri do
-  gem 'duktape', '~> 1.2.1.0' if can_execjs
+  gem 'duktape', '~> 1.3.0.6' if can_execjs
 end
 
 group :secondary do
@@ -64,4 +65,3 @@
 platform :rbx do
   gem 'rubysl'
 end
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-06-02 21:20:05.0 +0200
+++ new/README.md   2017-03-19 11:13:33.0 +0100
@@ -1,4 +1,4 @@
-Tilt [![Build 
Status](https://secure.travis-ci.org/rtomayko/tilt.svg)](http://travis-ci.org/rtomayko/tilt)
 [![Dependency 
Status](https://gemnasium.com/rtomayko/tilt.png)](https://gemnasium.com/rtomayko/tilt)
 [![Inline 

commit rubygem-tilt for openSUSE:Factory

2016-06-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2016-06-19 10:48:20

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


Package is "rubygem-tilt"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2016-05-29 03:13:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new/rubygem-tilt.changes   
2016-06-19 10:48:21.0 +0200
@@ -1,0 +2,11 @@
+Fri Jun  3 04:31:53 UTC 2016 - co...@suse.com
+
+- updated to version 2.0.5
+ see installed CHANGELOG.md
+
+  ## 2.0.5 (2016-06-02)
+  
+  * Add support for reST using Pandoc (#284, mfenner)
+  * Make lazy loading thread-safe; remove warning (judofyr)
+
+---

Old:

  tilt-2.0.4.gem

New:

  tilt-2.0.5.gem



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.iwvzLt/_old  2016-06-19 10:48:22.0 +0200
+++ /var/tmp/diff_new_pack.iwvzLt/_new  2016-06-19 10:48:22.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-tilt
-Version:2.0.4
+Version:2.0.5
 Release:0
 %define mod_name tilt
 %define mod_full_name %{mod_name}-%{version}

++ tilt-2.0.4.gem -> tilt-2.0.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-05-16 10:25:06.0 +0200
+++ new/CHANGELOG.md2016-06-02 21:20:05.0 +0200
@@ -1,3 +1,8 @@
+## 2.0.5 (2016-06-02)
+
+* Add support for reST using Pandoc (#284, mfenner)
+* Make lazy loading thread-safe; remove warning (judofyr)
+
 ## 2.0.4 (2016-05-16)
 
 * Fix regression in BuilderTemplate (#283, judofyr)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/COPYING new/COPYING
--- old/COPYING 2016-05-16 10:25:06.0 +0200
+++ new/COPYING 2016-06-02 21:20:05.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2010 Ryan Tomayko 
+Copyright (c) 2010-2016 Ryan Tomayko 
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-05-16 10:25:06.0 +0200
+++ new/README.md   2016-06-02 21:20:05.0 +0200
@@ -41,6 +41,7 @@
 | BlueCloth   | .markdown, .mkd, .md   | bluecloth 
 | Community   |
 | Kramdown| .markdown, .mkd, .md   | kramdown  
 | Community   |
 | Pandoc  | .markdown, .mkd, .md   | pandoc
 | Community   |
+| reStructuredText| .rst   | pandoc
 | Community   |
 | Maruku  | .markdown, .mkd, .md   | maruku
 | Community   |
 | CommonMarker| .markdown, .mkd, .md   | commonmarker  
 | Community   |
 | RedCloth| .textile   | redcloth  
 | Community   |
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/docs/TEMPLATES.md new/docs/TEMPLATES.md
--- old/docs/TEMPLATES.md   2016-05-16 10:25:06.0 +0200
+++ new/docs/TEMPLATES.md   2016-06-02 21:20:05.0 +0200
@@ -33,10 +33,11 @@
  * CoffeeScript - `Tilt::CoffeeScriptTemplate`
  * Literate CoffeeScript - `Tilt::CoffeeScriptLiterateTemplate`
  * [Textile](#redcloth) - `Tilt::RedClothTemplate`
+ * reStructuredText - `Tilt::RstPandocTemplate`
  * Creole - `Tilt::CreoleTemplate`
  * [RDoc](#rdoc) - `Tilt::RDocTemplate`
 
-Tilt has extensive support for Markdown, backed by one of four different
+Tilt has extensive support for Markdown, backed by one of seven different
 implementations (depending on which are available on your system):
 
  * [Markdown](#markdown) - Generic Markdown implementation
@@ -45,6 +46,7 @@
  * BlueCloth - `Tilt::BlueClothTemplate`
  * Kramdown - `Tilt::KramdownTemplate`
  * Pandoc - `Tilt::PandocTemplate`
+ * CommonMarker - `Tilt::CommonMarkerTemplate`
  * Maruku - `Tilt::MarukuTemplate`
 
 
@@ -393,6 +395,31 @@
 
   * [RedCloth][redcloth]
 
+
+reStructuredText (`rst`)
+---
+
+reStructuredText is a lightweight markup language originally developed by 
David Goodger,
+based on StructuredText and 

commit rubygem-tilt for openSUSE:Factory

2016-05-28 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2016-05-29 03:12:14

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


Package is "rubygem-tilt"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2016-03-01 09:40:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new/rubygem-tilt.changes   
2016-05-29 03:13:12.0 +0200
@@ -1,0 +2,24 @@
+Sat May 21 04:39:42 UTC 2016 - co...@suse.com
+
+- updated to version 2.0.4
+ see installed CHANGELOG.md
+
+  ## 2.0.4 (2016-05-16)
+  
+  * Fix regression in BuilderTemplate (#283, judofyr)
+
+---
+Fri May 13 04:51:41 UTC 2016 - co...@suse.com
+
+- updated to version 2.0.3
+ see installed CHANGELOG.md
+
+  ## 2.0.3 (2016-05-12)
+  
+  * Add Pandoc support (#276, jmuheim)
+  * Add CommonMark support (#282, raphink)
+  * Add TypeScript support (#278, nghitran)
+  * Work with frozen string literal (#274, jeremyevans)
+  * Add MIME type for Babel (#273, SaitoWu)
+
+---

Old:

  tilt-2.0.2.gem

New:

  tilt-2.0.4.gem



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.g12eRw/_old  2016-05-29 03:13:13.0 +0200
+++ /var/tmp/diff_new_pack.g12eRw/_new  2016-05-29 03:13:13.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-tilt
-Version:2.0.2
+Version:2.0.4
 Release:0
 %define mod_name tilt
 %define mod_full_name %{mod_name}-%{version}

++ tilt-2.0.2.gem -> tilt-2.0.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-01-05 13:57:20.0 +0100
+++ new/CHANGELOG.md2016-05-16 10:25:06.0 +0200
@@ -1,3 +1,15 @@
+## 2.0.4 (2016-05-16)
+
+* Fix regression in BuilderTemplate (#283, judofyr)
+
+## 2.0.3 (2016-05-12)
+
+* Add Pandoc support (#276, jmuheim)
+* Add CommonMark support (#282, raphink)
+* Add TypeScript support (#278, nghitran)
+* Work with frozen string literal (#274, jeremyevans)
+* Add MIME type for Babel (#273, SaitoWu)
+
 ## 2.0.2 (2016-01-06)
 
 * Pass options to Redcarpet (#250, hughbien)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2016-01-05 13:57:20.0 +0100
+++ new/Gemfile 2016-05-16 10:25:06.0 +0200
@@ -21,6 +21,7 @@
 gem 'less'
 gem 'coffee-script'
 gem 'babel-transpiler'
+gem 'typescript-node'
   end
 end
 
@@ -36,6 +37,7 @@
   gem 'asciidoctor', '>= 0.1.0'
   gem 'liquid'
   gem 'maruku'
+  gem 'pandoc-ruby'
 
   if RUBY_VERSION > '1.9.3'
 gem 'prawn', '>= 2.0.0'
@@ -50,6 +52,7 @@
 gem 'redcarpet' if RUBY_VERSION > '1.8.7'
 gem 'rdiscount', '>= 2.1.6' if RUBY_VERSION != '1.9.2'
 gem 'RedCloth'
+gem 'commonmarker' if RUBY_VERSION > '1.9.3'
   end
 
   platform :mri do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-01-05 13:57:20.0 +0100
+++ new/README.md   2016-05-16 10:25:06.0 +0200
@@ -40,7 +40,9 @@
 | Redcarpet   | .markdown, .mkd, .md   | redcarpet 
 | Community   |
 | BlueCloth   | .markdown, .mkd, .md   | bluecloth 
 | Community   |
 | Kramdown| .markdown, .mkd, .md   | kramdown  
 | Community   |
+| Pandoc  | .markdown, .mkd, .md   | pandoc
 | Community   |
 | Maruku  | .markdown, .mkd, .md   | maruku
 | Community   |
+| CommonMarker| .markdown, .mkd, .md   | commonmarker  
 | Community   |
 | RedCloth| .textile   | redcloth  
 | Community   |
 | RDoc| .rdoc  | rdoc  
 | Tilt team   |
 | Radius  | .radius| radius
 | Community   |
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/docs/TEMPLATES.md new/docs/TEMPLATES.md
--- old/docs/TEMPLATES.md   2016-01-05 13:57:20.0 +0100
+++ new/docs/TEMPLATES.md   2016-05-16 10:25:06.0 +0200
@@ -44,6 +44,7 @@
  * 

commit rubygem-tilt for openSUSE:Factory

2016-03-01 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2016-03-01 09:40:03

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


Package is "rubygem-tilt"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2014-12-03 22:53:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new/rubygem-tilt.changes   
2016-03-01 09:40:09.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 21 05:50:04 UTC 2016 - co...@suse.com
+
+- updated to version 2.0.2
+ see installed CHANGELOG.md
+
+---

Old:

  tilt-2.0.1.gem

New:

  gem2rpm.yml
  tilt-2.0.2.gem



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.Zz2KTb/_old  2016-03-01 09:40:12.0 +0100
+++ /var/tmp/diff_new_pack.Zz2KTb/_new  2016-03-01 09:40:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tilt
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -16,27 +16,34 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-tilt
-Version:2.0.1
+Version:2.0.2
 Release:0
 %define mod_name tilt
 %define mod_full_name %{mod_name}-%{version}
-%define mod_branch -%{version}
-%define mod_weight 20001
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc > 3.10}
+BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-BuildRequires:  rubygem(rdoc) > 3.10
 Url:http://github.com/rtomayko/tilt/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Generic interface to multiple Ruby template engines
 License:MIT
 Group:  Development/Languages/Ruby
 PreReq: update-alternatives
 
 %description
-Generic interface to multiple Ruby template engines
+Generic interface to multiple Ruby template engines.
 
 %prep
 

++ gem2rpm.yml ++
# ---
# ## 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: 
# ## 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:
#   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
#
++ tilt-2.0.1.gem -> tilt-2.0.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2014-03-21 09:49:40.0 +0100
+++ new/CHANGELOG.md2016-01-05 13:57:20.0 +0100
@@ -1,4 +1,16 @@
-## master
+## 2.0.2 (2016-01-06)
+
+* Pass options to Redcarpet (#250, hughbien)
+* Haml: Improve error message on frozen self (judofyr)
+* Add basic support for Babel (judofyr)
+* Add support for .litcoffee (#243, judofyr, mr-vinn)
+* Document 

commit rubygem-tilt for openSUSE:Factory

2014-12-03 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2014-12-03 22:53:19

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


Package is rubygem-tilt

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2014-03-25 13:28:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new/rubygem-tilt.changes   
2014-12-03 22:53:20.0 +0100
@@ -1,0 +2,5 @@
+Mon Oct 13 07:22:17 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.RmTbXM/_old  2014-12-03 22:53:21.0 +0100
+++ /var/tmp/diff_new_pack.RmTbXM/_new  2014-12-03 22:53:21.0 +0100
@@ -25,7 +25,7 @@
 %define mod_weight 20001
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
 BuildRequires:  rubygem(rdoc)  3.10
 Url:http://github.com/rtomayko/tilt/
@@ -38,68 +38,16 @@
 %description
 Generic interface to multiple Ruby template engines
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/tilt{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/tilt
-ln -s %{_sysconfdir}/alternatives/tilt %{buildroot}%{_bindir}/tilt
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{gem_base}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/tilt tilt %{_bindir}/tilt%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove tilt %{_bindir}/tilt%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/tilt%{mod_branch}
-%{_bindir}/tilt
-%ghost %{_sysconfdir}/alternatives/tilt
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/test
+%gem_install \
+  --symlink-binaries \
+  --doc-files=CHANGELOG.md COPYING 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



commit rubygem-tilt for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2014-03-25 13:28:32

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


Package is rubygem-tilt

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2013-12-06 14:45:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new/rubygem-tilt.changes   
2014-03-25 13:28:33.0 +0100
@@ -1,0 +2,11 @@
+Sun Mar 23 06:56:34 UTC 2014 - co...@suse.com
+
+- updated to version 2.0.1
+ * Fix Tilt::Mapping bug in Ruby 2.1.0 
(9589652c569760298f2647f7a0f9ed4f85129f20)
+ * Fix `tilt --list` (#223, Achrome)
+ * Fix circular require (#221, amarshall)
+ * Support Pathname in Template#new (#219, kabturek)
+ * Add Mapping#templates_for (judofyr)
+ * Support old-style #register (judofyr)
+
+---

Old:

  tilt-2.0.0.gem

New:

  tilt-2.0.1.gem



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.hYiMkN/_old  2014-03-25 13:28:34.0 +0100
+++ /var/tmp/diff_new_pack.hYiMkN/_new  2014-03-25 13:28:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tilt
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -17,15 +17,15 @@
 
 
 Name:   rubygem-tilt
-Version:2.0.0
+Version:2.0.1
 Release:0
 %define mod_name tilt
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 2
+%define mod_weight 20001
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 3
 BuildRequires:  update-alternatives
 BuildRequires:  rubygem(rdoc)  3.10
 Url:http://github.com/rtomayko/tilt/
@@ -70,9 +70,9 @@
 ln -s %{_sysconfdir}/alternatives/tilt %{buildroot}%{_bindir}/tilt
 
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{gem_base}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %post
 /usr/sbin/update-alternatives --install \
@@ -89,17 +89,17 @@
 %{_bindir}/tilt%{mod_branch}
 %{_bindir}/tilt
 %ghost %{_sysconfdir}/alternatives/tilt
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/test
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{gem_base}/gems/%{mod_full_name}/test
 
 %changelog

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



commit rubygem-tilt for openSUSE:Factory

2013-12-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2013-12-06 14:25:48

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


Package is rubygem-tilt

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2013-05-17 08:35:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new/rubygem-tilt.changes   
2013-12-06 14:45:25.0 +0100
@@ -1,0 +2,18 @@
+Sun Dec  1 16:11:08 UTC 2013 - co...@suse.com
+
+- updated to version 2.0.0
+ * Add Handlebars as external template engine (#204, judofyr, jimothyGator)
+ * Add org-ruby as external template engine (#207, judofyr, minad)
+ * Documentation typo (#208, elgalu)
+ * Documentation typo (#202, chip)
+ * Use YARD for documentation (#189, judofyr)
+ * Add Slim as an external template engine (judofyr)
+ * Add Tilt.templates_for (#121, judofyr)
+ * Add Tilt.current_template (#151, judofyr)
+ * Avoid loading all files in tilt.rb (#160, #187, judofyr)
+ * Implement lazily required templates classes (#178, #187, judofyr)
+ * Move #allows_script and default_mime_type to metadata (#187, judofyr)
+ * Introduce Tilt::Mapping (#187, judofyr)
+ * Make template compilation thread-safe (#191, judofyr)
+
+---

Old:

  tilt-1.4.1.gem

New:

  tilt-2.0.0.gem



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.CujBUl/_old  2013-12-06 14:45:25.0 +0100
+++ /var/tmp/diff_new_pack.CujBUl/_new  2013-12-06 14:45:25.0 +0100
@@ -17,21 +17,22 @@
 
 
 Name:   rubygem-tilt
-Version:1.4.1
+Version:2.0.0
 Release:0
 %define mod_name tilt
 %define mod_full_name %{mod_name}-%{version}
+%define mod_branch -%{version}
+%define mod_weight 2
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+BuildRequires:  update-alternatives
 BuildRequires:  rubygem(rdoc)  3.10
 Url:http://github.com/rtomayko/tilt/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Generic interface to multiple Ruby template engines
 License:MIT
 Group:  Development/Languages/Ruby
-%define mod_branch -%{version}
-%define mod_weight 1
 PreReq: update-alternatives
 
 %description
@@ -63,9 +64,13 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 mv %{buildroot}%{_bindir}/tilt{,%{mod_branch}}
-ln -s tilt%{mod_branch} %{buildroot}%{_bindir}/tilt
+touch %{buildroot}%{_sysconfdir}/alternatives/tilt
+ln -s %{_sysconfdir}/alternatives/tilt %{buildroot}%{_bindir}/tilt
+
 mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
@@ -82,7 +87,8 @@
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
 %{_bindir}/tilt%{mod_branch}
-%ghost %{_bindir}/tilt
+%{_bindir}/tilt
+%ghost %{_sysconfdir}/alternatives/tilt
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

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



commit rubygem-tilt for openSUSE:Factory

2013-05-17 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2013-05-17 08:34:59

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


Package is rubygem-tilt

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2013-04-20 18:02:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new/rubygem-tilt.changes   
2013-05-17 08:35:00.0 +0200
@@ -1,0 +2,12 @@
+Thu May  9 16:39:13 UTC 2013 - co...@suse.com
+
+- updated to version 1.4.1
+ * Support Arrays in pre/postambles (#193, jbwiv)
+
+---
+Sun May  5 15:12:50 UTC 2013 - co...@suse.com
+
+- updated to version 1.4.0
+ * Better encoding support
+
+---

Old:

  tilt-1.3.7.gem

New:

  tilt-1.4.1.gem



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.ITzmwz/_old  2013-05-17 08:35:00.0 +0200
+++ /var/tmp/diff_new_pack.ITzmwz/_new  2013-05-17 08:35:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-tilt
-Version:1.3.7
+Version:1.4.1
 Release:0
 %define mod_name tilt
 %define mod_full_name %{mod_name}-%{version}
@@ -30,7 +30,7 @@
 Summary:Generic interface to multiple Ruby template engines
 License:MIT
 Group:  Development/Languages/Ruby
-%define mod_branch -1.3.7
+%define mod_branch -%{version}
 %define mod_weight 1
 PreReq: update-alternatives
 
@@ -65,6 +65,9 @@
 %gem_install -f
 mv %{buildroot}%{_bindir}/tilt{,%{mod_branch}}
 ln -s tilt%{mod_branch} %{buildroot}%{_bindir}/tilt
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %post
 /usr/sbin/update-alternatives --install \
@@ -77,6 +80,7 @@
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_bindir}/tilt%{mod_branch}
 %ghost %{_bindir}/tilt
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem

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



commit rubygem-tilt for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2013-04-20 18:02:13

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


Package is rubygem-tilt, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2013-03-26 07:02:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new/rubygem-tilt.changes   
2013-04-20 18:02:14.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 12 09:21:14 UTC 2013 - co...@suse.com
+
+- updated to version 1.3.7
+ * Erubis: Check for the correct constant (#183, mattwildig)
+ * Don't fail when BasicObject is defined in 1.8 (#182, technobrat, judofyr)
+
+---

Old:

  tilt-1.3.6.gem

New:

  tilt-1.3.7.gem



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.eBAveG/_old  2013-04-20 18:02:15.0 +0200
+++ /var/tmp/diff_new_pack.eBAveG/_new  2013-04-20 18:02:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-tilt
-Version:1.3.6
+Version:1.3.7
 Release:0
 %define mod_name tilt
 %define mod_full_name %{mod_name}-%{version}
@@ -26,10 +26,13 @@
 BuildRequires:  ruby-macros = 1
 BuildRequires:  rubygem(rdoc)  3.10
 Url:http://github.com/rtomayko/tilt/
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Generic interface to multiple Ruby template engines
 License:MIT
 Group:  Development/Languages/Ruby
+%define mod_branch -1.3.7
+%define mod_weight 1
+PreReq: update-alternatives
 
 %description
 Generic interface to multiple Ruby template engines
@@ -60,10 +63,22 @@
 
 %install
 %gem_install -f
+mv %{buildroot}%{_bindir}/tilt{,%{mod_branch}}
+ln -s tilt%{mod_branch} %{buildroot}%{_bindir}/tilt
+
+%post
+/usr/sbin/update-alternatives --install \
+%{_bindir}/tilt tilt %{_bindir}/tilt%{mod_branch} %{mod_weight}
+
+%preun
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove tilt %{_bindir}/tilt%{mod_branch}
+fi
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/tilt
+%{_bindir}/tilt%{mod_branch}
+%ghost %{_bindir}/tilt
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test

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



commit rubygem-tilt for openSUSE:Factory

2013-03-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2013-03-26 07:02:06

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


Package is rubygem-tilt, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2013-03-11 07:46:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new/rubygem-tilt.changes   
2013-03-26 07:02:07.0 +0100
@@ -1,0 +2,10 @@
+Mon Mar 18 06:16:43 UTC 2013 - co...@suse.com
+
+- updated to version 1.3.6
+ * Accept Hash that implements #path as options (#180, lawso017)
+ * Changed extension for CsvTemplate from '.csv' to '.rcsv' (#177, alexgb)
+ * Fixed extension for PlainTemplate (judofyr)
+ * Improved local variables regexp (#174, razorinc)
+ * Added CHANGELOG.md
+ 
+---
@@ -4,0 +15,15 @@
+ * Support RDoc 4.0 (#168, judofyr)
+ * Add mention of Org-Mode support (#165, aslakknutsen)
+ * Add AsciiDoctorTemplate (#163, #164, aslakknutsen)
+ * Add PlainTextTemplate (nathanaeljones)
+ * Restrict locals to valid variable names (#158, thinkerbot)
+ * ERB: Improve trim mode support (#156, ssimeonov)
+ * Add CSVTemplate (#153, alexgb)
+ * Remove special case for 1.9.1 (#147, guilleiguaran)
+ * Add allows\_script? method to Template (#143, bhollis)
+ * Default to using Redcarpet2 (#139, DAddYE)
+ * Allow File/Tempfile as filenames (#134, jamesotron)
+ * Add EtanniTemplate (#131, manveru)
+ * Support RDoc 3.10 (#112, timfel)
+ * Always compile templates; remove old source evaluator (rtomayko)
+ * Less: Options are now being passed to the parser (#106, cowboyd)

Old:

  tilt-1.3.4.gem

New:

  tilt-1.3.6.gem



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.K0h4aM/_old  2013-03-26 07:02:09.0 +0100
+++ /var/tmp/diff_new_pack.K0h4aM/_new  2013-03-26 07:02:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-tilt
-Version:1.3.4
+Version:1.3.6
 Release:0
 %define mod_name tilt
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-tilt for openSUSE:Factory

2013-03-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2013-03-11 07:46:14

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


Package is rubygem-tilt, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2012-08-05 00:07:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new/rubygem-tilt.changes   
2013-03-11 07:46:16.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar  3 08:04:35 UTC 2013 - co...@suse.com
+
+- updated to version 1.3.4
+
+---

Old:

  tilt-1.3.3.gem

New:

  tilt-1.3.4.gem



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.pv8caO/_old  2013-03-11 07:46:17.0 +0100
+++ /var/tmp/diff_new_pack.pv8caO/_new  2013-03-11 07:46:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tilt
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,13 +17,14 @@
 
 
 Name:   rubygem-tilt
-Version:1.3.3
+Version:1.3.4
 Release:0
 %define mod_name tilt
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+BuildRequires:  rubygem(rdoc)  3.10
 Url:http://github.com/rtomayko/tilt/
 Source: %{mod_full_name}.gem
 Summary:Generic interface to multiple Ruby template engines

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



commit rubygem-tilt for openSUSE:Factory

2012-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2012-08-04 20:59:27

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


Package is rubygem-tilt, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tilt/rubygem-tilt.changes
2012-03-26 11:07:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new/rubygem-tilt.changes   
2012-08-05 00:07:11.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 31 15:39:31 UTC 2012 - jreidin...@suse.com
+
+- gem2rpm to get new provisions 
+
+---



Other differences:
--
++ rubygem-tilt.spec ++
--- /var/tmp/diff_new_pack.MQWAtS/_old  2012-08-05 00:07:21.0 +0200
+++ /var/tmp/diff_new_pack.MQWAtS/_new  2012-08-05 00:07:21.0 +0200
@@ -15,21 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-tilt
 Version:1.3.3
 Release:0
-License:MIT
-Summary:Generic interface to multiple Ruby template engines
-Url:http://github.com/rtomayko/tilt/
-Group:  Development/Languages/Ruby
 %define mod_name tilt
 %define mod_full_name %{mod_name}-%{version}
-Source: %{mod_full_name}.gem
-BuildRequires:  rubygems_with_buildroot_patch
-Provides:   rubygem-%{mod_name}-1 = %{version}
-Provides:   rubygem-%{mod_name}-1_3 = %{version}
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros = 1
+Url:http://github.com/rtomayko/tilt/
+Source: %{mod_full_name}.gem
+Summary:Generic interface to multiple Ruby template engines
+License:MIT
+Group:  Development/Languages/Ruby
 
 %description
 Generic interface to multiple Ruby template engines
@@ -52,9 +51,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{SOURCE0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)


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



commit rubygem-tilt for openSUSE:Factory

2012-03-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tilt for openSUSE:Factory 
checked in at 2012-03-26 11:07:28

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


Package is rubygem-tilt, Maintainer is mrueck...@suse.com

Changes:

New Changes file:

--- /dev/null   2012-03-17 10:42:43.883537212 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tilt.new/rubygem-tilt.changes   
2012-03-26 11:07:30.0 +0200
@@ -0,0 +1,50 @@
+---
+Fri Mar 23 10:50:39 UTC 2012 - sasc...@suse.de
+
+- Spec file cleanup:
+  * Factory preparation
+
+---
+Thu Oct  6 16:04:33 UTC 2011 - fcaste...@suse.com
+
+- update to 1.3.3 (bnc#727772)
+  - Add Yajl Template implementation to render JSON content.
+  - Add Yajl to the REAME.
+  - Refactor the code to use a buffer variable.
+  - Avoid creating an other variable.
+  - Options is an attr, no need to pass it as argument.
+  - markdown tests don't work without nokogiri
+  - support for less 2.0, related to #90
+  - enable radius tests on 1.9 for radius = 0.7
+  - Merge pull request #85 from weppos/yajl
+  - Fix compilesite test for multiple threads (closes #93)
+  - list sprockets
+  - support for redcarpet 2.0
+  - redcarpet 1.x compatibility mode
+  - prefer redcarpet over rdiscount
+  - add support for mediawiki templates
+  - sass has its own gem now
+  - axe old rubyforge_project from gemspec
+  - add development dependencies for new template implementations
+  - add a Gemfile for installing all deps when developing
+
+---
+Mon Sep 12 13:54:29 UTC 2011 - mrueck...@suse.de
+
+- provide the single digit versioned name aswell
+
+---
+Thu Jul 21 12:33:27 UTC 2011 - mrueck...@suse.de
+
+- update to 1.3.2
+
+---
+Fri Mar  4 08:36:16 UTC 2011 - fcaste...@novell.com
+
+- Updated to 1.2.2
+
+---
+Wed Dec  1 18:58:33 UTC 2010 - sasc...@gmx.de
+
+- Initial version (1.1.0).
+

New:

  rubygem-tilt.changes
  rubygem-tilt.spec
  tilt-1.3.3.gem



Other differences:
--
++ rubygem-tilt.spec ++
#
# spec file for package rubygem-tilt
#
# Copyright (c) 2012 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-tilt
Version:1.3.3
Release:0
License:MIT
Summary:Generic interface to multiple Ruby template engines
Url:http://github.com/rtomayko/tilt/
Group:  Development/Languages/Ruby
%define mod_name tilt
%define mod_full_name %{mod_name}-%{version}
Source: %{mod_full_name}.gem
BuildRequires:  rubygems_with_buildroot_patch
Provides:   rubygem-%{mod_name}-1 = %{version}
Provides:   rubygem-%{mod_name}-1_3 = %{version}
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%rubygems_requires

%description
Generic interface to multiple Ruby template engines

%package doc
Summary:RDoc documentation for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description doc
Documentation generated at gem installation time.
Usually in RDoc and RI formats.

%package testsuite
Summary:Test suite for %{mod_name}
Group:  Development/Languages/Ruby
Requires:   %{name} = %{version}

%description testsuite
Test::Unit or RSpec files, useful for developers.

%prep
%build
%install
%gem_install %{SOURCE0}

%files
%defattr(-,root,root,-)
%{_bindir}/tilt
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec

%files doc
%defattr(-,root,root,-)
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/

%files testsuite
%defattr(-,root,root,-)