Merge pull request #7123 from Rmys/master

ruby rrdtool*:ver. bump
This commit is contained in:
Rmys
2019-10-03 20:12:16 +03:00
committed by GitHub
2 changed files with 21 additions and 7 deletions
+9 -2
View File
@@ -13,11 +13,11 @@
<IsA>library</IsA>
<Summary>A system to store and display time-series data</Summary>
<Description>RRD is the acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine/room temperature, server load average).</Description>
<Archive sha1sum="15a2009e2ee67eb41a2598d1a0f1f7cf1a651c78" type="targz">http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.7.0.tar.gz</Archive>
<Archive sha1sum="f0e54258b0f871099623e3a866751928abbb47af" type="targz">http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.7.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>lua-devel</Dependency>
<Dependency>tcl-devel</Dependency>
<Dependency>ruby-devel</Dependency>
<Dependency versionFrom="2.6.4">ruby-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>libart_lgpl-devel</Dependency>
@@ -76,6 +76,13 @@
</Package>
<History>
<Update release="6">
<Date>2019-10-01</Date>
<Version>1.7.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-08-15</Date>
<Version>1.7.0</Version>
+12 -5
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>An object-oriented scripting language</Summary>
<Description>Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.</Description>
<Archive sha1sum="827b9a3bcffa86d1fc9ed96d403cb9dc37731688" type="tarbz2">ftp://ftp.ruby-lang.org/pub/ruby/2.5/ruby-2.5.0.tar.bz2</Archive>
<Archive sha1sum="fa1c7b7f91edb92de449cb1ae665901ba51a8b81" type="tarbz2">http://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.4.tar.bz2</Archive>
<BuildDependencies>
<Dependency>tcltk-devel</Dependency>
<Dependency>gmp-devel</Dependency>
@@ -40,12 +40,12 @@
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/ruby/2.5.0/</Path>
<Path fileType="library">/usr/lib/ruby/2.6.0/</Path>
<Path fileType="library">/usr/lib/ruby/site_ruby/</Path>
<Path fileType="library">/usr/lib/ruby/vendor_ruby/</Path>
<Path fileType="library">/usr/lib/ruby/libruby-static.a</Path>
<Path fileType="library">/usr/lib/libruby.so.2.5</Path>
<Path fileType="library">/usr/lib/libruby.so.2.5.0</Path>
<Path fileType="library">/usr/lib/libruby.so.2.6</Path>
<Path fileType="library">/usr/lib/libruby.so.2.6.4</Path>
<Path fileType="library">/usr/lib/libruby-static.a</Path>
<Path fileType="library">/usr/lib/libruby.so</Path>
<Path fileType="doc">/usr/share/ri</Path>
@@ -63,7 +63,7 @@
<Files>
<Path fileType="executable">/usr/bin/gem</Path>
<Path fileType="library">/usr/lib/ruby/gems</Path>
<Path fileType="data">/usr/share/ri/2.5.0/system/Gem</Path>
<Path fileType="data">/usr/share/ri/2.6.0/system/Gem</Path>
</Files>
</Package>
@@ -80,6 +80,13 @@
</Package>
<History>
<Update release="7">
<Date>2019-10-01</Date>
<Version>2.6.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2018-08-07</Date>
<Version>2.5.0</Version>