Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sip6
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
rpms
sip6
Commits
d81945af
Commit
d81945af
authored
2 years ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import sip6-6.6.2-1.el9
parent
09c5be30
No related branches found
Branches containing commit
Tags
imports/r9-beta/sip6-6.6.2-1.el9
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
.sip6.metadata
+1
-1
1 addition, 1 deletion
.sip6.metadata
SOURCES/323d39a2d602
+22
-0
22 additions, 0 deletions
SOURCES/323d39a2d602
SPECS/sip6.spec
+7
-2
7 additions, 2 deletions
SPECS/sip6.spec
with
31 additions
and
4 deletions
.gitignore
+
1
−
1
View file @
d81945af
SOURCES/sip-6.
5.1
.tar.gz
SOURCES/sip-6.
6.2
.tar.gz
This diff is collapsed.
Click to expand it.
.sip6.metadata
+
1
−
1
View file @
d81945af
543f8c906d8c2a918fceef116aa17747a793e5cc
SOURCES/sip-6.
5.1
.tar.gz
f0e7edb9b96cfd4f5ae00ee82c42a6a36eaeb932
SOURCES/sip-6.
6.2
.tar.gz
This diff is collapsed.
Click to expand it.
SOURCES/323d39a2d602
0 → 100644
+
22
−
0
View file @
d81945af
# HG changeset patch
# User Phil Thompson <phil@riverbankcomputing.com>
# Date 1658047276 -3600
# Node ID 323d39a2d6020e224e82f894c694add0621714ee
# Parent 1430b279a3c90da85f2cadd97ec833deae14f446
Fixed the instantiation of template values.
diff -r 1430b279a3c9 -r 323d39a2d602 sipbuild/generator/parser/instantiations.py
--- a/sipbuild/generator/parser/instantiations.py Sun Jun 26 10:01:41 2022 +0100
+++ b/sipbuild/generator/parser/instantiations.py Sun Jul 17 09:41:16 2022 +0100
@@ -434,7 +434,8 @@
proto_name = proto_value.value.result.definition
if proto_name.is_simple:
- i_name = ScopedName.parse(template_string(proto_name, expansions))
+ i_name = ScopedName.parse(
+ template_string(proto_name.base_name, expansions))
i_result = Argument(type=ArgumentType.DEFINED, definition=i_name)
i_fcall = FunctionCall(result=i_result,
args=proto_value.value.args)
This diff is collapsed.
Click to expand it.
SPECS/sip6.spec
+
7
−
2
View file @
d81945af
%global pypi_name sip
Name: sip6
Version: 6.
5.1
Version: 6.
6.2
Release: 1%{?dist}
Summary: SIP - Python/C++ Bindings Generator
%py_provides python3-sip6
...
...
@@ -10,10 +10,11 @@ Summary: SIP - Python/C++ Bindings Generator
License: (GPLv2 or GPLv3) and (GPLv2+ with exceptions)
URL: https://www.riverbankcomputing.com/software/sip
Source0: %{pypi_source}
Patch0: 323d39a2d602
BuildRequires: gcc
BuildRequires: python3-devel
BuildRequires: %{py3_dist setuptools toml}
BuildRequires: %{py3_dist
packaging ply
setuptools toml}
%global _description %{expand:
SIP is a collection of tools that makes it very easy to create Python bindings
...
...
@@ -45,6 +46,10 @@ Python bindings for wxWidgets.}
%{python3_sitearch}/sipbuild/
%changelog
* Mon Oct 24 2022 Jan Grulich <jgrulich@redhat.com> - 6.6.2-1
- 6.6.2
Resolves: bz#2118862
* Tue Apr 19 2022 Jan Grulich <jgrulich@redhat.com> - 6.5.1-1
- Initial package
Resolves: bz#2071748
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment