commit rubygem-sdoc for openSUSE:Factory

2020-04-21 Thread root
Hello community,

here is the log from the commit of package rubygem-sdoc for openSUSE:Factory 
checked in at 2020-04-21 13:13:29

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


Package is "rubygem-sdoc"

Tue Apr 21 13:13:29 2020 rev:4 rq:795274 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sdoc/rubygem-sdoc.changes
2018-03-06 10:45:59.579090935 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sdoc.new.2738/rubygem-sdoc.changes  
2020-04-21 13:13:32.829156913 +0200
@@ -1,0 +2,7 @@
+Wed Apr  8 12:45:53 UTC 2020 - Klaus Kämpf 
+
+- updated to version 1.1.0
+  * #138 - Fix panel header overflow on Chrome
+  * 39e6cae9 - Display version using -v or --version flags
+
+---

Old:

  sdoc-1.0.0.gem

New:

  sdoc-1.1.0.gem



Other differences:
--
++ rubygem-sdoc.spec ++
--- /var/tmp/diff_new_pack.BZ1AzC/_old  2020-04-21 13:13:34.965161173 +0200
+++ /var/tmp/diff_new_pack.BZ1AzC/_new  2020-04-21 13:13:34.969161182 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sdoc
 #
-# Copyright (c) 2018 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
@@ -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-sdoc
-Version:1.0.0
+Version:1.1.0
 Release:0
 %define mod_name sdoc
 %define mod_full_name %{mod_name}-%{version}
@@ -36,7 +36,7 @@
 BuildRequires:  %{rubygem rdoc  >= 5.0}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  update-alternatives
-Url:https://github.com/zzak/sdoc
+URL:https://github.com/zzak/sdoc
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:rdoc html with javascript search index

++ sdoc-1.0.0.gem -> sdoc-1.1.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2018-02-06 16:40:03.0 +0100
+++ new/.travis.yml 2020-03-14 19:25:05.0 +0100
@@ -1,15 +1,16 @@
 language: ruby
 cache: bundler
 before_install:
+  - gem update --system
   - gem install bundler
 rvm:
   - 1.9.3
   - 2.0.0
   - 2.1.0
-  - 2.2.9
-  - 2.3.6
-  - 2.4.2
-  - 2.5.0
+  - 2.2.10
+  - 2.3.7
+  - 2.4.4
+  - 2.5.1
   - ruby-head
   - jruby-head
 matrix:
@@ -17,10 +18,10 @@
 - env: rdoc=master
 - rvm: jruby-head
   include:
-- { rvm: 2.2.9, env: rdoc=master }
-- { rvm: 2.3.6, env: rdoc=master }
-- { rvm: 2.4.2, env: rdoc=master }
-- { rvm: 2.5.0, env: rdoc=master }
+- { rvm: 2.2.10, env: rdoc=master }
+- { rvm: 2.3.7, env: rdoc=master }
+- { rvm: 2.4.4, env: rdoc=master }
+- { rvm: 2.5.1, env: rdoc=master }
 - { rvm: ruby-head, env: rdoc=master }
 - { rvm: jruby-head, env: rdoc=master }
 notifications:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2018-02-06 16:40:03.0 +0100
+++ new/CHANGELOG.md2020-03-14 19:25:05.0 +0100
@@ -1,3 +1,21 @@
+1.1.0
+=
+
+* #138 - Fix panel header overflow on Chrome
+* 39e6cae9 - Display version using `-v` or `--version` flags
+
+1.0.0
+=
+
+* #110 - Strip out HTML tags from search results description
+* #109 - Add basic SEO tags
+* #108 - Tiny refresh of the Rails theme
+* e6f02b91 - Remove the jQuery effect library
+* 73ace366 - Remove the `--without-search` option
+* b1d429f2 - Produce HTML 5 output
+* 38d06095 - Support only RDoc 5 and up
+* #96 - Require at least Ruby 1.9.3
+
 0.4.2
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2018-02-06 16:40:03.0 +0100
+++ new/README.md   2020-03-14 19:25:05.0 +0100
@@ -1,6 +1,6 @@
 # SDoc
 
