fmt: major version bump

This commit is contained in:
bluedevil
2020-09-24 00:01:31 +02:00
parent 120a2c80f5
commit 641ad6e583
2 changed files with 27 additions and 3 deletions
+20 -2
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Open-source formatting library for C++</Summary>
<Description>{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams.</Description>
<Archive sha1sum="39a90270631fc11e7431dff0a055f1898b0487f1" type="targz">https://github.com/fmtlib/fmt/archive/6.2.1.tar.gz</Archive>
<Archive sha1sum="e5a93554711228e235774797f7bc84b0597a6de1" type="targz">https://github.com/fmtlib/fmt/archive/7.0.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
@@ -27,12 +27,30 @@
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="doc">/usr/share/doc/fmt</Path>
</Files>
</Package>
<Package>
<Name>fmt-devel</Name>
<Summary>Development files for fmt</Summary>
<RuntimeDependencies>
<Dependency release="current">fmt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>3020-09-23</Date>
<Version>7.0.3</Version>
<Comment>Major version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-05-18</Date>
<Version>6.2.1</Version>