Skip to content

Commit 9b2a64e

Browse files
committed
Bump RPM to 4.16.1.3
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent ebe9fb4 commit 9b2a64e

8 files changed

Lines changed: 15 additions & 10 deletions

File tree

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
A ScanCode Toolkit plugin to provide pre-built binary libraries and utilities and their locations.
2-
This is for RPM which is built from sources with the support for many rpmdb formats.
1+
A ScanCode Toolkit plugin to provide pre-built binary libraries and utilities
2+
and their locations. This is for the RPM command which is built from sources
3+
with the support for many rpmdb formats.

builtins/rpm_inspector_rpm/build.sh

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
#
55

66
set -e
7-
base_name=rpm-rpm-4.16.1.2-release
7+
8+
base_name=rpm-rpm-4.16.1.3
9+
so_version=9.1.3
10+
11+
812
cd lib-src/
913

1014
rm -rf $base_name
@@ -30,8 +34,8 @@ echo Build RPM
3034
make
3135
cp .libs/rpm ../../src/rpm_inspector_rpm/bin/
3236
cp .libs/rpmdb ../../src/rpm_inspector_rpm/bin/
33-
cp lib/.libs/librpm.so.9.1.2 ../../src/rpm_inspector_rpm/bin/librpm.so.9
34-
cp rpmio/.libs/librpmio.so.9.1.2 ../../src/rpm_inspector_rpm/bin/librpmio.so.9
37+
cp lib/.libs/librpm.so.$so_version ../../src/rpm_inspector_rpm/bin/librpm.so.9
38+
cp rpmio/.libs/librpmio.so.$so_version ../../src/rpm_inspector_rpm/bin/librpmio.so.9
3539
strip \
3640
../../src/rpm_inspector_rpm/bin/librpmio.so.9 \
3741
../../src/rpm_inspector_rpm/bin/librpm.so.9 \
@@ -40,5 +44,5 @@ strip \
4044
cd ../..
4145
echo Done building RPM
4246

43-
#rm -rf $base_name/
47+
rm -rf $base_name/
4448

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
about_resource: .
2-
version: 4.16.1.2
2+
version: 4.16.1.3
33
homepage_url: https://github.com/rpm-software-management/rpm
44
name: rpm
55
owner: RPM authors
6-
download_url: https://github.com/rpm-software-management/rpm/archive/rpm-4.16.1.2-release.tar.gz
6+
download_url: https://github.com/rpm-software-management/rpm/archive/refs/tags/rpm-4.16.1.3.tar.gz
77
copyright: Copyright (c) RPM authors
88
license_expression: gpl-2.0 AND lgpl-2.0
99
notice_file: pdf2text.NOTICE

builtins/rpm_inspector_rpm/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def run(self):
4545

4646
setup(
4747
name='rpm-inspector-rpm',
48-
version='4.16.1.2.210223',
48+
version='4.16.1.3.210330',
4949
license=' apache-2.0 AND (gpl-2.0 AND lgpl-2.0)',
5050
description=desc,
5151
long_description=desc,
@@ -64,7 +64,7 @@ def run(self):
6464
'Topic :: Utilities',
6565
],
6666
keywords=[
67-
'open source', 'packagedcode', 'scancode', 'rpm', 'rpmdb'
67+
'open source', 'packagedcode', 'scancode', 'rpm', 'rpmdb',
6868
],
6969
install_requires=[
7070
'plugincode',
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)