Page MenuHomeSolus

D1465.diff
No OneTemporary

D1465.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,14 +1,16 @@
name : unibilium
-version : 1.2.0
-release : 1
+version : 1.2.1
+release : 2
source :
- - https://github.com/mauke/unibilium/archive/v1.2.0.tar.gz : 623af1099515e673abfd3cae5f2fa808a09ca55dda1c65a7b5c9424eb304ead8
-license : LGPL3
+ - https://github.com/mauke/unibilium/archive/v1.2.1.tar.gz : 6045b4f6adca7b1123284007675ca71f718f70942d3a93d8b9fa5bd442006ec1
+license : LGPL-3.0
component : programming
summary : A terminfo parsing library
description: |
- A terminfo parsing library
+ Unibilium is a very basic terminfo library. It can read and write ncurses-style terminfo files. It doesn't depend on curses or any other library. It also doesn't use global variables, so it should be thread-safe.
build : |
%make PREFIX=/usr
install : |
%make_install PREFIX=/usr LIBDIR=%libdir%
+check : |
+ %make test
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,20 +2,20 @@
<Source>
<Name>unibilium</Name>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
- <License>LGPL3</License>
+ <License>LGPL-3.0</License>
<PartOf>programming</PartOf>
<Summary xml:lang="en">A terminfo parsing library</Summary>
- <Description xml:lang="en">A terminfo parsing library
+ <Description xml:lang="en">Unibilium is a very basic terminfo library. It can read and write ncurses-style terminfo files. It doesn&apos;t depend on curses or any other library. It also doesn&apos;t use global variables, so it should be thread-safe.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>unibilium</Name>
<Summary xml:lang="en">A terminfo parsing library</Summary>
- <Description xml:lang="en">A terminfo parsing library
+ <Description xml:lang="en">Unibilium is a very basic terminfo library. It can read and write ncurses-style terminfo files. It doesn&apos;t depend on curses or any other library. It also doesn&apos;t use global variables, so it should be thread-safe.
</Description>
<PartOf>programming</PartOf>
<Files>
@@ -26,11 +26,11 @@
<Package>
<Name>unibilium-devel</Name>
<Summary xml:lang="en">Development files for unibilium</Summary>
- <Description xml:lang="en">A terminfo parsing library
+ <Description xml:lang="en">Unibilium is a very basic terminfo library. It can read and write ncurses-style terminfo files. It doesn&apos;t depend on curses or any other library. It also doesn&apos;t use global variables, so it should be thread-safe.
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="1">unibilium</Dependency>
+ <Dependency release="2">unibilium</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
@@ -39,12 +39,12 @@
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2016-05-28</Date>
- <Version>1.2.0</Version>
+ <Update release="2">
+ <Date>2017-11-27</Date>
+ <Version>1.2.1</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 3, 2:36 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5847981
Default Alt Text
D1465.diff (3 KB)

Event Timeline