poppler 3.0.7 → 3.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7f61f020bd2f0f15162d14ef61336c178f3c0d67
4
- data.tar.gz: c4b29a5d14b6ffbf9607e2395b9b23770e59b22f
3
+ metadata.gz: 2dc38d4dba3c31c0c8130559f9b46856d9dd4225
4
+ data.tar.gz: 43490cbf638109464bae1c35550f2b9587f906f5
5
5
  SHA512:
6
- metadata.gz: 98c8c740eb62ce284118fd2db48954f3916f37f56f594cded47457a1795541db2f1976d9a745e7820d852b6ecac2d6ee40f32264561cf9c5b51bd9f26b20061b
7
- data.tar.gz: 9b7e28040520196f525bb4f1afc2924f7ca494b0531fbf71fb08549686f28c451e39843f08ac03d3420fa12b8e135d774c801cc2fd1575ce26adc22f28d58e86
6
+ metadata.gz: b0f21e683046614fe6b2db0b6916d7b9687f540ee0f61ad8d5bfa096932ead2d685db6aae906c82cddd86c4b8a21a2afad1836db161788e1fbadb3d77f365c3c
7
+ data.tar.gz: 4dd23eaf41b004b7fcb9cb75d47e583603ed79bb35c63c268d8b6c01264dc9983d9a93d9fc1b5c3d9f2778955f8253695d52a1a3f0d13a6320e5bfeac772c41e
data/Rakefile CHANGED
@@ -36,8 +36,8 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
36
36
  package.external_packages = [
37
37
  {
38
38
  :name => "libjpeg",
39
- :base_name => "jpeg-9a",
40
- :archive_base_name => "jpegsrc.v9a.tar.gz",
39
+ :base_name => "jpeg-9b",
40
+ :archive_base_name => "jpegsrc.v9b.tar.gz",
41
41
  :download_base_url => "http://www.ijg.org/files",
42
42
  :label => "libjpeg",
43
43
  :windows => {
@@ -47,9 +47,9 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
47
47
  },
48
48
  {
49
49
  :name => "sqlite-autoconf",
50
- :download_base_url => "http://www.sqlite.org/2015",
50
+ :download_base_url => "http://www.sqlite.org/2016",
51
51
  :label => "SQLite",
52
- :version => "3081101",
52
+ :version => "3120000",
53
53
  :compression_method => "gz",
54
54
  :windows => {
55
55
  :configure_args => [],
@@ -71,9 +71,9 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
71
71
  },
72
72
  {
73
73
  :name => "poppler",
74
- :download_base_url => "http://poppler.freedesktop.org",
74
+ :download_base_url => "https://poppler.freedesktop.org",
75
75
  :label => "Poppler",
76
- :version => "0.36.0",
76
+ :version => "0.42.0",
77
77
  :compression_method => "xz",
78
78
  :windows => {
79
79
  :configure_args => [
@@ -46,6 +46,7 @@ end
46
46
  setup_windows(module_name, base_dir)
47
47
 
48
48
  unless required_pkg_config_package([package_id, 0, 12, 0],
49
+ :altlinux => "libpoppler-glib-devel",
49
50
  :debian => "libpoppler-glib-dev",
50
51
  :redhat => "poppler-glib-devel",
51
52
  :arch => "poppler",
@@ -56,7 +56,6 @@ Init_poppler(void)
56
56
  INT2FIX(POPPLER_MICRO_VERSION)));
57
57
 
58
58
  G_DEF_CLASS(POPPLER_TYPE_ERROR, "Error", RG_TARGET_NAMESPACE);
59
- G_DEF_CLASS(POPPLER_TYPE_ORIENTATION, "Orientation", RG_TARGET_NAMESPACE);
60
59
 
61
60
  G_DEF_CLASS(POPPLER_TYPE_PAGE_TRANSITION_TYPE,
62
61
  "PageTransitionType", RG_TARGET_NAMESPACE);
@@ -54,7 +54,7 @@ module Poppler
54
54
  class Document
55
55
  private
56
56
  def pdf_data?(data)
57
- /\A%PDF-1\.\d/ =~ data
57
+ data.start_with?("%PDF-1.")
58
58
  end
59
59
 
60
60
  def ensure_uri(uri)
@@ -22,7 +22,7 @@ module PopplerTestUtils
22
22
  def form_pdf
23
23
  file = File.join(fixtures_dir, "form.pdf")
24
24
  return file if File.exist?(file)
25
- pdf = open("http://www.irs.gov/pub/irs-pdf/fw9.pdf").read
25
+ pdf = open("https://www.irs.gov/pub/irs-pdf/fw9.pdf").read
26
26
  File.open(file, "wb") do |output|
27
27
  output.print(pdf)
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poppler
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.7
4
+ version: 3.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Ruby-GNOME2 Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-06 00:00:00.000000000 Z
11
+ date: 2016-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cairo
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 3.0.7
33
+ version: 3.0.8
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 3.0.7
40
+ version: 3.0.8
41
41
  description: Ruby/Poppler is a Ruby binding of poppler-glib.
42
42
  email: ruby-gnome2-devel-en@lists.sourceforge.net
43
43
  executables: []
@@ -98,7 +98,7 @@ files:
98
98
  - test/test_page.rb
99
99
  homepage: http://ruby-gnome2.sourceforge.jp/
100
100
  licenses:
101
- - LGPLv2.1 or later
101
+ - LGPLv2.1+
102
102
  metadata: {}
103
103
  post_install_message:
104
104
  rdoc_options: []
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  version: '0'
117
117
  requirements: []
118
118
  rubyforge_project:
119
- rubygems_version: 2.2.2
119
+ rubygems_version: 2.5.1
120
120
  signing_key:
121
121
  specification_version: 4
122
122
  summary: Ruby/Poppler is a Ruby binding of poppler-glib.