-[![Build 
Status](https://travis-ci.org/zzak/sdoc.png?branch=master)](https://travis-ci.org/zzak/sdoc)
+[![Build 
Status](https://travis-ci.org/zzak/sdoc.svg?branch=master)](https://travis-ci.org/zzak/sdoc)
 
 **Powering http://api.rubyonrails.org/**
 
@@ -62,9 +62,9 @@
 require 'rdoc/task' # ensure this file is also required in order to use 
`RDoc::Task`
 
 RDoc::Task.new do |rdoc|
-  rdoc.r

commit rubygem-sdoc for openSUSE:Factory

2018-03-06 Thread root
Hello community,

here is the log from the commit of package rubygem-sdoc for openSUSE:Factory 
checked in at 2018-03-06 10:45:57

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


Package is "rubygem-sdoc"

Tue Mar  6 10:45:57 2018 rev:3 rq:581500 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sdoc/rubygem-sdoc.changes
2016-11-07 12:22:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sdoc.new/rubygem-sdoc.changes   
2018-03-06 10:45:59.579090935 +0100
@@ -1,0 +2,6 @@
+Tue Feb 27 05:32:32 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.0.0
+ see installed CHANGELOG.md
+
+---

Old:

  sdoc-0.4.2.gem

New:

  sdoc-1.0.0.gem



Other differences:
--
++ rubygem-sdoc.spec ++
--- /var/tmp/diff_new_pack.6qxtDJ/_old  2018-03-06 10:46:00.239067095 +0100
+++ /var/tmp/diff_new_pack.6qxtDJ/_new  2018-03-06 10:46:00.239067095 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sdoc
 #
-# Copyright (c) 2016 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,21 +24,20 @@
 #
 
 Name:   rubygem-sdoc
-Version:0.4.2
+Version:1.0.0
 Release:0
 %define mod_name sdoc
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby}
+BuildRequires:  %{ruby >= 1.9.3}
 BuildRequires:  ruby-macros >= 5
-# rdoc ~> 4.0
+# rdoc >= 5.0
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  %{rubygem rdoc  < 5}
-BuildRequires:  %{rubygem rdoc  => 4.0}
+BuildRequires:  %{rubygem rdoc  >= 5.0}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  update-alternatives
 Url:https://github.com/zzak/sdoc
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:rdoc html with javascript search index
 License:MIT

++ sdoc-0.4.2.gem -> sdoc-1.0.0.gem ++
 2728 lines of diff (skipped)




commit rubygem-sdoc for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sdoc for openSUSE:Factory 
checked in at 2016-11-07 12:22:49

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


Package is "rubygem-sdoc"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-sdoc/rubygem-sdoc.changes
2015-02-16 21:09:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sdoc.new/rubygem-sdoc.changes   
2016-11-07 12:22:50.0 +0100
@@ -1,0 +2,6 @@
+Sat Oct  8 04:37:10 UTC 2016 - co...@suse.com
+
+- updated to version 0.4.2
+  no changelog found
+
+---

Old:

  sdoc-0.4.1.gem

New:

  sdoc-0.4.2.gem



Other differences:
--
++ rubygem-sdoc.spec ++
--- /var/tmp/diff_new_pack.bjWntx/_old  2016-11-07 12:22:51.0 +0100
+++ /var/tmp/diff_new_pack.bjWntx/_new  2016-11-07 12:22:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sdoc
 #
-# 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,8 +16,15 @@
 #
 
 
+#
+# 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-sdoc
-Version:0.4.1
+Version:0.4.2
 Release:0
 %define mod_name sdoc
 %define mod_full_name %{mod_name}-%{version}
@@ -30,7 +37,7 @@
 BuildRequires:  %{rubygem rdoc  => 4.0}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  update-alternatives
-Url:http://github.com/voloko/sdoc
+Url:https://github.com/zzak/sdoc
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:rdoc html with javascript search index
@@ -48,7 +55,7 @@
 %install
 %gem_install \
   --symlink-binaries \
-  --doc-files="LICENSE README.md" \
+  --doc-files="CHANGELOG.md LICENSE README.md" \
   -f
 
 %gem_packages

++ sdoc-0.4.1.gem -> sdoc-0.4.2.gem ++
 2218 lines of diff (skipped)