Page MenuHomeSolus

D334.id.diff
No OneTemporary

D334.id.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1 +1,2 @@
libc.so.6
+libreadline.so.6
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,18 +1,20 @@
-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 :
+ - https://ftp.gnu.org/gnu/bc/bc-1.07.1.tar.gz : 62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a
+license :
- GPL-2.0
-summary : The GNU bc arbitrary precision calculator language
-replaces :
+component : system.base
+summary : The GNU bc arbitrary precision calculator language
+replaces :
- dc
-description : |
+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
+builddeps :
+ - ed
setup : |
- %patch -p1 < $pkgfiles/bc_l.patch
- %configure
+ %configure --with-readline
build : |
%make
install : |
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>Michael Meinertzhagen</Name>
+ <Email>mmeinert@protonmail.com</Email>
</Packager>
<License>GPL-2.0</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>
@@ -19,6 +20,7 @@
<PartOf>system.base</PartOf>
<Files>
<Path fileType="executable">/usr/bin</Path>
+ <Path fileType="info">/usr/share/info</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
<Replaces>
@@ -26,12 +28,12 @@
</Replaces>
</Package>
<History>
- <Update release="5">
- <Date>2016-03-08</Date>
- <Version>1.06.95</Version>
+ <Update release="6">
+ <Date>2017-06-05</Date>
+ <Version>1.07.1</Version>
<Comment>Packaging update</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Michael Meinertzhagen</Name>
+ <Email>mmeinert@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 2:16 PM (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5803160
Default Alt Text
D334.id.diff (3 KB)

Event Timeline