Page MenuHomeSolus

D3675.id9184.diff
No OneTemporary

D3675.id9184.diff

diff --git a/component.xml b/component.xml
deleted file mode 100644
--- a/component.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<PISI>
- <Name>system.base</Name>
-</PISI>
diff --git a/files/bc_l.patch b/files/bc_l.patch
deleted file mode 100644
--- a/files/bc_l.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/bc/storage.c b/bc/storage.c
-index 699729a..37b4c6c 100644
---- a/bc/storage.c
-+++ b/bc/storage.c
-@@ -99,6 +99,7 @@ more_functions (VOID)
- {
- f = &functions[indx];
- f->f_defined = FALSE;
-+ f->f_void = FALSE;
- f->f_body = (char *) bc_malloc (BC_START_SIZE);
- f->f_body_size = BC_START_SIZE;
- f->f_code_size = 0;
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,17 +1,18 @@
-name : bc
-version : 1.06.95
-release : 5
+name : bc
+version : 1.07.1
+release : 6
source :
- - http://alpha.gnu.org/gnu/bc/bc-1.06.95.tar.bz2 : 7ee4abbcfac03d8a6e1a8a3440558a3d239d6b858585063e745c760957725ecc
-license :
- - GPL-2.0
-summary : The GNU bc arbitrary precision calculator language
-replaces :
+ - https://ftp.gnu.org/gnu/bc/bc-1.07.1.tar.gz : 62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a
+license : GPL-3.0-or-later
+component : system.base
+summary : The GNU bc arbitrary precision calculator language
+replaces :
- dc
-description : |
+builddeps :
+ - ed
+description: |
GNU bc is an interactive algebraic language with arbitrary precision which follows the POSIX 1003.2 draft standard, with several extensions including multi-character variable names, an `else' statement and full Boolean expressions
setup : |
- %patch -p1 < $pkgfiles/bc_l.patch
%configure
build : |
%make
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,10 +2,11 @@
<Source>
<Name>bc</Name>
<Packager>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Philipp Trulson</Name>
+ <Email>philipp@trulson.de</Email>
</Packager>
- <License>GPL-2.0</License>
+ <License>GPL-3.0-or-later</License>
+ <PartOf>system.base</PartOf>
<Summary xml:lang="en">The GNU bc arbitrary precision calculator language</Summary>
<Description xml:lang="en">GNU bc is an interactive algebraic language with arbitrary precision which follows the POSIX 1003.2 draft standard, with several extensions including multi-character variable names, an `else&apos; statement and full Boolean expressions
</Description>
@@ -18,20 +19,24 @@
</Description>
<PartOf>system.base</PartOf>
<Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="executable">/usr/bin/bc</Path>
+ <Path fileType="executable">/usr/bin/dc</Path>
+ <Path fileType="info">/usr/share/info/bc.info</Path>
+ <Path fileType="info">/usr/share/info/dc.info</Path>
+ <Path fileType="man">/usr/share/man/man1/bc.1</Path>
+ <Path fileType="man">/usr/share/man/man1/dc.1</Path>
</Files>
<Replaces>
<Package>dc</Package>
</Replaces>
</Package>
<History>
- <Update release="5">
- <Date>2016-03-08</Date>
- <Version>1.06.95</Version>
+ <Update release="6">
+ <Date>2018-08-24</Date>
+ <Version>1.07.1</Version>
<Comment>Packaging update</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Philipp Trulson</Name>
+ <Email>philipp@trulson.de</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 7:56 PM (21 h, 7 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5822156
Default Alt Text
D3675.id9184.diff (3 KB)

Event Timeline