openSUSE Commits
Threads by month
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
October 2017
- 1 participants
- 1963 discussions
Hello community,
here is the log from the commit of package rubygem-jekyll for openSUSE:Factory checked in at 2017-10-31 15:43:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-jekyll (Old)
and /work/SRC/openSUSE:Factory/.rubygem-jekyll.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-jekyll"
Tue Oct 31 15:43:43 2017 rev:5 rq:537500 version:3.6.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-jekyll/rubygem-jekyll.changes 2017-10-17 01:52:51.561475207 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-jekyll.new/rubygem-jekyll.changes 2017-10-31 15:43:44.046352440 +0100
@@ -1,0 +2,6 @@
+Thu Oct 26 10:04:36 UTC 2017 - coolo(a)suse.com
+
+- updated to version 3.6.2
+ no changelog found
+
+-------------------------------------------------------------------
Old:
----
jekyll-3.6.0.gem
New:
----
jekyll-3.6.2.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-jekyll.spec ++++++
--- /var/tmp/diff_new_pack.K3TgBz/_old 2017-10-31 15:43:44.642330834 +0100
+++ /var/tmp/diff_new_pack.K3TgBz/_new 2017-10-31 15:43:44.646330689 +0100
@@ -24,7 +24,7 @@
#
Name: rubygem-jekyll
-Version: 3.6.0
+Version: 3.6.2
Release: 0
%define mod_name jekyll
%define mod_full_name %{mod_name}-%{version}
++++++ jekyll-3.6.0.gem -> jekyll-3.6.2.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.rubocop.yml new/.rubocop.yml
--- old/.rubocop.yml 2017-09-21 23:30:21.000000000 +0200
+++ new/.rubocop.yml 2017-10-21 21:23:45.000000000 +0200
@@ -1,6 +1,6 @@
---
AllCops:
- TargetRubyVersion: 2.0
+ TargetRubyVersion: 2.1
Include:
- lib/**/*.rb
Exclude:
@@ -21,7 +21,7 @@
Layout/EmptyLinesAroundModuleBody:
Enabled: false
Layout/EndOfLine:
- EnforcedStyle: lf
+ EnforcedStyle: native
Layout/ExtraSpacing:
AllowForAlignment: true
Layout/FirstParameterIndentation:
@@ -44,10 +44,14 @@
Enabled: false
Lint/EndAlignment:
Severity: error
+Lint/RescueWithoutErrorClass:
+ Enabled: false
Lint/UnreachableCode:
Severity: error
Lint/UselessAccessModifier:
Enabled: false
+Lint/Void:
+ Enabled: false
Metrics/AbcSize:
Max: 21
Metrics/BlockLength:
@@ -82,6 +86,10 @@
Max: 4
Metrics/PerceivedComplexity:
Max: 8
+Naming/FileName:
+ Enabled: false
+Naming/HeredocDelimiterNaming:
+ Enabled: false
Security/MarshalLoad:
Exclude:
- !ruby/regexp /test\/.*.rb$/
@@ -109,8 +117,6 @@
- !ruby/regexp /features\/.*.rb$/
Style/DoubleNegation:
Enabled: false
-Style/FileName:
- Enabled: false
Style/GuardClause:
Enabled: false
Style/HashSyntax:
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/commands/build.rb new/lib/jekyll/commands/build.rb
--- old/lib/jekyll/commands/build.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/commands/build.rb 2017-10-21 21:23:45.000000000 +0200
@@ -96,7 +96,7 @@
)
end
end
- end # end of class << self
+ end
end
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/commands/doctor.rb new/lib/jekyll/commands/doctor.rb
--- old/lib/jekyll/commands/doctor.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/commands/doctor.rb 2017-10-21 21:23:45.000000000 +0200
@@ -86,7 +86,7 @@
def urls_only_differ_by_case(site)
urls_only_differ_by_case = false
urls = case_insensitive_urls(site.pages + site.docs_to_write, site.dest)
- urls.each do |_case_insensitive_url, real_urls|
+ urls.each_value do |real_urls|
next unless real_urls.uniq.size > 1
urls_only_differ_by_case = true
Jekyll.logger.warn "Warning:", "The following URLs only differ" \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/commands/serve/servlet.rb new/lib/jekyll/commands/serve/servlet.rb
--- old/lib/jekyll/commands/serve/servlet.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/commands/serve/servlet.rb 2017-10-21 21:23:45.000000000 +0200
@@ -27,7 +27,7 @@
super || super(req, res, ".html") || super(req, res, "#{basename}.html")
end
- # rubocop:disable Style/MethodName
+ # rubocop:disable Naming/MethodName
def do_GET(req, res)
rtn = super
validate_and_ensure_charset(req, res)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/configuration.rb new/lib/jekyll/configuration.rb
--- old/lib/jekyll/configuration.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/configuration.rb 2017-10-21 21:23:45.000000000 +0200
@@ -1,4 +1,3 @@
-# encoding: UTF-8
# frozen_string_literal: true
module Jekyll
@@ -207,7 +206,7 @@
rescue ArgumentError => err
Jekyll.logger.warn "WARNING:", "Error reading configuration. " \
"Using defaults (and options)."
- $stderr.puts err
+ warn err
end
configuration.fix_common_issues.backwards_compatibilize.add_default_collections
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/converters/markdown/kramdown_parser.rb new/lib/jekyll/converters/markdown/kramdown_parser.rb
--- old/lib/jekyll/converters/markdown/kramdown_parser.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/converters/markdown/kramdown_parser.rb 2017-10-21 21:23:45.000000000 +0200
@@ -42,12 +42,14 @@
end
private
+ # rubocop:disable Performance/HashEachMethods
def make_accessible(hash = @config)
hash.keys.each do |key|
hash[key.to_sym] = hash[key]
make_accessible(hash[key]) if hash[key].is_a?(Hash)
end
end
+ # rubocop:enable Performance/HashEachMethods
# config[kramdown][syntax_higlighter] >
# config[kramdown][enable_coderay] >
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/converters/markdown/redcarpet_parser.rb new/lib/jekyll/converters/markdown/redcarpet_parser.rb
--- old/lib/jekyll/converters/markdown/redcarpet_parser.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/converters/markdown/redcarpet_parser.rb 2017-10-21 21:23:45.000000000 +0200
@@ -47,7 +47,7 @@
end
module WithRouge
- def block_code(code, lang)
+ def block_code(_code, lang)
code = "<pre>#{super}</pre>"
"<div class=\"highlight\">#{add_code_tags(code, lang)}</div>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/converters/markdown.rb new/lib/jekyll/converters/markdown.rb
--- old/lib/jekyll/converters/markdown.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/converters/markdown.rb 2017-10-21 21:23:45.000000000 +0200
@@ -27,7 +27,7 @@
# Rubocop does not allow reader methods to have names starting with `get_`
# To ensure compatibility, this check has been disabled on this method
#
- # rubocop:disable Style/AccessorMethodName
+ # rubocop:disable Naming/AccessorMethodName
def get_processor
case @config["markdown"].downcase
when "redcarpet" then return RedcarpetParser.new(@config)
@@ -37,7 +37,7 @@
custom_processor
end
end
- # rubocop:enable Style/AccessorMethodName
+ # rubocop:enable Naming/AccessorMethodName
# Public: Provides you with a list of processors, the ones we
# support internally and the ones that you have provided to us (if you
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/convertible.rb new/lib/jekyll/convertible.rb
--- old/lib/jekyll/convertible.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/convertible.rb 2017-10-21 21:23:45.000000000 +0200
@@ -1,4 +1,3 @@
-# encoding: UTF-8
# frozen_string_literal: true
require "set"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/document.rb new/lib/jekyll/document.rb
--- old/lib/jekyll/document.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/document.rb 2017-10-21 21:23:45.000000000 +0200
@@ -1,4 +1,3 @@
-# encoding: UTF-8
# frozen_string_literal: true
module Jekyll
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/drops/collection_drop.rb new/lib/jekyll/drops/collection_drop.rb
--- old/lib/jekyll/drops/collection_drop.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/drops/collection_drop.rb 2017-10-21 21:23:45.000000000 +0200
@@ -1,4 +1,3 @@
-# encoding: UTF-8
# frozen_string_literal: true
module Jekyll
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/drops/document_drop.rb new/lib/jekyll/drops/document_drop.rb
--- old/lib/jekyll/drops/document_drop.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/drops/document_drop.rb 2017-10-21 21:23:45.000000000 +0200
@@ -1,4 +1,3 @@
-# encoding: UTF-8
# frozen_string_literal: true
module Jekyll
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/drops/drop.rb new/lib/jekyll/drops/drop.rb
--- old/lib/jekyll/drops/drop.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/drops/drop.rb 2017-10-21 21:23:45.000000000 +0200
@@ -1,4 +1,3 @@
-# encoding: UTF-8
# frozen_string_literal: true
module Jekyll
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/drops/excerpt_drop.rb new/lib/jekyll/drops/excerpt_drop.rb
--- old/lib/jekyll/drops/excerpt_drop.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/drops/excerpt_drop.rb 2017-10-21 21:23:45.000000000 +0200
@@ -1,4 +1,3 @@
-# encoding: UTF-8
# frozen_string_literal: true
module Jekyll
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/drops/jekyll_drop.rb new/lib/jekyll/drops/jekyll_drop.rb
--- old/lib/jekyll/drops/jekyll_drop.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/drops/jekyll_drop.rb 2017-10-21 21:23:45.000000000 +0200
@@ -1,4 +1,3 @@
-# encoding: UTF-8
# frozen_string_literal: true
module Jekyll
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/drops/site_drop.rb new/lib/jekyll/drops/site_drop.rb
--- old/lib/jekyll/drops/site_drop.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/drops/site_drop.rb 2017-10-21 21:23:45.000000000 +0200
@@ -1,4 +1,3 @@
-# encoding: UTF-8
# frozen_string_literal: true
module Jekyll
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/drops/unified_payload_drop.rb new/lib/jekyll/drops/unified_payload_drop.rb
--- old/lib/jekyll/drops/unified_payload_drop.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/drops/unified_payload_drop.rb 2017-10-21 21:23:45.000000000 +0200
@@ -1,4 +1,3 @@
-# encoding: UTF-8
# frozen_string_literal: true
module Jekyll
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/drops/url_drop.rb new/lib/jekyll/drops/url_drop.rb
--- old/lib/jekyll/drops/url_drop.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/drops/url_drop.rb 2017-10-21 21:23:45.000000000 +0200
@@ -1,4 +1,3 @@
-# encoding: UTF-8
# frozen_string_literal: true
module Jekyll
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/reader.rb new/lib/jekyll/reader.rb
--- old/lib/jekyll/reader.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/reader.rb 2017-10-21 21:23:45.000000000 +0200
@@ -1,4 +1,3 @@
-# encoding: UTF-8
# frozen_string_literal: true
require "csv"
@@ -25,7 +24,7 @@
# Sorts posts, pages, and static files.
def sort_files!
- site.collections.values.each { |c| c.docs.sort! }
+ site.collections.each_value { |c| c.docs.sort! }
site.pages.sort_by!(&:name)
site.static_files.sort_by!(&:relative_path)
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/readers/collection_reader.rb new/lib/jekyll/readers/collection_reader.rb
--- old/lib/jekyll/readers/collection_reader.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/readers/collection_reader.rb 2017-10-21 21:23:45.000000000 +0200
@@ -14,7 +14,7 @@
#
# Returns nothing.
def read
- site.collections.each do |_, collection|
+ site.collections.each_value do |collection|
collection.read unless SPECIAL_COLLECTIONS.include?(collection.label)
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/renderer.rb new/lib/jekyll/renderer.rb
--- old/lib/jekyll/renderer.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/renderer.rb 2017-10-21 21:23:45.000000000 +0200
@@ -1,4 +1,3 @@
-# encoding: UTF-8
# frozen_string_literal: true
module Jekyll
@@ -144,7 +143,7 @@
# Returns String rendered content
def place_in_layouts(content, payload, info)
output = content.dup
- layout = layouts[document.data["layout"]]
+ layout = layouts[document.data["layout"].to_s]
validate_layout(layout)
used = Set.new([layout])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/site.rb new/lib/jekyll/site.rb
--- old/lib/jekyll/site.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/site.rb 2017-10-21 21:23:45.000000000 +0200
@@ -1,4 +1,3 @@
-# encoding: UTF-8
# frozen_string_literal: true
require "csv"
@@ -85,11 +84,11 @@
#
# Returns nothing
def reset
- if config["time"]
- self.time = Utils.parse_date(config["time"].to_s, "Invalid time in _config.yml.")
- else
- self.time = Time.now
- end
+ self.time = if config["time"]
+ Utils.parse_date(config["time"].to_s, "Invalid time in _config.yml.")
+ else
+ Time.now
+ end
self.layouts = {}
self.pages = []
self.static_files = []
@@ -238,7 +237,7 @@
posts.docs.each do |p|
p.data[post_attr].each { |t| hash[t] << p } if p.data[post_attr]
end
- hash.values.each { |posts| posts.sort!.reverse! }
+ hash.each_value { |posts| posts.sort!.reverse! }
hash
end
@@ -445,11 +444,12 @@
def configure_file_read_opts
self.file_read_opts = {}
self.file_read_opts[:encoding] = config["encoding"] if config["encoding"]
+ self.file_read_opts = Jekyll::Utils.merged_file_read_opts(self, {})
end
private
def render_docs(payload)
- collections.each do |_, collection|
+ collections.each_value do |collection|
collection.docs.each do |document|
if regenerator.regenerate?(document)
document.output = Jekyll::Renderer.new(self, document, payload).run
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/tags/highlight.rb new/lib/jekyll/tags/highlight.rb
--- old/lib/jekyll/tags/highlight.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/tags/highlight.rb 2017-10-21 21:23:45.000000000 +0200
@@ -18,13 +18,13 @@
@lang = Regexp.last_match(1).downcase
@highlight_options = parse_options(Regexp.last_match(2))
else
- raise SyntaxError, <<-eos
+ raise SyntaxError, <<-MSG
Syntax Error in tag 'highlight' while parsing the following markup:
#{markup}
Valid syntax: highlight <lang> [linenos]
-eos
+MSG
end
end
@@ -95,14 +95,14 @@
)
if highlighted_code.nil?
- Jekyll.logger.error <<eos
+ Jekyll.logger.error <<-MSG
There was an error highlighting your code:
#{code}
While attempting to convert the above code, Pygments.rb returned an unacceptable value.
This is usually a timeout problem solved by running `jekyll build` again.
-eos
+MSG
raise ArgumentError, "Pygments.rb returned an unacceptable value "\
"when attempting to highlight some code."
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/tags/include.rb new/lib/jekyll/tags/include.rb
--- old/lib/jekyll/tags/include.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/tags/include.rb 2017-10-21 21:23:45.000000000 +0200
@@ -1,4 +1,3 @@
-# encoding: UTF-8
# frozen_string_literal: true
module Jekyll
@@ -61,7 +60,7 @@
def validate_file_name(file)
if file !~ %r!^[a-zA-Z0-9_/\.-]+$! || file =~ %r!\./! || file =~ %r!/\.!
- raise ArgumentError, <<-eos
+ raise ArgumentError, <<-MSG
Invalid syntax for include tag. File contains invalid characters or sequences:
#{file}
@@ -70,14 +69,14 @@
#{syntax_example}
-eos
+MSG
end
end
def validate_params
full_valid_syntax = %r!\A\s*(?:#{VALID_SYNTAX}(?=\s|\z)\s*)*\z!
unless @params =~ full_valid_syntax
- raise ArgumentError, <<-eos
+ raise ArgumentError, <<-MSG
Invalid syntax for include tag:
#{@params}
@@ -86,7 +85,7 @@
#{syntax_example}
-eos
+MSG
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/tags/link.rb new/lib/jekyll/tags/link.rb
--- old/lib/jekyll/tags/link.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/tags/link.rb 2017-10-21 21:23:45.000000000 +0200
@@ -24,11 +24,11 @@
return item.url if item.relative_path == "/#{@relative_path}"
end
- raise ArgumentError, <<eos
+ raise ArgumentError, <<-MSG
Could not find document '#{@relative_path}' in tag '#{self.class.tag_name}'.
Make sure the document exists and the path is correct.
-eos
+MSG
end
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/tags/post_url.rb new/lib/jekyll/tags/post_url.rb
--- old/lib/jekyll/tags/post_url.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/tags/post_url.rb 2017-10-21 21:23:45.000000000 +0200
@@ -60,13 +60,13 @@
begin
@post = PostComparer.new(@orig_post)
rescue => e
- raise Jekyll::Errors::PostURLError, <<-eos
+ raise Jekyll::Errors::PostURLError, <<-MSG
Could not parse name of post "#{@orig_post}" in tag 'post_url'.
Make sure the post exists and the name is correct.
#{e.class}: #{e.message}
-eos
+MSG
end
end
@@ -90,11 +90,11 @@
return p.url
end
- raise Jekyll::Errors::PostURLError, <<-eos
+ raise Jekyll::Errors::PostURLError, <<-MSG
Could not find post "#{@orig_post}" in tag 'post_url'.
Make sure the post exists and the name is correct.
-eos
+MSG
end
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/utils.rb new/lib/jekyll/utils.rb
--- old/lib/jekyll/utils.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/utils.rb 2017-10-21 21:23:45.000000000 +0200
@@ -301,6 +301,9 @@
# and a given param
def merged_file_read_opts(site, opts)
merged = (site ? site.file_read_opts : {}).merge(opts)
+ if merged[:encoding] && !merged[:encoding].start_with?("bom|")
+ merged[:encoding] = "bom|#{merged[:encoding]}"
+ end
if merged["encoding"] && !merged["encoding"].start_with?("bom|")
merged["encoding"] = "bom|#{merged["encoding"]}"
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll/version.rb new/lib/jekyll/version.rb
--- old/lib/jekyll/version.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll/version.rb 2017-10-21 21:23:45.000000000 +0200
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Jekyll
- VERSION = "3.6.0".freeze
+ VERSION = "3.6.2".freeze
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/jekyll.rb new/lib/jekyll.rb
--- old/lib/jekyll.rb 2017-09-21 23:30:21.000000000 +0200
+++ new/lib/jekyll.rb 2017-10-21 21:23:45.000000000 +0200
@@ -119,7 +119,7 @@
# timezone - the IANA Time Zone
#
# Returns nothing
- # rubocop:disable Style/AccessorMethodName
+ # rubocop:disable Naming/AccessorMethodName
def set_timezone(timezone)
ENV["TZ"] = if Utils::Platforms.really_windows?
Utils::WinTZ.calculate(timezone)
@@ -127,7 +127,7 @@
timezone
end
end
- # rubocop:enable Style/AccessorMethodName
+ # rubocop:enable Naming/AccessorMethodName
# Public: Fetch the logger instance for this Jekyll process.
#
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2017-09-21 23:30:21.000000000 +0200
+++ new/metadata 2017-10-21 21:23:45.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: jekyll
version: !ruby/object:Gem::Version
- version: 3.6.0
+ version: 3.6.2
platform: ruby
authors:
- Tom Preston-Werner
autorequire:
bindir: exe
cert_chain: []
-date: 2017-09-21 00:00:00.000000000 Z
+date: 2017-10-21 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: addressable
@@ -290,7 +290,7 @@
version: '0'
requirements: []
rubyforge_project:
-rubygems_version: 2.6.13
+rubygems_version: 2.6.8
signing_key:
specification_version: 2
summary: A simple, blog aware, static site generator.
1
0
Hello community,
here is the log from the commit of package rubygem-tzinfo-data for openSUSE:Factory checked in at 2017-10-31 15:43:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-tzinfo-data (Old)
and /work/SRC/openSUSE:Factory/.rubygem-tzinfo-data.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-tzinfo-data"
Tue Oct 31 15:43:41 2017 rev:8 rq:537499 version:1.2017.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-tzinfo-data/rubygem-tzinfo-data.changes 2017-04-11 09:33:29.140057131 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo-data.new/rubygem-tzinfo-data.changes 2017-10-31 15:43:42.410411743 +0100
@@ -1,0 +2,6 @@
+Thu Oct 26 10:14:30 UTC 2017 - coolo(a)suse.com
+
+- updated to version 1.2017.3
+ no changelog found
+
+-------------------------------------------------------------------
Old:
----
tzinfo-data-1.2017.2.gem
New:
----
tzinfo-data-1.2017.3.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-tzinfo-data.spec ++++++
--- /var/tmp/diff_new_pack.9KVYtD/_old 2017-10-31 15:43:43.046388689 +0100
+++ /var/tmp/diff_new_pack.9KVYtD/_new 2017-10-31 15:43:43.046388689 +0100
@@ -24,7 +24,7 @@
#
Name: rubygem-tzinfo-data
-Version: 1.2017.2
+Version: 1.2017.3
Release: 0
%define mod_name tzinfo-data
%define mod_full_name %{mod_name}-%{version}
@@ -34,7 +34,7 @@
BuildRequires: %{rubygem rdoc > 3.10}
BuildRequires: ruby-macros >= 5
Url: http://tzinfo.github.io
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Timezone Data for TZInfo
License: MIT
++++++ tzinfo-data-1.2017.2.gem -> tzinfo-data-1.2017.3.gem ++++++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/Africa/Juba.rb new/lib/tzinfo/data/definitions/Africa/Juba.rb
--- old/lib/tzinfo/data/definitions/Africa/Juba.rb 2017-03-23 21:09:40.000000000 +0100
+++ new/lib/tzinfo/data/definitions/Africa/Juba.rb 2017-10-23 22:03:54.000000000 +0200
@@ -10,7 +10,47 @@
module Juba
include TimezoneDefinition
- linked_timezone 'Africa/Juba', 'Africa/Khartoum'
+ timezone 'Africa/Juba' do |tz|
+ tz.offset :o0, 7588, 0, :LMT
+ tz.offset :o1, 7200, 0, :CAT
+ tz.offset :o2, 7200, 3600, :CAST
+ tz.offset :o3, 10800, 0, :EAT
+
+ tz.transition 1930, 12, :o1, -1230775588, 52408996103, 21600
+ tz.transition 1970, 4, :o2, 10360800
+ tz.transition 1970, 10, :o1, 24786000
+ tz.transition 1971, 4, :o2, 41810400
+ tz.transition 1971, 10, :o1, 56322000
+ tz.transition 1972, 4, :o2, 73432800
+ tz.transition 1972, 10, :o1, 87944400
+ tz.transition 1973, 4, :o2, 104882400
+ tz.transition 1973, 10, :o1, 119480400
+ tz.transition 1974, 4, :o2, 136332000
+ tz.transition 1974, 10, :o1, 151016400
+ tz.transition 1975, 4, :o2, 167781600
+ tz.transition 1975, 10, :o1, 182552400
+ tz.transition 1976, 4, :o2, 199231200
+ tz.transition 1976, 10, :o1, 214174800
+ tz.transition 1977, 4, :o2, 230680800
+ tz.transition 1977, 10, :o1, 245710800
+ tz.transition 1978, 4, :o2, 262735200
+ tz.transition 1978, 10, :o1, 277246800
+ tz.transition 1979, 4, :o2, 294184800
+ tz.transition 1979, 10, :o1, 308782800
+ tz.transition 1980, 4, :o2, 325634400
+ tz.transition 1980, 10, :o1, 340405200
+ tz.transition 1981, 4, :o2, 357084000
+ tz.transition 1981, 10, :o1, 371941200
+ tz.transition 1982, 4, :o2, 388533600
+ tz.transition 1982, 10, :o1, 403477200
+ tz.transition 1983, 4, :o2, 419983200
+ tz.transition 1983, 10, :o1, 435013200
+ tz.transition 1984, 4, :o2, 452037600
+ tz.transition 1984, 10, :o1, 466635600
+ tz.transition 1985, 4, :o2, 483487200
+ tz.transition 1985, 10, :o1, 498171600
+ tz.transition 2000, 1, :o3, 947930400
+ end
end
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/Africa/Khartoum.rb new/lib/tzinfo/data/definitions/Africa/Khartoum.rb
--- old/lib/tzinfo/data/definitions/Africa/Khartoum.rb 2017-03-23 21:09:40.000000000 +0100
+++ new/lib/tzinfo/data/definitions/Africa/Khartoum.rb 2017-10-23 22:03:54.000000000 +0200
@@ -50,6 +50,7 @@
tz.transition 1985, 4, :o2, 483487200
tz.transition 1985, 10, :o1, 498171600
tz.transition 2000, 1, :o3, 947930400
+ tz.transition 2017, 10, :o1, 1509483600
end
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/Africa/Windhoek.rb new/lib/tzinfo/data/definitions/Africa/Windhoek.rb
--- old/lib/tzinfo/data/definitions/Africa/Windhoek.rb 2017-03-23 21:09:40.000000000 +0100
+++ new/lib/tzinfo/data/definitions/Africa/Windhoek.rb 2017-10-23 22:03:54.000000000 +0200
@@ -24,7 +24,7 @@
tz.transition 1942, 9, :o3, -860976000, 4861245, 2
tz.transition 1943, 3, :o2, -845254800, 58339307, 24
tz.transition 1990, 3, :o4, 637970400
- tz.transition 1994, 4, :o5, 765324000
+ tz.transition 1994, 3, :o5, 764200800
tz.transition 1994, 9, :o6, 778640400
tz.transition 1995, 4, :o5, 796780800
tz.transition 1995, 9, :o6, 810090000
@@ -71,106 +71,7 @@
tz.transition 2016, 4, :o5, 1459641600
tz.transition 2016, 9, :o6, 1472950800
tz.transition 2017, 4, :o5, 1491091200
- tz.transition 2017, 9, :o6, 1504400400
- tz.transition 2018, 4, :o5, 1522540800
- tz.transition 2018, 9, :o6, 1535850000
- tz.transition 2019, 4, :o5, 1554595200
- tz.transition 2019, 9, :o6, 1567299600
- tz.transition 2020, 4, :o5, 1586044800
- tz.transition 2020, 9, :o6, 1599354000
- tz.transition 2021, 4, :o5, 1617494400
- tz.transition 2021, 9, :o6, 1630803600
- tz.transition 2022, 4, :o5, 1648944000
- tz.transition 2022, 9, :o6, 1662253200
- tz.transition 2023, 4, :o5, 1680393600
- tz.transition 2023, 9, :o6, 1693702800
- tz.transition 2024, 4, :o5, 1712448000
- tz.transition 2024, 9, :o6, 1725152400
- tz.transition 2025, 4, :o5, 1743897600
- tz.transition 2025, 9, :o6, 1757206800
- tz.transition 2026, 4, :o5, 1775347200
- tz.transition 2026, 9, :o6, 1788656400
- tz.transition 2027, 4, :o5, 1806796800
- tz.transition 2027, 9, :o6, 1820106000
- tz.transition 2028, 4, :o5, 1838246400
- tz.transition 2028, 9, :o6, 1851555600
- tz.transition 2029, 4, :o5, 1869696000
- tz.transition 2029, 9, :o6, 1883005200
- tz.transition 2030, 4, :o5, 1901750400
- tz.transition 2030, 9, :o6, 1914454800
- tz.transition 2031, 4, :o5, 1933200000
- tz.transition 2031, 9, :o6, 1946509200
- tz.transition 2032, 4, :o5, 1964649600
- tz.transition 2032, 9, :o6, 1977958800
- tz.transition 2033, 4, :o5, 1996099200
- tz.transition 2033, 9, :o6, 2009408400
- tz.transition 2034, 4, :o5, 2027548800
- tz.transition 2034, 9, :o6, 2040858000
- tz.transition 2035, 4, :o5, 2058998400
- tz.transition 2035, 9, :o6, 2072307600
- tz.transition 2036, 4, :o5, 2091052800
- tz.transition 2036, 9, :o6, 2104362000
- tz.transition 2037, 4, :o5, 2122502400
- tz.transition 2037, 9, :o6, 2135811600
- tz.transition 2038, 4, :o5, 2153952000, 4931035, 2
- tz.transition 2038, 9, :o6, 2167261200, 59176117, 24
- tz.transition 2039, 4, :o5, 2185401600, 4931763, 2
- tz.transition 2039, 9, :o6, 2198710800, 59184853, 24
- tz.transition 2040, 4, :o5, 2216851200, 4932491, 2
- tz.transition 2040, 9, :o6, 2230160400, 59193589, 24
- tz.transition 2041, 4, :o5, 2248905600, 4933233, 2
- tz.transition 2041, 9, :o6, 2261610000, 59202325, 24
- tz.transition 2042, 4, :o5, 2280355200, 4933961, 2
- tz.transition 2042, 9, :o6, 2293664400, 59211229, 24
- tz.transition 2043, 4, :o5, 2311804800, 4934689, 2
- tz.transition 2043, 9, :o6, 2325114000, 59219965, 24
- tz.transition 2044, 4, :o5, 2343254400, 4935417, 2
- tz.transition 2044, 9, :o6, 2356563600, 59228701, 24
- tz.transition 2045, 4, :o5, 2374704000, 4936145, 2
- tz.transition 2045, 9, :o6, 2388013200, 59237437, 24
- tz.transition 2046, 4, :o5, 2406153600, 4936873, 2
- tz.transition 2046, 9, :o6, 2419462800, 59246173, 24
- tz.transition 2047, 4, :o5, 2438208000, 4937615, 2
- tz.transition 2047, 9, :o6, 2450912400, 59254909, 24
- tz.transition 2048, 4, :o5, 2469657600, 4938343, 2
- tz.transition 2048, 9, :o6, 2482966800, 59263813, 24
- tz.transition 2049, 4, :o5, 2501107200, 4939071, 2
- tz.transition 2049, 9, :o6, 2514416400, 59272549, 24
- tz.transition 2050, 4, :o5, 2532556800, 4939799, 2
- tz.transition 2050, 9, :o6, 2545866000, 59281285, 24
- tz.transition 2051, 4, :o5, 2564006400, 4940527, 2
- tz.transition 2051, 9, :o6, 2577315600, 59290021, 24
- tz.transition 2052, 4, :o5, 2596060800, 4941269, 2
- tz.transition 2052, 9, :o6, 2608765200, 59298757, 24
- tz.transition 2053, 4, :o5, 2627510400, 4941997, 2
- tz.transition 2053, 9, :o6, 2640819600, 59307661, 24
- tz.transition 2054, 4, :o5, 2658960000, 4942725, 2
- tz.transition 2054, 9, :o6, 2672269200, 59316397, 24
- tz.transition 2055, 4, :o5, 2690409600, 4943453, 2
- tz.transition 2055, 9, :o6, 2703718800, 59325133, 24
- tz.transition 2056, 4, :o5, 2721859200, 4944181, 2
- tz.transition 2056, 9, :o6, 2735168400, 59333869, 24
- tz.transition 2057, 4, :o5, 2753308800, 4944909, 2
- tz.transition 2057, 9, :o6, 2766618000, 59342605, 24
- tz.transition 2058, 4, :o5, 2785363200, 4945651, 2
- tz.transition 2058, 9, :o6, 2798067600, 59351341, 24
- tz.transition 2059, 4, :o5, 2816812800, 4946379, 2
- tz.transition 2059, 9, :o6, 2830122000, 59360245, 24
- tz.transition 2060, 4, :o5, 2848262400, 4947107, 2
- tz.transition 2060, 9, :o6, 2861571600, 59368981, 24
- tz.transition 2061, 4, :o5, 2879712000, 4947835, 2
- tz.transition 2061, 9, :o6, 2893021200, 59377717, 24
- tz.transition 2062, 4, :o5, 2911161600, 4948563, 2
- tz.transition 2062, 9, :o6, 2924470800, 59386453, 24
- tz.transition 2063, 4, :o5, 2942611200, 4949291, 2
- tz.transition 2063, 9, :o6, 2955920400, 59395189, 24
- tz.transition 2064, 4, :o5, 2974665600, 4950033, 2
- tz.transition 2064, 9, :o6, 2987974800, 59404093, 24
- tz.transition 2065, 4, :o5, 3006115200, 4950761, 2
- tz.transition 2065, 9, :o6, 3019424400, 59412829, 24
- tz.transition 2066, 4, :o5, 3037564800, 4951489, 2
- tz.transition 2066, 9, :o6, 3050874000, 59421565, 24
- tz.transition 2067, 4, :o5, 3069014400, 4952217, 2
+ tz.transition 2017, 9, :o4, 1504400400
end
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/America/Adak.rb new/lib/tzinfo/data/definitions/America/Adak.rb
--- old/lib/tzinfo/data/definitions/America/Adak.rb 2017-03-23 21:09:40.000000000 +0100
+++ new/lib/tzinfo/data/definitions/America/Adak.rb 2017-10-23 22:03:54.000000000 +0200
@@ -11,7 +11,7 @@
include TimezoneDefinition
timezone 'America/Adak' do |tz|
- tz.offset :o0, 44001, 0, :LMT
+ tz.offset :o0, 44002, 0, :LMT
tz.offset :o1, -42398, 0, :LMT
tz.offset :o2, -39600, 0, :NST
tz.offset :o3, -39600, 3600, :NWT
@@ -22,7 +22,7 @@
tz.offset :o8, -36000, 0, :HST
tz.offset :o9, -36000, 3600, :HDT
- tz.transition 1867, 10, :o1, -3225356001, 23071267111, 9600
+ tz.transition 1867, 10, :o1, -3225223727, 207641536273, 86400
tz.transition 1900, 8, :o2, -2188944802, 104338907599, 43200
tz.transition 1942, 2, :o3, -880196400, 58329601, 24
tz.transition 1945, 8, :o4, -769395600, 58360379, 24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/America/Anchorage.rb new/lib/tzinfo/data/definitions/America/Anchorage.rb
--- old/lib/tzinfo/data/definitions/America/Anchorage.rb 2017-03-23 21:09:40.000000000 +0100
+++ new/lib/tzinfo/data/definitions/America/Anchorage.rb 2017-10-23 22:03:54.000000000 +0200
@@ -22,7 +22,7 @@
tz.offset :o8, -32400, 0, :AKST
tz.offset :o9, -32400, 3600, :AKDT
- tz.transition 1867, 10, :o1, -3225362424, 8651724899, 3600
+ tz.transition 1867, 10, :o1, -3225223727, 207641536273, 86400
tz.transition 1900, 8, :o2, -2188951224, 8694908699, 3600
tz.transition 1942, 2, :o3, -880200000, 2430400, 1
tz.transition 1945, 8, :o4, -769395600, 58360379, 24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/America/Detroit.rb new/lib/tzinfo/data/definitions/America/Detroit.rb
--- old/lib/tzinfo/data/definitions/America/Detroit.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/definitions/America/Detroit.rb 2017-10-23 22:03:54.000000000 +0200
@@ -25,8 +25,6 @@
tz.transition 1945, 9, :o2, -765396000, 9726915, 4
tz.transition 1948, 4, :o5, -684349200, 58384003, 24
tz.transition 1948, 9, :o2, -671047200, 9731283, 4
- tz.transition 1967, 6, :o5, -80499600, 58551739, 24
- tz.transition 1967, 10, :o2, -68666400, 9759171, 4
tz.transition 1973, 4, :o5, 104914800
tz.transition 1973, 10, :o2, 120636000
tz.transition 1974, 1, :o5, 126687600
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/America/Grand_Turk.rb new/lib/tzinfo/data/definitions/America/Grand_Turk.rb
--- old/lib/tzinfo/data/definitions/America/Grand_Turk.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/definitions/America/Grand_Turk.rb 2017-10-23 22:03:54.000000000 +0200
@@ -93,6 +93,106 @@
tz.transition 2014, 11, :o2, 1414908000
tz.transition 2015, 3, :o3, 1425798000
tz.transition 2015, 11, :o4, 1446357600
+ tz.transition 2018, 3, :o3, 1520751600
+ tz.transition 2018, 11, :o2, 1541311200
+ tz.transition 2019, 3, :o3, 1552201200
+ tz.transition 2019, 11, :o2, 1572760800
+ tz.transition 2020, 3, :o3, 1583650800
+ tz.transition 2020, 11, :o2, 1604210400
+ tz.transition 2021, 3, :o3, 1615705200
+ tz.transition 2021, 11, :o2, 1636264800
+ tz.transition 2022, 3, :o3, 1647154800
+ tz.transition 2022, 11, :o2, 1667714400
+ tz.transition 2023, 3, :o3, 1678604400
+ tz.transition 2023, 11, :o2, 1699164000
+ tz.transition 2024, 3, :o3, 1710054000
+ tz.transition 2024, 11, :o2, 1730613600
+ tz.transition 2025, 3, :o3, 1741503600
+ tz.transition 2025, 11, :o2, 1762063200
+ tz.transition 2026, 3, :o3, 1772953200
+ tz.transition 2026, 11, :o2, 1793512800
+ tz.transition 2027, 3, :o3, 1805007600
+ tz.transition 2027, 11, :o2, 1825567200
+ tz.transition 2028, 3, :o3, 1836457200
+ tz.transition 2028, 11, :o2, 1857016800
+ tz.transition 2029, 3, :o3, 1867906800
+ tz.transition 2029, 11, :o2, 1888466400
+ tz.transition 2030, 3, :o3, 1899356400
+ tz.transition 2030, 11, :o2, 1919916000
+ tz.transition 2031, 3, :o3, 1930806000
+ tz.transition 2031, 11, :o2, 1951365600
+ tz.transition 2032, 3, :o3, 1962860400
+ tz.transition 2032, 11, :o2, 1983420000
+ tz.transition 2033, 3, :o3, 1994310000
+ tz.transition 2033, 11, :o2, 2014869600
+ tz.transition 2034, 3, :o3, 2025759600
+ tz.transition 2034, 11, :o2, 2046319200
+ tz.transition 2035, 3, :o3, 2057209200
+ tz.transition 2035, 11, :o2, 2077768800
+ tz.transition 2036, 3, :o3, 2088658800
+ tz.transition 2036, 11, :o2, 2109218400
+ tz.transition 2037, 3, :o3, 2120108400
+ tz.transition 2037, 11, :o2, 2140668000
+ tz.transition 2038, 3, :o3, 2152162800, 59171923, 24
+ tz.transition 2038, 11, :o2, 2172722400, 9862939, 4
+ tz.transition 2039, 3, :o3, 2183612400, 59180659, 24
+ tz.transition 2039, 11, :o2, 2204172000, 9864395, 4
+ tz.transition 2040, 3, :o3, 2215062000, 59189395, 24
+ tz.transition 2040, 11, :o2, 2235621600, 9865851, 4
+ tz.transition 2041, 3, :o3, 2246511600, 59198131, 24
+ tz.transition 2041, 11, :o2, 2267071200, 9867307, 4
+ tz.transition 2042, 3, :o3, 2277961200, 59206867, 24
+ tz.transition 2042, 11, :o2, 2298520800, 9868763, 4
+ tz.transition 2043, 3, :o3, 2309410800, 59215603, 24
+ tz.transition 2043, 11, :o2, 2329970400, 9870219, 4
+ tz.transition 2044, 3, :o3, 2341465200, 59224507, 24
+ tz.transition 2044, 11, :o2, 2362024800, 9871703, 4
+ tz.transition 2045, 3, :o3, 2372914800, 59233243, 24
+ tz.transition 2045, 11, :o2, 2393474400, 9873159, 4
+ tz.transition 2046, 3, :o3, 2404364400, 59241979, 24
+ tz.transition 2046, 11, :o2, 2424924000, 9874615, 4
+ tz.transition 2047, 3, :o3, 2435814000, 59250715, 24
+ tz.transition 2047, 11, :o2, 2456373600, 9876071, 4
+ tz.transition 2048, 3, :o3, 2467263600, 59259451, 24
+ tz.transition 2048, 11, :o2, 2487823200, 9877527, 4
+ tz.transition 2049, 3, :o3, 2499318000, 59268355, 24
+ tz.transition 2049, 11, :o2, 2519877600, 9879011, 4
+ tz.transition 2050, 3, :o3, 2530767600, 59277091, 24
+ tz.transition 2050, 11, :o2, 2551327200, 9880467, 4
+ tz.transition 2051, 3, :o3, 2562217200, 59285827, 24
+ tz.transition 2051, 11, :o2, 2582776800, 9881923, 4
+ tz.transition 2052, 3, :o3, 2593666800, 59294563, 24
+ tz.transition 2052, 11, :o2, 2614226400, 9883379, 4
+ tz.transition 2053, 3, :o3, 2625116400, 59303299, 24
+ tz.transition 2053, 11, :o2, 2645676000, 9884835, 4
+ tz.transition 2054, 3, :o3, 2656566000, 59312035, 24
+ tz.transition 2054, 11, :o2, 2677125600, 9886291, 4
+ tz.transition 2055, 3, :o3, 2688620400, 59320939, 24
+ tz.transition 2055, 11, :o2, 2709180000, 9887775, 4
+ tz.transition 2056, 3, :o3, 2720070000, 59329675, 24
+ tz.transition 2056, 11, :o2, 2740629600, 9889231, 4
+ tz.transition 2057, 3, :o3, 2751519600, 59338411, 24
+ tz.transition 2057, 11, :o2, 2772079200, 9890687, 4
+ tz.transition 2058, 3, :o3, 2782969200, 59347147, 24
+ tz.transition 2058, 11, :o2, 2803528800, 9892143, 4
+ tz.transition 2059, 3, :o3, 2814418800, 59355883, 24
+ tz.transition 2059, 11, :o2, 2834978400, 9893599, 4
+ tz.transition 2060, 3, :o3, 2846473200, 59364787, 24
+ tz.transition 2060, 11, :o2, 2867032800, 9895083, 4
+ tz.transition 2061, 3, :o3, 2877922800, 59373523, 24
+ tz.transition 2061, 11, :o2, 2898482400, 9896539, 4
+ tz.transition 2062, 3, :o3, 2909372400, 59382259, 24
+ tz.transition 2062, 11, :o2, 2929932000, 9897995, 4
+ tz.transition 2063, 3, :o3, 2940822000, 59390995, 24
+ tz.transition 2063, 11, :o2, 2961381600, 9899451, 4
+ tz.transition 2064, 3, :o3, 2972271600, 59399731, 24
+ tz.transition 2064, 11, :o2, 2992831200, 9900907, 4
+ tz.transition 2065, 3, :o3, 3003721200, 59408467, 24
+ tz.transition 2065, 11, :o2, 3024280800, 9902363, 4
+ tz.transition 2066, 3, :o3, 3035775600, 59417371, 24
+ tz.transition 2066, 11, :o2, 3056335200, 9903847, 4
+ tz.transition 2067, 3, :o3, 3067225200, 59426107, 24
+ tz.transition 2067, 11, :o2, 3087784800, 9905303, 4
end
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/America/Juneau.rb new/lib/tzinfo/data/definitions/America/Juneau.rb
--- old/lib/tzinfo/data/definitions/America/Juneau.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/definitions/America/Juneau.rb 2017-10-23 22:03:54.000000000 +0200
@@ -22,7 +22,7 @@
tz.offset :o8, -32400, 0, :AKST
tz.offset :o9, -32400, 3600, :AKDT
- tz.transition 1867, 10, :o1, -3225366139, 207641393861, 86400
+ tz.transition 1867, 10, :o1, -3225223727, 207641536273, 86400
tz.transition 1900, 8, :o2, -2188954939, 208677805061, 86400
tz.transition 1942, 2, :o3, -880207200, 29164799, 12
tz.transition 1945, 8, :o4, -769395600, 58360379, 24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/America/Metlakatla.rb new/lib/tzinfo/data/definitions/America/Metlakatla.rb
--- old/lib/tzinfo/data/definitions/America/Metlakatla.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/definitions/America/Metlakatla.rb 2017-10-23 22:03:54.000000000 +0200
@@ -20,7 +20,7 @@
tz.offset :o6, -32400, 0, :AKST
tz.offset :o7, -32400, 3600, :AKDT
- tz.transition 1867, 10, :o1, -3225366822, 34606898863, 14400
+ tz.transition 1867, 10, :o1, -3225223727, 207641536273, 86400
tz.transition 1900, 8, :o2, -2188955622, 34779634063, 14400
tz.transition 1942, 2, :o3, -880207200, 29164799, 12
tz.transition 1945, 8, :o4, -769395600, 58360379, 24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/America/Nome.rb new/lib/tzinfo/data/definitions/America/Nome.rb
--- old/lib/tzinfo/data/definitions/America/Nome.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/definitions/America/Nome.rb 2017-10-23 22:03:54.000000000 +0200
@@ -11,7 +11,7 @@
include TimezoneDefinition
timezone 'America/Nome' do |tz|
- tz.offset :o0, 46701, 0, :LMT
+ tz.offset :o0, 46702, 0, :LMT
tz.offset :o1, -39698, 0, :LMT
tz.offset :o2, -39600, 0, :NST
tz.offset :o3, -39600, 3600, :NWT
@@ -22,7 +22,7 @@
tz.offset :o8, -32400, 0, :AKST
tz.offset :o9, -32400, 3600, :AKDT
- tz.transition 1867, 10, :o1, -3225358701, 23071266811, 9600
+ tz.transition 1867, 10, :o1, -3225223727, 207641536273, 86400
tz.transition 1900, 8, :o2, -2188947502, 104338906249, 43200
tz.transition 1942, 2, :o3, -880196400, 58329601, 24
tz.transition 1945, 8, :o4, -769395600, 58360379, 24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/America/Sitka.rb new/lib/tzinfo/data/definitions/America/Sitka.rb
--- old/lib/tzinfo/data/definitions/America/Sitka.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/definitions/America/Sitka.rb 2017-10-23 22:03:54.000000000 +0200
@@ -21,7 +21,7 @@
tz.offset :o7, -32400, 0, :AKST
tz.offset :o8, -32400, 3600, :AKDT
- tz.transition 1867, 10, :o1, -3225365927, 207641394073, 86400
+ tz.transition 1867, 10, :o1, -3225223727, 207641536273, 86400
tz.transition 1900, 8, :o2, -2188954727, 208677805273, 86400
tz.transition 1942, 2, :o3, -880207200, 29164799, 12
tz.transition 1945, 8, :o4, -769395600, 58360379, 24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/America/Yakutat.rb new/lib/tzinfo/data/definitions/America/Yakutat.rb
--- old/lib/tzinfo/data/definitions/America/Yakutat.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/definitions/America/Yakutat.rb 2017-10-23 22:03:54.000000000 +0200
@@ -20,7 +20,7 @@
tz.offset :o6, -32400, 0, :AKST
tz.offset :o7, -32400, 3600, :AKDT
- tz.transition 1867, 10, :o1, -3225364865, 41528279027, 17280
+ tz.transition 1867, 10, :o1, -3225223727, 207641536273, 86400
tz.transition 1900, 8, :o2, -2188953665, 41735561267, 17280
tz.transition 1942, 2, :o3, -880203600, 58329599, 24
tz.transition 1945, 8, :o4, -769395600, 58360379, 24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/Asia/Famagusta.rb new/lib/tzinfo/data/definitions/Asia/Famagusta.rb
--- old/lib/tzinfo/data/definitions/Asia/Famagusta.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/definitions/Asia/Famagusta.rb 2017-10-23 22:03:55.000000000 +0200
@@ -101,6 +101,107 @@
tz.transition 2015, 10, :o1, 1445734800
tz.transition 2016, 3, :o2, 1459040400
tz.transition 2016, 9, :o3, 1473282000
+ tz.transition 2017, 10, :o1, 1509238800
+ tz.transition 2018, 3, :o2, 1521939600
+ tz.transition 2018, 10, :o1, 1540688400
+ tz.transition 2019, 3, :o2, 1553994000
+ tz.transition 2019, 10, :o1, 1572138000
+ tz.transition 2020, 3, :o2, 1585443600
+ tz.transition 2020, 10, :o1, 1603587600
+ tz.transition 2021, 3, :o2, 1616893200
+ tz.transition 2021, 10, :o1, 1635642000
+ tz.transition 2022, 3, :o2, 1648342800
+ tz.transition 2022, 10, :o1, 1667091600
+ tz.transition 2023, 3, :o2, 1679792400
+ tz.transition 2023, 10, :o1, 1698541200
+ tz.transition 2024, 3, :o2, 1711846800
+ tz.transition 2024, 10, :o1, 1729990800
+ tz.transition 2025, 3, :o2, 1743296400
+ tz.transition 2025, 10, :o1, 1761440400
+ tz.transition 2026, 3, :o2, 1774746000
+ tz.transition 2026, 10, :o1, 1792890000
+ tz.transition 2027, 3, :o2, 1806195600
+ tz.transition 2027, 10, :o1, 1824944400
+ tz.transition 2028, 3, :o2, 1837645200
+ tz.transition 2028, 10, :o1, 1856394000
+ tz.transition 2029, 3, :o2, 1869094800
+ tz.transition 2029, 10, :o1, 1887843600
+ tz.transition 2030, 3, :o2, 1901149200
+ tz.transition 2030, 10, :o1, 1919293200
+ tz.transition 2031, 3, :o2, 1932598800
+ tz.transition 2031, 10, :o1, 1950742800
+ tz.transition 2032, 3, :o2, 1964048400
+ tz.transition 2032, 10, :o1, 1982797200
+ tz.transition 2033, 3, :o2, 1995498000
+ tz.transition 2033, 10, :o1, 2014246800
+ tz.transition 2034, 3, :o2, 2026947600
+ tz.transition 2034, 10, :o1, 2045696400
+ tz.transition 2035, 3, :o2, 2058397200
+ tz.transition 2035, 10, :o1, 2077146000
+ tz.transition 2036, 3, :o2, 2090451600
+ tz.transition 2036, 10, :o1, 2108595600
+ tz.transition 2037, 3, :o2, 2121901200
+ tz.transition 2037, 10, :o1, 2140045200
+ tz.transition 2038, 3, :o2, 2153350800, 59172253, 24
+ tz.transition 2038, 10, :o1, 2172099600, 59177461, 24
+ tz.transition 2039, 3, :o2, 2184800400, 59180989, 24
+ tz.transition 2039, 10, :o1, 2203549200, 59186197, 24
+ tz.transition 2040, 3, :o2, 2216250000, 59189725, 24
+ tz.transition 2040, 10, :o1, 2234998800, 59194933, 24
+ tz.transition 2041, 3, :o2, 2248304400, 59198629, 24
+ tz.transition 2041, 10, :o1, 2266448400, 59203669, 24
+ tz.transition 2042, 3, :o2, 2279754000, 59207365, 24
+ tz.transition 2042, 10, :o1, 2297898000, 59212405, 24
+ tz.transition 2043, 3, :o2, 2311203600, 59216101, 24
+ tz.transition 2043, 10, :o1, 2329347600, 59221141, 24
+ tz.transition 2044, 3, :o2, 2342653200, 59224837, 24
+ tz.transition 2044, 10, :o1, 2361402000, 59230045, 24
+ tz.transition 2045, 3, :o2, 2374102800, 59233573, 24
+ tz.transition 2045, 10, :o1, 2392851600, 59238781, 24
+ tz.transition 2046, 3, :o2, 2405552400, 59242309, 24
+ tz.transition 2046, 10, :o1, 2424301200, 59247517, 24
+ tz.transition 2047, 3, :o2, 2437606800, 59251213, 24
+ tz.transition 2047, 10, :o1, 2455750800, 59256253, 24
+ tz.transition 2048, 3, :o2, 2469056400, 59259949, 24
+ tz.transition 2048, 10, :o1, 2487200400, 59264989, 24
+ tz.transition 2049, 3, :o2, 2500506000, 59268685, 24
+ tz.transition 2049, 10, :o1, 2519254800, 59273893, 24
+ tz.transition 2050, 3, :o2, 2531955600, 59277421, 24
+ tz.transition 2050, 10, :o1, 2550704400, 59282629, 24
+ tz.transition 2051, 3, :o2, 2563405200, 59286157, 24
+ tz.transition 2051, 10, :o1, 2582154000, 59291365, 24
+ tz.transition 2052, 3, :o2, 2595459600, 59295061, 24
+ tz.transition 2052, 10, :o1, 2613603600, 59300101, 24
+ tz.transition 2053, 3, :o2, 2626909200, 59303797, 24
+ tz.transition 2053, 10, :o1, 2645053200, 59308837, 24
+ tz.transition 2054, 3, :o2, 2658358800, 59312533, 24
+ tz.transition 2054, 10, :o1, 2676502800, 59317573, 24
+ tz.transition 2055, 3, :o2, 2689808400, 59321269, 24
+ tz.transition 2055, 10, :o1, 2708557200, 59326477, 24
+ tz.transition 2056, 3, :o2, 2721258000, 59330005, 24
+ tz.transition 2056, 10, :o1, 2740006800, 59335213, 24
+ tz.transition 2057, 3, :o2, 2752707600, 59338741, 24
+ tz.transition 2057, 10, :o1, 2771456400, 59343949, 24
+ tz.transition 2058, 3, :o2, 2784762000, 59347645, 24
+ tz.transition 2058, 10, :o1, 2802906000, 59352685, 24
+ tz.transition 2059, 3, :o2, 2816211600, 59356381, 24
+ tz.transition 2059, 10, :o1, 2834355600, 59361421, 24
+ tz.transition 2060, 3, :o2, 2847661200, 59365117, 24
+ tz.transition 2060, 10, :o1, 2866410000, 59370325, 24
+ tz.transition 2061, 3, :o2, 2879110800, 59373853, 24
+ tz.transition 2061, 10, :o1, 2897859600, 59379061, 24
+ tz.transition 2062, 3, :o2, 2910560400, 59382589, 24
+ tz.transition 2062, 10, :o1, 2929309200, 59387797, 24
+ tz.transition 2063, 3, :o2, 2942010000, 59391325, 24
+ tz.transition 2063, 10, :o1, 2960758800, 59396533, 24
+ tz.transition 2064, 3, :o2, 2974064400, 59400229, 24
+ tz.transition 2064, 10, :o1, 2992208400, 59405269, 24
+ tz.transition 2065, 3, :o2, 3005514000, 59408965, 24
+ tz.transition 2065, 10, :o1, 3023658000, 59414005, 24
+ tz.transition 2066, 3, :o2, 3036963600, 59417701, 24
+ tz.transition 2066, 10, :o1, 3055712400, 59422909, 24
+ tz.transition 2067, 3, :o2, 3068413200, 59426437, 24
+ tz.transition 2067, 10, :o1, 3087162000, 59431645, 24
end
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/Asia/Kolkata.rb new/lib/tzinfo/data/definitions/Asia/Kolkata.rb
--- old/lib/tzinfo/data/definitions/Asia/Kolkata.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/definitions/Asia/Kolkata.rb 2017-10-23 22:03:55.000000000 +0200
@@ -13,12 +13,14 @@
timezone 'Asia/Kolkata' do |tz|
tz.offset :o0, 21208, 0, :LMT
tz.offset :o1, 21200, 0, :HMT
- tz.offset :o2, 23400, 0, :'+0630'
+ tz.offset :o2, 19270, 0, :MMT
tz.offset :o3, 19800, 0, :IST
tz.offset :o4, 19800, 3600, :'+0630'
- tz.transition 1879, 12, :o1, -2840162008, 26003324749, 10800
- tz.transition 1941, 9, :o2, -891582800, 524937943, 216
+ tz.transition 1854, 6, :o1, -3645237208, 25902690349, 10800
+ tz.transition 1869, 12, :o2, -3155694800, 519277663, 216
+ tz.transition 1905, 12, :o3, -2019705670, 20884705433, 8640
+ tz.transition 1941, 9, :o4, -891581400, 116652877, 48
tz.transition 1942, 5, :o3, -872058600, 116663723, 48
tz.transition 1942, 8, :o4, -862637400, 116668957, 48
tz.transition 1945, 10, :o3, -764145000, 116723675, 48
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/Asia/Yangon.rb new/lib/tzinfo/data/definitions/Asia/Yangon.rb
--- old/lib/tzinfo/data/definitions/Asia/Yangon.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/definitions/Asia/Yangon.rb 2017-10-23 22:03:55.000000000 +0200
@@ -11,13 +11,13 @@
include TimezoneDefinition
timezone 'Asia/Yangon' do |tz|
- tz.offset :o0, 23080, 0, :LMT
- tz.offset :o1, 23080, 0, :RMT
+ tz.offset :o0, 23087, 0, :LMT
+ tz.offset :o1, 23087, 0, :RMT
tz.offset :o2, 23400, 0, :'+0630'
tz.offset :o3, 32400, 0, :'+09'
- tz.transition 1879, 12, :o1, -2840163880, 5200664903, 2160
- tz.transition 1919, 12, :o2, -1577946280, 5232220343, 2160
+ tz.transition 1879, 12, :o1, -2840163887, 208026596113, 86400
+ tz.transition 1919, 12, :o2, -1577946287, 209288813713, 86400
tz.transition 1942, 4, :o3, -873268200, 116663051, 48
tz.transition 1945, 5, :o2, -778410000, 19452625, 8
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/Canada/East__m__Saskatchewan.rb new/lib/tzinfo/data/definitions/Canada/East__m__Saskatchewan.rb
--- old/lib/tzinfo/data/definitions/Canada/East__m__Saskatchewan.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/definitions/Canada/East__m__Saskatchewan.rb 1970-01-01 01:00:00.000000000 +0100
@@ -1,18 +0,0 @@
-# encoding: UTF-8
-
-# This file contains data derived from the IANA Time Zone Database
-# (http://www.iana.org/time-zones).
-
-module TZInfo
- module Data
- module Definitions
- module Canada
- module East__m__Saskatchewan
- include TimezoneDefinition
-
- linked_timezone 'Canada/East-Saskatchewan', 'America/Regina'
- end
- end
- end
- end
-end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/Europe/Dublin.rb new/lib/tzinfo/data/definitions/Europe/Dublin.rb
--- old/lib/tzinfo/data/definitions/Europe/Dublin.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/definitions/Europe/Dublin.rb 2017-10-23 22:03:55.000000000 +0200
@@ -69,9 +69,9 @@
tz.transition 1939, 4, :o5, -969228000, 29152435, 12
tz.transition 1939, 11, :o3, -950479200, 29155039, 12
tz.transition 1940, 2, :o5, -942012000, 29156215, 12
- tz.transition 1946, 10, :o3, -733359600, 58370389, 24
+ tz.transition 1946, 10, :o3, -733356000, 29185195, 12
tz.transition 1947, 3, :o5, -719445600, 29187127, 12
- tz.transition 1947, 11, :o3, -699490800, 58379797, 24
+ tz.transition 1947, 11, :o3, -699487200, 29189899, 12
tz.transition 1948, 4, :o5, -684972000, 29191915, 12
tz.transition 1948, 10, :o3, -668037600, 29194267, 12
tz.transition 1949, 4, :o5, -654732000, 29196115, 12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/Pacific/Apia.rb new/lib/tzinfo/data/definitions/Pacific/Apia.rb
--- old/lib/tzinfo/data/definitions/Pacific/Apia.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/definitions/Pacific/Apia.rb 2017-10-23 22:03:55.000000000 +0200
@@ -19,7 +19,7 @@
tz.offset :o5, 46800, 3600, :'+14'
tz.offset :o6, 46800, 0, :'+13'
- tz.transition 1879, 7, :o1, -2855737984, 3250172219, 1350
+ tz.transition 1892, 7, :o1, -2445424384, 3256583369, 1350
tz.transition 1911, 1, :o2, -1861878784, 3265701269, 1350
tz.transition 1950, 1, :o3, -631110600, 116797583, 48
tz.transition 2010, 9, :o4, 1285498800
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/Pacific/Fiji.rb new/lib/tzinfo/data/definitions/Pacific/Fiji.rb
--- old/lib/tzinfo/data/definitions/Pacific/Fiji.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/definitions/Pacific/Fiji.rb 2017-10-23 22:03:55.000000000 +0200
@@ -37,7 +37,7 @@
tz.transition 2016, 11, :o2, 1478354400
tz.transition 2017, 1, :o1, 1484402400
tz.transition 2017, 11, :o2, 1509804000
- tz.transition 2018, 1, :o1, 1516456800
+ tz.transition 2018, 1, :o1, 1515852000
tz.transition 2018, 11, :o2, 1541253600
tz.transition 2019, 1, :o1, 1547906400
tz.transition 2019, 11, :o2, 1572703200
@@ -49,7 +49,7 @@
tz.transition 2022, 11, :o2, 1667656800
tz.transition 2023, 1, :o1, 1673704800
tz.transition 2023, 11, :o2, 1699106400
- tz.transition 2024, 1, :o1, 1705759200
+ tz.transition 2024, 1, :o1, 1705154400
tz.transition 2024, 11, :o2, 1730556000
tz.transition 2025, 1, :o1, 1737208800
tz.transition 2025, 11, :o2, 1762005600
@@ -59,7 +59,7 @@
tz.transition 2027, 11, :o2, 1825509600
tz.transition 2028, 1, :o1, 1831557600
tz.transition 2028, 11, :o2, 1856959200
- tz.transition 2029, 1, :o1, 1863612000
+ tz.transition 2029, 1, :o1, 1863007200
tz.transition 2029, 11, :o2, 1888408800
tz.transition 2030, 1, :o1, 1895061600
tz.transition 2030, 11, :o2, 1919858400
@@ -71,7 +71,7 @@
tz.transition 2033, 11, :o2, 2014812000
tz.transition 2034, 1, :o1, 2020860000
tz.transition 2034, 11, :o2, 2046261600
- tz.transition 2035, 1, :o1, 2052914400
+ tz.transition 2035, 1, :o1, 2052309600
tz.transition 2035, 11, :o2, 2077711200
tz.transition 2036, 1, :o1, 2084364000
tz.transition 2036, 11, :o2, 2109160800
@@ -93,7 +93,7 @@
tz.transition 2044, 11, :o2, 2361967200, 29615101, 12
tz.transition 2045, 1, :o1, 2368015200, 29615941, 12
tz.transition 2045, 11, :o2, 2393416800, 29619469, 12
- tz.transition 2046, 1, :o1, 2400069600, 29620393, 12
+ tz.transition 2046, 1, :o1, 2399464800, 29620309, 12
tz.transition 2046, 11, :o2, 2424866400, 29623837, 12
tz.transition 2047, 1, :o1, 2431519200, 29624761, 12
tz.transition 2047, 11, :o2, 2456316000, 29628205, 12
@@ -105,7 +105,7 @@
tz.transition 2050, 11, :o2, 2551269600, 29641393, 12
tz.transition 2051, 1, :o1, 2557317600, 29642233, 12
tz.transition 2051, 11, :o2, 2582719200, 29645761, 12
- tz.transition 2052, 1, :o1, 2589372000, 29646685, 12
+ tz.transition 2052, 1, :o1, 2588767200, 29646601, 12
tz.transition 2052, 11, :o2, 2614168800, 29650129, 12
tz.transition 2053, 1, :o1, 2620821600, 29651053, 12
tz.transition 2053, 11, :o2, 2645618400, 29654497, 12
@@ -115,7 +115,7 @@
tz.transition 2055, 11, :o2, 2709122400, 29663317, 12
tz.transition 2056, 1, :o1, 2715170400, 29664157, 12
tz.transition 2056, 11, :o2, 2740572000, 29667685, 12
- tz.transition 2057, 1, :o1, 2747224800, 29668609, 12
+ tz.transition 2057, 1, :o1, 2746620000, 29668525, 12
tz.transition 2057, 11, :o2, 2772021600, 29672053, 12
tz.transition 2058, 1, :o1, 2778674400, 29672977, 12
tz.transition 2058, 11, :o2, 2803471200, 29676421, 12
@@ -127,7 +127,7 @@
tz.transition 2061, 11, :o2, 2898424800, 29689609, 12
tz.transition 2062, 1, :o1, 2904472800, 29690449, 12
tz.transition 2062, 11, :o2, 2929874400, 29693977, 12
- tz.transition 2063, 1, :o1, 2936527200, 29694901, 12
+ tz.transition 2063, 1, :o1, 2935922400, 29694817, 12
tz.transition 2063, 11, :o2, 2961324000, 29698345, 12
tz.transition 2064, 1, :o1, 2967976800, 29699269, 12
tz.transition 2064, 11, :o2, 2992773600, 29702713, 12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/Pacific/Pago_Pago.rb new/lib/tzinfo/data/definitions/Pacific/Pago_Pago.rb
--- old/lib/tzinfo/data/definitions/Pacific/Pago_Pago.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/definitions/Pacific/Pago_Pago.rb 2017-10-23 22:03:55.000000000 +0200
@@ -15,7 +15,7 @@
tz.offset :o1, -40968, 0, :LMT
tz.offset :o2, -39600, 0, :SST
- tz.transition 1879, 7, :o1, -2855738232, 2889041969, 1200
+ tz.transition 1892, 7, :o1, -2445424632, 2894740769, 1200
tz.transition 1911, 1, :o2, -1861879032, 2902845569, 1200
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/definitions/Pacific/Tongatapu.rb new/lib/tzinfo/data/definitions/Pacific/Tongatapu.rb
--- old/lib/tzinfo/data/definitions/Pacific/Tongatapu.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/definitions/Pacific/Tongatapu.rb 2017-10-23 22:03:55.000000000 +0200
@@ -26,106 +26,6 @@
tz.transition 2002, 1, :o2, 1012046400
tz.transition 2016, 11, :o3, 1478350800
tz.transition 2017, 1, :o2, 1484398800
- tz.transition 2017, 11, :o3, 1509800400
- tz.transition 2018, 1, :o2, 1516453200
- tz.transition 2018, 11, :o3, 1541250000
- tz.transition 2019, 1, :o2, 1547902800
- tz.transition 2019, 11, :o3, 1572699600
- tz.transition 2020, 1, :o2, 1579352400
- tz.transition 2020, 10, :o3, 1604149200
- tz.transition 2021, 1, :o2, 1610802000
- tz.transition 2021, 11, :o3, 1636203600
- tz.transition 2022, 1, :o2, 1642251600
- tz.transition 2022, 11, :o3, 1667653200
- tz.transition 2023, 1, :o2, 1673701200
- tz.transition 2023, 11, :o3, 1699102800
- tz.transition 2024, 1, :o2, 1705755600
- tz.transition 2024, 11, :o3, 1730552400
- tz.transition 2025, 1, :o2, 1737205200
- tz.transition 2025, 11, :o3, 1762002000
- tz.transition 2026, 1, :o2, 1768654800
- tz.transition 2026, 10, :o3, 1793451600
- tz.transition 2027, 1, :o2, 1800104400
- tz.transition 2027, 11, :o3, 1825506000
- tz.transition 2028, 1, :o2, 1831554000
- tz.transition 2028, 11, :o3, 1856955600
- tz.transition 2029, 1, :o2, 1863608400
- tz.transition 2029, 11, :o3, 1888405200
- tz.transition 2030, 1, :o2, 1895058000
- tz.transition 2030, 11, :o3, 1919854800
- tz.transition 2031, 1, :o2, 1926507600
- tz.transition 2031, 11, :o3, 1951304400
- tz.transition 2032, 1, :o2, 1957957200
- tz.transition 2032, 11, :o3, 1983358800
- tz.transition 2033, 1, :o2, 1989406800
- tz.transition 2033, 11, :o3, 2014808400
- tz.transition 2034, 1, :o2, 2020856400
- tz.transition 2034, 11, :o3, 2046258000
- tz.transition 2035, 1, :o2, 2052910800
- tz.transition 2035, 11, :o3, 2077707600
- tz.transition 2036, 1, :o2, 2084360400
- tz.transition 2036, 11, :o3, 2109157200
- tz.transition 2037, 1, :o2, 2115810000
- tz.transition 2037, 10, :o3, 2140606800
- tz.transition 2038, 1, :o2, 2147259600
- tz.transition 2038, 11, :o3, 2172661200, 59177617, 24
- tz.transition 2039, 1, :o2, 2178709200, 59179297, 24
- tz.transition 2039, 11, :o3, 2204110800, 59186353, 24
- tz.transition 2040, 1, :o2, 2210158800, 59188033, 24
- tz.transition 2040, 11, :o3, 2235560400, 59195089, 24
- tz.transition 2041, 1, :o2, 2242213200, 59196937, 24
- tz.transition 2041, 11, :o3, 2267010000, 59203825, 24
- tz.transition 2042, 1, :o2, 2273662800, 59205673, 24
- tz.transition 2042, 11, :o3, 2298459600, 59212561, 24
- tz.transition 2043, 1, :o2, 2305112400, 59214409, 24
- tz.transition 2043, 10, :o3, 2329909200, 59221297, 24
- tz.transition 2044, 1, :o2, 2336562000, 59223145, 24
- tz.transition 2044, 11, :o3, 2361963600, 59230201, 24
- tz.transition 2045, 1, :o2, 2368011600, 59231881, 24
- tz.transition 2045, 11, :o3, 2393413200, 59238937, 24
- tz.transition 2046, 1, :o2, 2400066000, 59240785, 24
- tz.transition 2046, 11, :o3, 2424862800, 59247673, 24
- tz.transition 2047, 1, :o2, 2431515600, 59249521, 24
- tz.transition 2047, 11, :o3, 2456312400, 59256409, 24
- tz.transition 2048, 1, :o2, 2462965200, 59258257, 24
- tz.transition 2048, 10, :o3, 2487762000, 59265145, 24
- tz.transition 2049, 1, :o2, 2494414800, 59266993, 24
- tz.transition 2049, 11, :o3, 2519816400, 59274049, 24
- tz.transition 2050, 1, :o2, 2525864400, 59275729, 24
- tz.transition 2050, 11, :o3, 2551266000, 59282785, 24
- tz.transition 2051, 1, :o2, 2557314000, 59284465, 24
- tz.transition 2051, 11, :o3, 2582715600, 59291521, 24
- tz.transition 2052, 1, :o2, 2589368400, 59293369, 24
- tz.transition 2052, 11, :o3, 2614165200, 59300257, 24
- tz.transition 2053, 1, :o2, 2620818000, 59302105, 24
- tz.transition 2053, 11, :o3, 2645614800, 59308993, 24
- tz.transition 2054, 1, :o2, 2652267600, 59310841, 24
- tz.transition 2054, 10, :o3, 2677064400, 59317729, 24
- tz.transition 2055, 1, :o2, 2683717200, 59319577, 24
- tz.transition 2055, 11, :o3, 2709118800, 59326633, 24
- tz.transition 2056, 1, :o2, 2715166800, 59328313, 24
- tz.transition 2056, 11, :o3, 2740568400, 59335369, 24
- tz.transition 2057, 1, :o2, 2747221200, 59337217, 24
- tz.transition 2057, 11, :o3, 2772018000, 59344105, 24
- tz.transition 2058, 1, :o2, 2778670800, 59345953, 24
- tz.transition 2058, 11, :o3, 2803467600, 59352841, 24
- tz.transition 2059, 1, :o2, 2810120400, 59354689, 24
- tz.transition 2059, 11, :o3, 2834917200, 59361577, 24
- tz.transition 2060, 1, :o2, 2841570000, 59363425, 24
- tz.transition 2060, 11, :o3, 2866971600, 59370481, 24
- tz.transition 2061, 1, :o2, 2873019600, 59372161, 24
- tz.transition 2061, 11, :o3, 2898421200, 59379217, 24
- tz.transition 2062, 1, :o2, 2904469200, 59380897, 24
- tz.transition 2062, 11, :o3, 2929870800, 59387953, 24
- tz.transition 2063, 1, :o2, 2936523600, 59389801, 24
- tz.transition 2063, 11, :o3, 2961320400, 59396689, 24
- tz.transition 2064, 1, :o2, 2967973200, 59398537, 24
- tz.transition 2064, 11, :o3, 2992770000, 59405425, 24
- tz.transition 2065, 1, :o2, 2999422800, 59407273, 24
- tz.transition 2065, 10, :o3, 3024219600, 59414161, 24
- tz.transition 2066, 1, :o2, 3030872400, 59416009, 24
- tz.transition 2066, 11, :o3, 3056274000, 59423065, 24
- tz.transition 2067, 1, :o2, 3062322000, 59424745, 24
end
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/indexes/countries.rb new/lib/tzinfo/data/indexes/countries.rb
--- old/lib/tzinfo/data/indexes/countries.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/indexes/countries.rb 2017-10-23 22:03:55.000000000 +0200
@@ -772,7 +772,7 @@
c.timezone 'America/Paramaribo', 35, 6, -331, 6
end
country 'SS', 'South Sudan' do |c|
- c.timezone 'Africa/Khartoum', 78, 5, 488, 15
+ c.timezone 'Africa/Juba', 97, 20, 1897, 60
end
country 'ST', 'Sao Tome & Principe' do |c|
c.timezone 'Africa/Abidjan', 319, 60, -121, 30
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/indexes/timezones.rb new/lib/tzinfo/data/indexes/timezones.rb
--- old/lib/tzinfo/data/indexes/timezones.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/indexes/timezones.rb 2017-10-23 22:03:55.000000000 +0200
@@ -35,7 +35,7 @@
linked_timezone 'Africa/Gaborone'
linked_timezone 'Africa/Harare'
timezone 'Africa/Johannesburg'
- linked_timezone 'Africa/Juba'
+ timezone 'Africa/Juba'
linked_timezone 'Africa/Kampala'
timezone 'Africa/Khartoum'
linked_timezone 'Africa/Kigali'
@@ -383,7 +383,6 @@
timezone 'CST6CDT'
linked_timezone 'Canada/Atlantic'
linked_timezone 'Canada/Central'
- linked_timezone 'Canada/East-Saskatchewan'
linked_timezone 'Canada/Eastern'
linked_timezone 'Canada/Mountain'
linked_timezone 'Canada/Newfoundland'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/tzdataparser.rb new/lib/tzinfo/data/tzdataparser.rb
--- old/lib/tzinfo/data/tzdataparser.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/tzdataparser.rb 2017-10-23 22:03:55.000000000 +0200
@@ -151,7 +151,7 @@
files = Dir.entries((a)input_dir).select do |file|
file =~ /\A[^\.]+\z/ &&
- !%w(backzone checktab.awk leapseconds leapseconds.awk leap-seconds.list CONTRIBUTING LICENSE Makefile NEWS README SOURCE Theory version zoneinfo2tdf.pl).include?(file) &&
+ !%w(backzone calendars leapseconds CONTRIBUTING LICENSE Makefile NEWS README SOURCE Theory version).include?(file) &&
File.file?(File.join(@input_dir, file))
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/tzinfo/data/version.rb new/lib/tzinfo/data/version.rb
--- old/lib/tzinfo/data/version.rb 2017-03-23 21:09:41.000000000 +0100
+++ new/lib/tzinfo/data/version.rb 2017-10-23 22:03:55.000000000 +0200
@@ -1,7 +1,7 @@
module TZInfo
module Data
# TZInfo::Data version number.
- VERSION = '1.2017.2'
+ VERSION = '1.2017.3'
# TZInfo::Data version information.
module Version
@@ -14,7 +14,7 @@
# The version of the {IANA Time Zone Database}[http://www.iana.org/time-zones]
# used to generate this version of TZInfo::Data.
- TZDATA = '2017b'
+ TZDATA = '2017c'
end
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2017-03-23 21:09:40.000000000 +0100
+++ new/metadata 2017-10-23 22:03:54.000000000 +0200
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: tzinfo-data
version: !ruby/object:Gem::Version
- version: 1.2017.2
+ version: 1.2017.3
platform: ruby
authors:
- Philip Ross
@@ -12,7 +12,7 @@
-----BEGIN CERTIFICATE-----
MIIDdDCCAlygAwIBAgIBATANBgkqhkiG9w0BAQUFADBAMRIwEAYDVQQDDAlwaGls
LnJvc3MxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2Nv
- bTAeFw0xNjEwMjAxOTMyMDZaFw0xNzEwMjAxOTMyMDZaMEAxEjAQBgNVBAMMCXBo
+ bTAeFw0xNzEwMjMxOTQ2MDJaFw0xODEwMjMxOTQ2MDJaMEAxEjAQBgNVBAMMCXBo
aWwucm9zczEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYD
Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkZzB+qfhmyY+XRvU
u310LMTGsTkR4/8JFCMF0YeQX6ZKmLr1fKzF3At1+DlI+v0t/G2FS6Dic0V3l8MK
@@ -23,14 +23,14 @@
TcNLCQIDAQABo3kwdzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU
D5nzO9/MG4B6ygch/Pv6PF9Q5x8wHgYDVR0RBBcwFYETcGhpbC5yb3NzQGdtYWls
LmNvbTAeBgNVHRIEFzAVgRNwaGlsLnJvc3NAZ21haWwuY29tMA0GCSqGSIb3DQEB
- BQUAA4IBAQBM+pMz41DnLx/Edg6cZe7JYFeXXQmVeltwDEefCa4cXxfLTsR6m7vW
- aBxCCJ62qrfe2dF1d8lp5X94nAmG8FyzSH4Gt8Ul69zOLw31E5XkT2bDcBTzWwcf
- OmYp+4rBeXWVwf76baYDNrJyFBp42cuj3vQBOQ2mJcwjeBldyUFVxElq93ISpN+2
- xSO5T8UfFZWHwv9H9cGhQnInu/hpl/vFcz5LM/l1CODRITfEbNUlr6Lb4JLxm58y
- sB3eS05Xw5lTvyhTICdMJIRk5jPPk3Sv/H1G7urfugkdEqT66FO+pgBnC9o7HvXN
- E2bpXUbNbgEUfOfgi7vQ9NLDfb+3Brxl
+ BQUAA4IBAQAHbabsU8fIQudX8XYwqZJYO76Y4LbHnMqZZz9nmRBWJlFE3E5jaF8Y
+ p9v1LkOLlo04z9bdnIS0/RfSqvHkNYcdpYXHnmr5/GYItKt8LWpFDA5cLaeWv5cU
+ FQB6a0HlkirTSTbevJNssymV/E206AFAoPK9vzjROn+/2MG4VlvYf/zr2nSQG76M
+ BMVs6uF68qxYpWjHisX2oy6R1k4G32jopKfLpdh1WCnN2/U5jqND/b25SRZ2ZRxy
+ YbX/8MDD3wwHu+knVnVsGNVuu/leNr+hJGgTUGXgcsu6nqYc4QVD+Amj1rI8D6at
+ IYlrSPqJ7q3pK9kchFKrrktRA6yVf+fR
-----END CERTIFICATE-----
-date: 2017-03-23 00:00:00.000000000 Z
+date: 2017-10-23 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: tzinfo
@@ -434,7 +434,6 @@
- lib/tzinfo/data/definitions/CST6CDT.rb
- lib/tzinfo/data/definitions/Canada/Atlantic.rb
- lib/tzinfo/data/definitions/Canada/Central.rb
-- lib/tzinfo/data/definitions/Canada/East__m__Saskatchewan.rb
- lib/tzinfo/data/definitions/Canada/Eastern.rb
- lib/tzinfo/data/definitions/Canada/Mountain.rb
- lib/tzinfo/data/definitions/Canada/Newfoundland.rb
@@ -686,7 +685,7 @@
version: '0'
requirements: []
rubyforge_project:
-rubygems_version: 2.6.11
+rubygems_version: 2.6.14
signing_key:
specification_version: 4
summary: Timezone Data for TZInfo
Binary files old/metadata.gz.sig and new/metadata.gz.sig differ
1
0
Hello community,
here is the log from the commit of package CSXCAD for openSUSE:Factory checked in at 2017-10-31 15:43:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/CSXCAD (Old)
and /work/SRC/openSUSE:Factory/.CSXCAD.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "CSXCAD"
Tue Oct 31 15:43:39 2017 rev:5 rq:537493 version:0.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/CSXCAD/CSXCAD.changes 2017-09-13 22:38:37.253616238 +0200
+++ /work/SRC/openSUSE:Factory/.CSXCAD.new/CSXCAD.changes 2017-10-31 15:43:39.754508022 +0100
@@ -1,0 +2,7 @@
+Sat Oct 28 13:09:41 UTC 2017 - badshah400(a)gmail.com
+
+- Add BuildRequires: sz2-devel because it is needed ever since
+ we started building hdf5 with sz2 support; fixes build failures
+ for openSUSE > 1320.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ CSXCAD.spec ++++++
--- /var/tmp/diff_new_pack.JlZT0Y/_old 2017-10-31 15:43:40.290488592 +0100
+++ /var/tmp/diff_new_pack.JlZT0Y/_new 2017-10-31 15:43:40.290488592 +0100
@@ -1,7 +1,7 @@
#
# spec file for package CSXCAD
#
-# 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
@@ -40,18 +40,19 @@
BuildRequires: boost-devel
BuildRequires: cgal-devel
BuildRequires: cmake
-BuildRequires: cmake(Qt5Sql)
-BuildRequires: cmake(Qt5Widgets)
BuildRequires: fparser-devel
BuildRequires: gcc-c++
BuildRequires: hdf5-devel
BuildRequires: octave-devel
BuildRequires: python3-devel
BuildRequires: python3-vtk
+BuildRequires: sz2-devel
BuildRequires: tinyxml-devel
BuildRequires: vtk-devel
BuildRequires: vtk-java
BuildRequires: vtk-tcl
+BuildRequires: cmake(Qt5Sql)
+BuildRequires: cmake(Qt5Widgets)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
1
0
Hello community,
here is the log from the commit of package apfel for openSUSE:Factory checked in at 2017-10-31 15:43:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apfel (Old)
and /work/SRC/openSUSE:Factory/.apfel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apfel"
Tue Oct 31 15:43:37 2017 rev:7 rq:537492 version:3.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/apfel/apfel.changes 2017-07-12 19:36:49.949343554 +0200
+++ /work/SRC/openSUSE:Factory/.apfel.new/apfel.changes 2017-10-31 15:43:38.462554856 +0100
@@ -1,0 +2,6 @@
+Sat Oct 28 15:23:17 UTC 2017 - badshah400(a)gmail.com
+
+- Update to version 3.0.2:
+ + Update list-func function.
+
+-------------------------------------------------------------------
Old:
----
3.0.1.tar.gz
New:
----
3.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apfel.spec ++++++
--- /var/tmp/diff_new_pack.gdhzRI/_old 2017-10-31 15:43:39.346522812 +0100
+++ /var/tmp/diff_new_pack.gdhzRI/_new 2017-10-31 15:43:39.346522812 +0100
@@ -20,7 +20,7 @@
%define pypackage python-%{name}
Name: apfel
-Version: 3.0.1
+Version: 3.0.2
Release: 0
Summary: A Probability Distribution Function Evolution Library
License: GPL-3.0+
++++++ 3.0.1.tar.gz -> 3.0.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/apfel/3.0.1.tar.gz /work/SRC/openSUSE:Factory/.apfel.new/3.0.2.tar.gz differ: char 126, line 1
1
0
Hello community,
here is the log from the commit of package zstd for openSUSE:Factory checked in at 2017-10-31 15:43:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zstd (Old)
and /work/SRC/openSUSE:Factory/.zstd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zstd"
Tue Oct 31 15:43:34 2017 rev:2 rq:537467 version:1.3.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/zstd/zstd.changes 2017-09-04 12:30:19.126161641 +0200
+++ /work/SRC/openSUSE:Factory/.zstd.new/zstd.changes 2017-10-31 15:43:35.006680135 +0100
@@ -1,0 +2,31 @@
+Sun Oct 29 15:52:37 UTC 2017 - astieger(a)suse.com
+
+- update to 1.3.2:
+ * new long range mode, using --long command
+ * new ability to generate and decode magicless frames
+ * changed maximum nb of threads reduced to 200, to avoid address
+ space exhaustion in 32-bits mode
+ * fix multi-threading compression works with custom allocators
+ * fix ZSTD_sizeof_CStream() was over-evaluating memory usage
+ * fix a rare compression bug when compression generates very large
+ distances and bunch of other conditions
+ (only possible at --ultra -22)
+ * fix 32-bits build can now decode large offsets (levels 21+)
+ * cli added LZ4 frame support by default
+ * cli improved --list output
+ * cli now can split input file for dictionary training, using
+ command -B#
+ * cli new clean operation artefact on Ctrl-C interruption
+ * do not change /dev/null permissions when using command -t with
+ root access
+ * cli fix write file size in header in multiple-files mode
+ * api: added macro ZSTD_COMPRESSBOUND() for static allocation
+ * api: new advanced decompression API
+ * api: sizeof_CCtx() used to over-estimate
+ * build: fix : no-multithread variant compiles without pool.c
+ dependency
+ * build: better compatibility with reproducible builds
+ * license: changed /examples license to BSD + GPLv2
+ * license: fix a few header files to reflect new license
+
+-------------------------------------------------------------------
Old:
----
zstd-1.3.1.tar.gz
New:
----
zstd-1.3.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ zstd.spec ++++++
--- /var/tmp/diff_new_pack.hVEbrI/_old 2017-10-31 15:43:35.758652875 +0100
+++ /var/tmp/diff_new_pack.hVEbrI/_new 2017-10-31 15:43:35.758652875 +0100
@@ -19,7 +19,7 @@
%define major 1
%define libname lib%{name}%{major}
Name: zstd
-Version: %{major}.3.1
+Version: %{major}.3.2
Release: 0
Summary: Zstandard compression tools
License: BSD-3-Clause and GPL-2.0
++++++ zstd-1.3.1.tar.gz -> zstd-1.3.2.tar.gz ++++++
++++ 22784 lines of diff (skipped)
1
0
Hello community,
here is the log from the commit of package jikes for openSUSE:Factory checked in at 2017-10-31 15:43:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jikes (Old)
and /work/SRC/openSUSE:Factory/.jikes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jikes"
Tue Oct 31 15:43:36 2017 rev:15 rq:537481 version:1.22
Changes:
--------
--- /work/SRC/openSUSE:Factory/jikes/jikes.changes 2011-12-26 16:28:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.jikes.new/jikes.changes 2017-10-31 15:43:36.146638810 +0100
@@ -1,0 +2,7 @@
+Mon Oct 30 08:50:22 UTC 2017 - fstrba(a)suse.com
+
+- With removal of java-1_5_0-gcj-compat, jikes became uninstallable
+ * Require: jre1.1.x -> jre >= 1.1
+- Spec cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jikes.spec ++++++
--- /var/tmp/diff_new_pack.nnh6oY/_old 2017-10-31 15:43:36.658620251 +0100
+++ /var/tmp/diff_new_pack.nnh6oY/_new 2017-10-31 15:43:36.662620105 +0100
@@ -1,7 +1,7 @@
#
# spec file for package jikes
#
-# Copyright (c) 2011 SUSE LINUX Products 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
@@ -17,19 +17,18 @@
Name: jikes
-BuildRequires: automake
-BuildRequires: gcc-c++
-Requires: jre1.1.x
Version: 1.22
Release: 0
+Summary: IBM Java Compiler
+License: IPL-1.0
+Group: Development/Languages/Java
Url: http://jikes.sourceforge.net/
Source0: %{name}-%{version}.tar.bz2
Patch0: %{name}-%{version}-uninitialized-variables.patch
Patch1: %{name}-%{version}-strict_aliasing.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Summary: IBM Java Compiler
-License: IPL-1.0
-Group: Development/Languages/Java
+BuildRequires: automake
+BuildRequires: gcc-c++
+Requires: jre >= 1.1
%description
Jikes(TM) is a compiler that translates Java(TM) source files as
@@ -60,16 +59,6 @@
Note that you must set CLASSPATH correctly to use jikes.
-
-
-Authors:
---------
- Philippe Charles <charles(a)watson.ibm.com>
- Ken Coar <Ken.Coar(a)Golux.Com>
- Michael Ernst <mernst(a)cs.washington.edu>
- Dave Shields <shields(a)watson.ibm.com>
- Vadim Zaliva <lord(a)crocodile.org>
-
%prep
%setup -q
%patch0
@@ -78,28 +67,23 @@
%build
autoreconf -I src/m4 --force --install
-CFLAGS="$RPM_OPT_FLAGS" \
-CXXFLAGS="$RPM_OPT_FLAGS" \
-./configure --mandir=%{_mandir} \
+CFLAGS="%{optflags}" \
+CXXFLAGS="%{optflags}" \
+%configure --mandir=%{_mandir} \
--prefix=%{_prefix} \
--infodir=%{_infodir} \
--sysconfdir=%{_sysconfdir}
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
%install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install
+%make_install
#
-rm $RPM_BUILD_ROOT/%{_datadir}/doc/%name-%version/license.htm
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+rm %{buildroot}/%{_datadir}/doc/%{name}-%{version}/license.htm
%files
-%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO doc/license.htm
-%{_mandir}/man1/jikes.1.gz
-%{_prefix}/include/*
+%{_mandir}/man1/jikes.1%{ext_man}
+%{_includedir}/*
%{_bindir}/jikes
%changelog
1
0
Hello community,
here is the log from the commit of package python-wptools for openSUSE:Factory checked in at 2017-10-31 15:43:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wptools (Old)
and /work/SRC/openSUSE:Factory/.python-wptools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wptools"
Tue Oct 31 15:43:32 2017 rev:1 rq:537240 version:0.4
Changes:
--------
New Changes file:
--- /dev/null 2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.python-wptools.new/python-wptools.changes 2017-10-31 15:43:33.186746109 +0100
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Wed Oct 25 07:47:36 UTC 2017 - aloisio(a)gmx.com
+
+- Update to version 0.4
+- Converted to single-spec
+- Refreshed python3-wptools-avoid-reading-readme.patch as
+ python-wptools-avoid-reading-readme.patch
+
+-------------------------------------------------------------------
+Tue Mar 14 02:00:28 UTC 2017 - badshah400(a)gmail.com
+
+- Initial package.
+- Add python3-wptools-avoid-reading-readme.patch: README.rst
+ contains numerous spurious characters that are not readable in
+ ascii, causing setup.py to fail. Skip reading this file in
+ setup.py and manually insert a long description text instead.
+
New:
----
python-wptools-avoid-reading-readme.patch
python-wptools.changes
python-wptools.spec
wptools-0.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-wptools.spec ++++++
#
# spec file for package python-wptools
#
# 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
# 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/
#
%define pyname wptools
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-wptools
Version: 0.4
Release: 0
Summary: Wikipedia tools (for Humans)
License: MIT
Group: Development/Languages/Python
URL: https://github.com/siznax/wptools/
Source: https://files.pythonhosted.org/packages/source/w/wptools/%{pyname}-%{versio…
# PATCH-FIX-UPSTREAM python-wptools-avoid-reading-readme.patch badshah400(a)gmail.com -- README.rst contains numerous spurious characters that are not readable in ascii. Skip reading this file in setup.py and manually insert a long description text instead
Patch0: python-wptools-avoid-reading-readme.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-certifi >= 2017.7.27.1
Requires: python-html2text >= 2016.9.19
Requires: python-lxml >= 3.8.0
Requires: python-pycurl >= 7.43.0
BuildArch: noarch
%python_subpackages
%description
Python and command-line MediaWiki access for Humans.
Features:
* get an HTML or plain text "extract" (lead or summary)
* get a representative image (pageimage, thumb, etc.)
* get an Infobox as a python dictionary
* get any/all Wikidata by title
* get info in any language
* get random info
%prep
%setup -q -n wptools-%{version}
%patch0 -p1
sed -i '1d' scripts/wptool.py
%build
%python_build
%install
%python_install
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc HISTORY.rst LICENSE README.rst
%python3_only %{_bindir}/wptool
%{python_sitelib}/*
%changelog
++++++ python-wptools-avoid-reading-readme.patch ++++++
Index: wptools-0.4/setup.py
===================================================================
--- wptools-0.4.orig/setup.py
+++ wptools-0.4/setup.py
@@ -2,8 +2,6 @@
from setuptools import setup, find_packages
-with open('README.rst') as f:
- readme = f.read()
with open('HISTORY.rst') as f:
history = f.read()
@@ -12,7 +10,16 @@ setup(
name='wptools',
version='0.4',
description='Wikipedia tools (for Humans)',
- long_description=readme + '\n\n' + history,
+ long_description=
+'''Python and command-line MediaWiki access for Humans.
+
+Features:
+* get an HTML or plain text "extract" (lead or summary)
+* get a representative image (pageimage, thumb, etc.)
+* get an Infobox as a python dictionary
+* get any/all Wikidata by title
+* get info in any language
+* get random info''' + '\n\n' + history,
url='https://github.com/siznax/wptools/',
license='MIT',
author='Steve @siznax',
1
0
Hello community,
here is the log from the commit of package cyrus-imapd for openSUSE:Factory checked in at 2017-10-31 15:43:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cyrus-imapd (Old)
and /work/SRC/openSUSE:Factory/.cyrus-imapd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cyrus-imapd"
Tue Oct 31 15:43:30 2017 rev:69 rq:536505 version:2.4.19
Changes:
--------
--- /work/SRC/openSUSE:Factory/cyrus-imapd/cyrus-imapd.changes 2017-07-11 08:27:32.157140276 +0200
+++ /work/SRC/openSUSE:Factory/.cyrus-imapd.new/cyrus-imapd.changes 2017-10-31 15:43:31.102821653 +0100
@@ -1,0 +2,10 @@
+Wed Oct 25 09:07:33 UTC 2017 - rhafer(a)suse.de
+
+- Removed "cyrus-imapd-2.4.19_drac_auth.patch" and dropped drac
+ from the BuildRequires. DRAC's upstream is bascially dead nowadays,
+ and the drac patch in cyrus-imapd is also largely unmaintained.
+ Rebased cyrus-imapd-2.4.17_openslp.patch and
+ cyrus-imapd-2.4.19_autocreate-0.10-0.patch as a result of the
+ removal.
+
+-------------------------------------------------------------------
Old:
----
cyrus-imapd-2.4.19_drac_auth.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cyrus-imapd.spec ++++++
--- /var/tmp/diff_new_pack.PtJK0D/_old 2017-10-31 15:43:31.870793813 +0100
+++ /var/tmp/diff_new_pack.PtJK0D/_new 2017-10-31 15:43:31.874793668 +0100
@@ -42,8 +42,6 @@
Source1: http://ftp.andrew.cmu.edu/pub/mibs/cmu/cmu.mib
# Distribution specific sources
Source10: cyrus-imapd-rc-2.tar.gz
-# PATCH-FEATURE-UPSTREAM -- Add support for Dynamic Relay Authorization Control
-Patch0: cyrus-imapd-2.4.19_drac_auth.patch
# PATCH-FEATURE-UPSTREAM -- Autocreate INBOX folders // included in 2.5
Patch1: cyrus-imapd-2.4.19_autocreate-0.10-0.patch
# PATCH-FEATURE-UPSTREAM -- Add support to define a catchall mailbox
@@ -69,7 +67,6 @@
BuildRequires: bison
BuildRequires: cyrus-sasl-devel
BuildRequires: db-devel
-BuildRequires: drac
BuildRequires: ed
BuildRequires: flex
BuildRequires: krb5-devel
@@ -206,7 +203,6 @@
%prep
%setup -q -a 10
-%patch0 -p1
%patch1 -p1
%patch4 -p1
%patch7 -p1
@@ -242,7 +238,6 @@
--with-cyrus-user=%{cyrus_user} \
--with-cyrus-group=%{cyrus_group} \
--with-cyrus-prefix=%{_prefix}/lib/cyrus \
- --with-drac \
--with-gss_impl=auto \
--with-ldap \
--with-libwrap \
++++++ cyrus-imapd-2.4.17_openslp.patch ++++++
--- /var/tmp/diff_new_pack.PtJK0D/_old 2017-10-31 15:43:31.922791928 +0100
+++ /var/tmp/diff_new_pack.PtJK0D/_new 2017-10-31 15:43:31.922791928 +0100
@@ -1,9 +1,10 @@
-diff -Ppru cyrus-imapd-2.4.17.orig/configure.in cyrus-imapd-2.4.17/configure.in
---- cyrus-imapd-2.4.17.orig/configure.in 2012-12-01 20:57:54.000000000 +0100
-+++ cyrus-imapd-2.4.17/configure.in 2014-01-25 13:35:37.326786213 +0100
-@@ -1242,6 +1242,19 @@ DRACLIBS="-ldrac")
- fi)
- AC_SUBST(DRACLIBS)
+Index: cyrus-imapd-2.4.19/configure.in
+===================================================================
+--- cyrus-imapd-2.4.19.orig/configure.in
++++ cyrus-imapd-2.4.19/configure.in
+@@ -1239,6 +1239,19 @@ dnl (agentx was depricated, but SNMP_SUB
+ SNMP_SUBDIRS=""
+ AC_SUBST(SNMP_SUBDIRS)
+dnl
+dnl Test for OpenSLP
@@ -21,9 +22,10 @@
CMU_LIBWRAP
CMU_UCDSNMP
-diff -Ppru cyrus-imapd-2.4.17.orig/master/Makefile.in cyrus-imapd-2.4.17/master/Makefile.in
---- cyrus-imapd-2.4.17.orig/master/Makefile.in 2012-12-01 20:57:54.000000000 +0100
-+++ cyrus-imapd-2.4.17/master/Makefile.in 2014-01-25 13:36:16.326368670 +0100
+Index: cyrus-imapd-2.4.19/master/Makefile.in
+===================================================================
+--- cyrus-imapd-2.4.19.orig/master/Makefile.in
++++ cyrus-imapd-2.4.19/master/Makefile.in
@@ -58,7 +58,7 @@ DEPLIBS = @DEPLIBS@
CFLAGS = @CFLAGS@
@@ -33,9 +35,10 @@
SHELL = /bin/sh
MAKEDEPEND = @MAKEDEPEND@
-diff -Ppru cyrus-imapd-2.4.17.orig/master/master.c cyrus-imapd-2.4.17/master/master.c
---- cyrus-imapd-2.4.17.orig/master/master.c 2012-12-01 20:57:54.000000000 +0100
-+++ cyrus-imapd-2.4.17/master/master.c 2014-01-25 14:35:29.896103172 +0100
+Index: cyrus-imapd-2.4.19/master/master.c
+===================================================================
+--- cyrus-imapd-2.4.19.orig/master/master.c
++++ cyrus-imapd-2.4.19/master/master.c
@@ -110,6 +110,10 @@
int deny_severity = LOG_ERR;
#endif
++++++ cyrus-imapd-2.4.19_autocreate-0.10-0.patch ++++++
--- /var/tmp/diff_new_pack.PtJK0D/_old 2017-10-31 15:43:31.954790768 +0100
+++ /var/tmp/diff_new_pack.PtJK0D/_new 2017-10-31 15:43:31.954790768 +0100
@@ -1,6 +1,7 @@
-diff -Naur cyrus-imapd-2.4.4.orig/README.autocreate cyrus-imapd-2.4.4/README.autocreate
---- cyrus-imapd-2.4.4.orig/README.autocreate 1970-01-01 01:00:00.000000000 +0100
-+++ cyrus-imapd-2.4.4/README.autocreate 2010-11-16 08:48:37.704981331 +0100
+Index: cyrus-imapd-2.4.19/README.autocreate
+===================================================================
+--- /dev/null
++++ cyrus-imapd-2.4.19/README.autocreate
@@ -0,0 +1,213 @@
+Cyrus IMAP autocreate Inbox patch
+----------------------------------
@@ -215,12 +216,13 @@
+
+For more information and updates please visit http://email.uoa.gr/projects/cyrus/autocreate
+
-diff -Ppru cyrus-imapd-2.4.19.orig/imap/Makefile.in cyrus-imapd-2.4.19.autocreate/imap/Makefile.in
---- cyrus-imapd-2.4.19.orig/imap/Makefile.in 2017-05-15 07:43:30.000000000 +0200
-+++ cyrus-imapd-2.4.19.autocreate/imap/Makefile.in 2017-06-14 20:06:17.326953196 +0200
+Index: cyrus-imapd-2.4.19/imap/Makefile.in
+===================================================================
+--- cyrus-imapd-2.4.19.orig/imap/Makefile.in
++++ cyrus-imapd-2.4.19/imap/Makefile.in
@@ -66,7 +66,7 @@ SIEVE_LIBS = @SIEVE_LIBS@
+ IMAP_COM_ERR_LIBS = @IMAP_COM_ERR_LIBS@
LIB_WRAP = @LIB_WRAP@
- DRAC_LIBS = @DRACLIBS@
LIBS = $(IMAP_LIBS) $(IMAP_COM_ERR_LIBS)
-DEPLIBS = ../lib/libcyrus.a ../lib/libcyrus_min.a @DEPLIBS@
+DEPLIBS = $(SIEVE_LIBS) ../lib/libcyrus.a ../lib/libcyrus_min.a @DEPLIBS@
@@ -268,9 +270,10 @@
### Other Misc Targets
clean:
-diff -Naur cyrus-imapd-2.4.4.orig/imap/autosieve.c cyrus-imapd-2.4.4/imap/autosieve.c
---- cyrus-imapd-2.4.4.orig/imap/autosieve.c 1970-01-01 01:00:00.000000000 +0100
-+++ cyrus-imapd-2.4.4/imap/autosieve.c 2010-11-16 08:48:37.722056581 +0100
+Index: cyrus-imapd-2.4.19/imap/autosieve.c
+===================================================================
+--- /dev/null
++++ cyrus-imapd-2.4.19/imap/autosieve.c
@@ -0,0 +1,590 @@
+#include <stdio.h>
+#include <stdlib.h>
@@ -862,9 +865,10 @@
+ * Pavlos. Author of cyrusmaster. So consider this patch as his birthday present
+ */
+
-diff -Naur cyrus-imapd-2.4.4.orig/imap/compile_sieve.c cyrus-imapd-2.4.4/imap/compile_sieve.c
---- cyrus-imapd-2.4.4.orig/imap/compile_sieve.c 1970-01-01 01:00:00.000000000 +0100
-+++ cyrus-imapd-2.4.4/imap/compile_sieve.c 2010-11-16 08:48:37.724064645 +0100
+Index: cyrus-imapd-2.4.19/imap/compile_sieve.c
+===================================================================
+--- /dev/null
++++ cyrus-imapd-2.4.19/imap/compile_sieve.c
@@ -0,0 +1,365 @@
+/* This tool compiles the sieve script from a command
+line so that it can be used wby the autoadd patch */
@@ -1231,10 +1235,11 @@
+
+
+
-diff -Naur cyrus-imapd-2.4.4.orig/imap/imapd.c cyrus-imapd-2.4.4/imap/imapd.c
---- cyrus-imapd-2.4.4.orig/imap/imapd.c 2010-11-16 08:48:20.829659918 +0100
-+++ cyrus-imapd-2.4.4/imap/imapd.c 2010-11-16 08:48:37.728081052 +0100
-@@ -269,6 +269,7 @@
+Index: cyrus-imapd-2.4.19/imap/imapd.c
+===================================================================
+--- cyrus-imapd-2.4.19.orig/imap/imapd.c
++++ cyrus-imapd-2.4.19/imap/imapd.c
+@@ -332,6 +332,7 @@ enum {
void motd_file(int fd);
void shut_down(int code);
void fatal(const char *s, int code);
@@ -1242,7 +1247,7 @@
void cmdloop(void);
void cmd_login(char *tag, char *user);
-@@ -2102,8 +2103,47 @@
+@@ -2167,8 +2168,47 @@ static void authentication_success(void)
mboxname_hiersep_tointernal(&imapd_namespace, imapd_userid,
config_virtdomains ?
strcspn(imapd_userid, "@") : 0);
@@ -1290,7 +1295,7 @@
/*
* Perform a LOGIN command
*/
-@@ -5880,6 +5920,8 @@
+@@ -6047,6 +6087,8 @@ void getlistargs(char *tag, struct lista
goto freeargs;
}
@@ -1299,10 +1304,11 @@
return;
freeargs:
-diff -Naur cyrus-imapd-2.4.4.orig/imap/lmtpd.c cyrus-imapd-2.4.4/imap/lmtpd.c
---- cyrus-imapd-2.4.4.orig/imap/lmtpd.c 2010-11-16 08:48:20.824640875 +0100
-+++ cyrus-imapd-2.4.4/imap/lmtpd.c 2010-11-16 08:48:37.729084805 +0100
-@@ -119,6 +119,8 @@
+Index: cyrus-imapd-2.4.19/imap/lmtpd.c
+===================================================================
+--- cyrus-imapd-2.4.19.orig/imap/lmtpd.c
++++ cyrus-imapd-2.4.19/imap/lmtpd.c
+@@ -118,6 +118,8 @@ void shut_down(int code);
static FILE *spoolfile(message_data_t *msgdata);
static void removespool(message_data_t *msgdata);
@@ -1311,7 +1317,7 @@
/* current namespace */
static struct namespace lmtpd_namespace;
-@@ -976,6 +978,86 @@
+@@ -922,6 +924,86 @@ void shut_down(int code)
exit(code);
}
@@ -1398,7 +1404,7 @@
static int verify_user(const char *user, const char *domain, char *mailbox,
quota_t quotacheck, struct auth_state *authstate)
{
-@@ -1019,6 +1101,15 @@
+@@ -965,6 +1047,15 @@ static int verify_user(const char *user,
*/
r = mlookup(namebuf, &server, &acl, NULL);
@@ -1414,7 +1420,7 @@
if (r == IMAP_MAILBOX_NONEXISTENT && !user &&
config_getswitch(IMAPOPT_LMTP_FUZZY_MAILBOX_MATCH) &&
/* see if we have a mailbox whose name is close */
-@@ -1045,6 +1136,7 @@
+@@ -991,6 +1082,7 @@ static int verify_user(const char *user,
aclcheck, (quotacheck < 0)
|| config_getswitch(IMAPOPT_LMTP_STRICT_QUOTA) ?
quotacheck : 0);
@@ -1422,10 +1428,11 @@
}
}
-diff -Naur cyrus-imapd-2.4.4.orig/imap/mboxlist.c cyrus-imapd-2.4.4/imap/mboxlist.c
---- cyrus-imapd-2.4.4.orig/imap/mboxlist.c 2010-11-16 08:48:20.818616124 +0100
-+++ cyrus-imapd-2.4.4/imap/mboxlist.c 2010-11-16 08:48:37.732096343 +0100
-@@ -84,6 +84,12 @@
+Index: cyrus-imapd-2.4.19/imap/mboxlist.c
+===================================================================
+--- cyrus-imapd-2.4.19.orig/imap/mboxlist.c
++++ cyrus-imapd-2.4.19/imap/mboxlist.c
+@@ -85,6 +85,12 @@
#include "quota.h"
#include "sync_log.h"
@@ -1438,7 +1445,7 @@
#define DB config_mboxlist_db
#define SUBDB config_subscription_db
-@@ -100,6 +106,19 @@
+@@ -101,6 +107,19 @@ static int mboxlist_rmquota(const char *
void *rock);
static int mboxlist_changequota(const char *name, int matchlen, int maycreate,
void *rock);
@@ -1458,7 +1465,7 @@
char *mboxlist_makeentry(int mbtype, const char *part, const char *acl)
{
-@@ -2996,3 +3015,349 @@
+@@ -3181,3 +3200,349 @@ mboxlist_count_inferiors(const char *mai
return(count);
}
@@ -1808,10 +1815,11 @@
+ return r;
+}
+
-diff -Naur cyrus-imapd-2.4.4.orig/imap/mboxlist.h cyrus-imapd-2.4.4/imap/mboxlist.h
---- cyrus-imapd-2.4.4.orig/imap/mboxlist.h 2010-11-16 08:48:20.828655886 +0100
-+++ cyrus-imapd-2.4.4/imap/mboxlist.h 2010-11-16 08:48:37.732096343 +0100
-@@ -221,4 +221,9 @@
+Index: cyrus-imapd-2.4.19/imap/mboxlist.h
+===================================================================
+--- cyrus-imapd-2.4.19.orig/imap/mboxlist.h
++++ cyrus-imapd-2.4.19/imap/mboxlist.h
+@@ -217,4 +217,9 @@ int mboxlist_count_inferiors(const char
const char *userid,
struct auth_state *authstate);
@@ -1821,10 +1829,11 @@
+
+
#endif
-diff -Naur cyrus-imapd-2.4.4.orig/imap/pop3d.c cyrus-imapd-2.4.4/imap/pop3d.c
---- cyrus-imapd-2.4.4.orig/imap/pop3d.c 2010-11-16 08:48:20.820623909 +0100
-+++ cyrus-imapd-2.4.4/imap/pop3d.c 2010-11-16 08:48:37.734104407 +0100
-@@ -181,6 +181,8 @@
+Index: cyrus-imapd-2.4.19/imap/pop3d.c
+===================================================================
+--- cyrus-imapd-2.4.19.orig/imap/pop3d.c
++++ cyrus-imapd-2.4.19/imap/pop3d.c
+@@ -181,6 +181,8 @@ static void bitpipe(void);
static char popd_apop_chal[45 + MAXHOSTNAMELEN + 1]; /* <rand.time@hostname> */
static void cmd_apop(char *response);
@@ -1833,7 +1842,7 @@
static void cmd_auth(char *arg);
static void cmd_capa(void);
static void cmd_pass(char *pass);
-@@ -1389,6 +1391,7 @@
+@@ -1403,6 +1405,7 @@ void cmd_user(char *user)
popd_userid = xstrdup(userbuf);
prot_printf(popd_out, "+OK Name is a valid mailbox\r\n");
}
@@ -1841,7 +1850,7 @@
}
void cmd_pass(char *pass)
-@@ -1692,6 +1695,43 @@
+@@ -1720,6 +1723,43 @@ void cmd_auth(char *arg)
}
/*
@@ -1885,7 +1894,7 @@
* Complete the login process by opening and locking the user's inbox
*/
int openinbox(void)
-@@ -1720,6 +1760,12 @@
+@@ -1748,6 +1788,12 @@ int openinbox(void)
userid, inboxname);
if (!r) r = mboxlist_lookup(inboxname, &mbentry, NULL);
@@ -1898,10 +1907,11 @@
if (!r && (config_popuseacl = config_getswitch(IMAPOPT_POPUSEACL)) &&
(!mbentry.acl ||
!((myrights = cyrus_acl_myrights(popd_authstate, mbentry.acl)) & ACL_READ))) {
-diff -Naur cyrus-imapd-2.4.4.orig/lib/auth.c cyrus-imapd-2.4.4/lib/auth.c
---- cyrus-imapd-2.4.4.orig/lib/auth.c 2010-11-16 08:48:20.875850421 +0100
-+++ cyrus-imapd-2.4.4/lib/auth.c 2010-11-16 08:48:37.755228749 +0100
-@@ -118,3 +118,11 @@
+Index: cyrus-imapd-2.4.19/lib/auth.c
+===================================================================
+--- cyrus-imapd-2.4.19.orig/lib/auth.c
++++ cyrus-imapd-2.4.19/lib/auth.c
+@@ -118,3 +118,11 @@ struct auth_state *auth_state;
auth->freestate(auth_state);
}
@@ -1913,10 +1923,11 @@
+ return auth->auth_canonuser(auth_state);
+}
+
-diff -Naur cyrus-imapd-2.4.4.orig/lib/auth.h cyrus-imapd-2.4.4/lib/auth.h
---- cyrus-imapd-2.4.4.orig/lib/auth.h 2010-11-16 08:48:20.881874054 +0100
-+++ cyrus-imapd-2.4.4/lib/auth.h 2010-11-16 08:48:37.755228749 +0100
-@@ -55,6 +55,7 @@
+Index: cyrus-imapd-2.4.19/lib/auth.h
+===================================================================
+--- cyrus-imapd-2.4.19.orig/lib/auth.h
++++ cyrus-imapd-2.4.19/lib/auth.h
+@@ -55,6 +55,7 @@ struct auth_mech {
const char *identifier);
struct auth_state *(*newstate)(const char *identifier);
void (*freestate)(struct auth_state *auth_state);
@@ -1924,17 +1935,18 @@
};
extern struct auth_mech *auth_mechs[];
-@@ -77,5 +78,6 @@
+@@ -77,5 +78,6 @@ int auth_memberof(struct auth_state *aut
const char *identifier);
struct auth_state *auth_newstate(const char *identifier);
void auth_freestate(struct auth_state *auth_state);
+char *auth_canonuser(struct auth_state *auth_state);
#endif /* INCLUDED_AUTH_H */
-diff -Naur cyrus-imapd-2.4.4.orig/lib/auth_krb.c cyrus-imapd-2.4.4/lib/auth_krb.c
---- cyrus-imapd-2.4.4.orig/lib/auth_krb.c 2010-11-16 08:48:20.885889903 +0100
-+++ cyrus-imapd-2.4.4/lib/auth_krb.c 2010-11-16 08:48:37.756232781 +0100
-@@ -341,6 +341,15 @@
+Index: cyrus-imapd-2.4.19/lib/auth_krb.c
+===================================================================
+--- cyrus-imapd-2.4.19.orig/lib/auth_krb.c
++++ cyrus-imapd-2.4.19/lib/auth_krb.c
+@@ -341,6 +341,15 @@ struct auth_state *auth_state;
free((char *)auth_state);
}
@@ -1950,7 +1962,7 @@
#else /* HAVE_KRB */
static int mymemberof(
-@@ -372,6 +381,14 @@
+@@ -372,6 +381,14 @@ static void myfreestate(
fatal("Authentication mechanism (krb) not compiled in", EC_CONFIG);
}
@@ -1965,16 +1977,17 @@
#endif
struct auth_mech auth_krb =
-@@ -382,4 +399,5 @@
+@@ -382,4 +399,5 @@ struct auth_mech auth_krb =
&mymemberof,
&mynewstate,
&myfreestate,
+ &mycanonuser,
};
-diff -Naur cyrus-imapd-2.4.4.orig/lib/auth_krb5.c cyrus-imapd-2.4.4/lib/auth_krb5.c
---- cyrus-imapd-2.4.4.orig/lib/auth_krb5.c 2010-11-16 08:48:20.877858205 +0100
-+++ cyrus-imapd-2.4.4/lib/auth_krb5.c 2010-11-16 08:48:37.756232781 +0100
-@@ -199,6 +199,14 @@
+Index: cyrus-imapd-2.4.19/lib/auth_krb5.c
+===================================================================
+--- cyrus-imapd-2.4.19.orig/lib/auth_krb5.c
++++ cyrus-imapd-2.4.19/lib/auth_krb5.c
+@@ -199,6 +199,14 @@ static void myfreestate(struct auth_stat
free(auth_state);
}
@@ -1989,7 +2002,7 @@
#else /* HAVE_GSSAPI_H */
static int mymemberof(
-@@ -230,6 +238,13 @@
+@@ -230,6 +238,13 @@ static void myfreestate(
fatal("Authentication mechanism (krb5) not compiled in", EC_CONFIG);
}
@@ -2003,16 +2016,17 @@
#endif
struct auth_mech auth_krb5 =
-@@ -240,4 +255,5 @@
+@@ -240,4 +255,5 @@ struct auth_mech auth_krb5 =
&mymemberof,
&mynewstate,
&myfreestate,
+ &mycanonuser,
};
-diff -Naur cyrus-imapd-2.4.4.orig/lib/auth_pts.c cyrus-imapd-2.4.4/lib/auth_pts.c
---- cyrus-imapd-2.4.4.orig/lib/auth_pts.c 2010-11-16 08:48:20.877858205 +0100
-+++ cyrus-imapd-2.4.4/lib/auth_pts.c 2010-11-16 08:48:37.757236534 +0100
-@@ -512,6 +512,14 @@
+Index: cyrus-imapd-2.4.19/lib/auth_pts.c
+===================================================================
+--- cyrus-imapd-2.4.19.orig/lib/auth_pts.c
++++ cyrus-imapd-2.4.19/lib/auth_pts.c
+@@ -521,6 +521,14 @@ static void myfreestate(struct auth_stat
free(auth_state);
}
@@ -2027,16 +2041,17 @@
struct auth_mech auth_pts =
{
"pts", /* name */
-@@ -520,4 +528,5 @@
+@@ -529,4 +537,5 @@ struct auth_mech auth_pts =
&mymemberof,
&mynewstate,
&myfreestate,
+ &mycanonuser,
};
-diff -Naur cyrus-imapd-2.4.4.orig/lib/auth_unix.c cyrus-imapd-2.4.4/lib/auth_unix.c
---- cyrus-imapd-2.4.4.orig/lib/auth_unix.c 2010-11-16 08:48:20.880870301 +0100
-+++ cyrus-imapd-2.4.4/lib/auth_unix.c 2010-11-16 08:48:37.757236534 +0100
-@@ -315,6 +315,16 @@
+Index: cyrus-imapd-2.4.19/lib/auth_unix.c
+===================================================================
+--- cyrus-imapd-2.4.19.orig/lib/auth_unix.c
++++ cyrus-imapd-2.4.19/lib/auth_unix.c
+@@ -315,6 +315,16 @@ struct auth_state *auth_state;
free((char *)auth_state);
}
@@ -2053,16 +2068,17 @@
struct auth_mech auth_unix =
{
-@@ -324,4 +334,5 @@
+@@ -324,4 +334,5 @@ struct auth_mech auth_unix =
&mymemberof,
&mynewstate,
&myfreestate,
+ &mycanonuser,
};
-diff -Naur cyrus-imapd-2.4.4.orig/lib/imapoptions cyrus-imapd-2.4.4/lib/imapoptions
---- cyrus-imapd-2.4.4.orig/lib/imapoptions 2010-11-16 08:48:20.878862238 +0100
-+++ cyrus-imapd-2.4.4/lib/imapoptions 2010-11-16 08:48:37.759244877 +0100
-@@ -245,6 +245,55 @@
+Index: cyrus-imapd-2.4.19/lib/imapoptions
+===================================================================
+--- cyrus-imapd-2.4.19.orig/lib/imapoptions
++++ cyrus-imapd-2.4.19/lib/imapoptions
+@@ -255,6 +255,55 @@ Blank lines and lines beginning with ``#
/* Time in seconds. Any imap command that takes longer than this
time is logged. */
@@ -2118,10 +2134,11 @@
{ "configdirectory", NULL, STRING }
/* The pathname of the IMAP configuration directory. This field is
required. */
-diff -Naur cyrus-imapd-2.4.4.orig/notifyd/Makefile.in cyrus-imapd-2.4.4/notifyd/Makefile.in
---- cyrus-imapd-2.4.4.orig/notifyd/Makefile.in 2010-11-16 08:48:20.897937729 +0100
-+++ cyrus-imapd-2.4.4/notifyd/Makefile.in 2010-11-16 08:48:37.769295255 +0100
-@@ -71,10 +71,11 @@
+Index: cyrus-imapd-2.4.19/notifyd/Makefile.in
+===================================================================
+--- cyrus-imapd-2.4.19.orig/notifyd/Makefile.in
++++ cyrus-imapd-2.4.19/notifyd/Makefile.in
+@@ -71,10 +71,11 @@ NOTIFYD_LIBS = @NOTIFYD_LIBS@
SERVICE=../master/service.o
IMAP_LIBS = @IMAP_LIBS@ @LIB_RT@
@@ -2134,10 +2151,11 @@
PURIFY=/usr/local/bin/purify
PUREOPT=-best-effort
-diff -Naur cyrus-imapd-2.4.4.orig/notifyd/notifyd.c cyrus-imapd-2.4.4/notifyd/notifyd.c
---- cyrus-imapd-2.4.4.orig/notifyd/notifyd.c 2010-11-16 08:48:20.897937729 +0100
-+++ cyrus-imapd-2.4.4/notifyd/notifyd.c 2010-11-16 08:48:37.770300684 +0100
-@@ -98,7 +98,7 @@
+Index: cyrus-imapd-2.4.19/notifyd/notifyd.c
+===================================================================
+--- cyrus-imapd-2.4.19.orig/notifyd/notifyd.c
++++ cyrus-imapd-2.4.19/notifyd/notifyd.c
+@@ -98,7 +98,7 @@ char *fetch_arg(char *head, char* tail)
#define NOTIFY_MAXSIZE 8192
@@ -2146,10 +2164,11 @@
{
struct sockaddr_un sun_data;
socklen_t sunlen = sizeof(sun_data);
-diff -Naur cyrus-imapd-2.4.4.orig/ptclient/Makefile.in cyrus-imapd-2.4.4/ptclient/Makefile.in
---- cyrus-imapd-2.4.4.orig/ptclient/Makefile.in 2010-11-16 08:48:20.800544944 +0100
-+++ cyrus-imapd-2.4.4/ptclient/Makefile.in 2010-11-16 08:48:37.770300684 +0100
-@@ -57,10 +57,11 @@
+Index: cyrus-imapd-2.4.19/ptclient/Makefile.in
+===================================================================
+--- cyrus-imapd-2.4.19.orig/ptclient/Makefile.in
++++ cyrus-imapd-2.4.19/ptclient/Makefile.in
+@@ -57,10 +57,11 @@ CPPFLAGS = -I.. -I$(srcdir)/../imap -I$(
AFS_LDFLAGS = @AFS_LDFLAGS@ @COM_ERR_LDFLAGS@
AFS_LIBS = @AFS_LIBS@
IMAP_LIBS = @IMAP_LIBS@ @LIB_RT@
1
0
Hello community,
here is the log from the commit of package virtualbox for openSUSE:Factory checked in at 2017-10-31 15:43:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virtualbox (Old)
and /work/SRC/openSUSE:Factory/.virtualbox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virtualbox"
Tue Oct 31 15:43:15 2017 rev:145 rq:537648 version:5.1.30
Changes:
--------
--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes 2017-10-23 16:39:53.498312325 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes 2017-10-31 15:43:17.263323347 +0100
@@ -1,0 +2,6 @@
+Sat Oct 21 18:45:20 UTC 2017 - Larry.Finger(a)lwfinger.net
+
+- Add patch to handle LEAP 15 API change in wait queues. This change addresses boo#1064524.
+ File "fixes_for_leap15.patch" is added to accomplish this task.
+
+-------------------------------------------------------------------
New:
----
fixes_for_leap15.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ virtualbox.spec ++++++
--- /var/tmp/diff_new_pack.AgBXH8/_old 2017-10-31 15:43:19.815230838 +0100
+++ /var/tmp/diff_new_pack.AgBXH8/_new 2017-10-31 15:43:19.819230693 +0100
@@ -107,6 +107,8 @@
Patch117: fix_KMS_support.patch
# Fix invalid use of internal headers
Patch118: internal-headers.patch
+# Fix kernl API change in Leap 15
+Patch119: fixes_for_leap15.patch
#
BuildRequires: LibVNCServer-devel
BuildRequires: SDL-devel
@@ -387,6 +389,9 @@
%patch116 -p1
%patch117 -p1
%patch118 -p1
+%if 0%{suse_version} >= 1500
+%patch119 -p1
+%endif
#copy user manual
cp %{SOURCE1} UserManual.pdf
++++++ fixes_for_leap15.patch ++++++
Index: VirtualBox-5.1.30/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
===================================================================
--- VirtualBox-5.1.30.orig/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
+++ VirtualBox-5.1.30/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h
@@ -46,7 +46,7 @@
typedef struct RTR0SEMLNXWAIT
{
/** The wait queue entry. */
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 13, 0)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 12, 0)
wait_queue_entry_t WaitQE;
#else
wait_queue_t WaitQE;
1
0
Hello community,
here is the log from the commit of package konqueror for openSUSE:Factory checked in at 2017-10-31 15:43:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/konqueror (Old)
and /work/SRC/openSUSE:Factory/.konqueror.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "konqueror"
Tue Oct 31 15:43:10 2017 rev:13 rq:537647 version:17.08.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/konqueror/konqueror.changes 2017-10-23 16:31:49.224982065 +0200
+++ /work/SRC/openSUSE:Factory/.konqueror.new/konqueror.changes 2017-10-31 15:43:10.947552299 +0100
@@ -1,0 +2,7 @@
+Sun Oct 29 13:12:02 UTC 2017 - fabian(a)ritter-vogt.de
+
+- Don't try to install Home.desktop in /usr/share/applications,
+ the copy from plasma5-workspace (by kio_desktop) should be used
+ instead (boo#1058743)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ konqueror.spec ++++++
--- /var/tmp/diff_new_pack.l2hi3D/_old 2017-10-31 15:43:11.643527070 +0100
+++ /var/tmp/diff_new_pack.l2hi3D/_new 2017-10-31 15:43:11.647526925 +0100
@@ -128,8 +128,6 @@
%endif
find %{buildroot} -type f -name '*filenamesearch*' -exec rm -fv {} ';'
- # Needed by various other scripts, but disabled in git
- cp sidebar/default_entries/home.desktop %{buildroot}%{_kf5_applicationsdir}/Home.desktop
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@@ -157,7 +155,6 @@
%dir %{_kf5_sharedir}/kxmlgui5
%doc %lang(en) %{_kf5_htmldir}/en
%{_datadir}/kcmcss/
-%{_kf5_applicationsdir}/Home.desktop
%{_kf5_applicationsdir}/kfmclient.desktop
%{_kf5_applicationsdir}/kfmclient_dir.desktop
%{_kf5_applicationsdir}/kfmclient_html.desktop
1
0