Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1458584 Details for
Bug 1544204
spatch can't run python scripts
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
update spec file to 1.0.7 release
cocinelle-1.0.7.spec.diff (text/plain), 2.19 KB, created by
Dominique Martinet
on 2018-07-12 23:34:12 UTC
(
hide
)
Description:
update spec file to 1.0.7 release
Filename:
MIME Type:
Creator:
Dominique Martinet
Created:
2018-07-12 23:34:12 UTC
Size:
2.19 KB
patch
obsolete
>--- coccinelle.spec-1.0.6-20 2018-07-13 08:23:47.275288058 +0900 >+++ coccinelle.spec 2018-07-13 08:29:29.202741777 +0900 >@@ -1,8 +1,8 @@ > %global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0) > > Name: coccinelle >-Version: 1.0.6 >-Release: 20%{?dist} >+Version: 1.0.7 >+Release: 1%{?dist} > Summary: Semantic patching for Linux (spatch) > > Group: Development/Libraries >@@ -149,7 +149,13 @@ > > # Hack added in 1.0.3 then readded again in 1.0.5 to properly rebuild > # Menhir generated files XXX >-rm parsing_cocci/parser_cocci_menhir.ml parsing_cocci/parser_cocci_menhir.mli >+rm -f parsing_cocci/parser_cocci_menhir.ml parsing_cocci/parser_cocci_menhir.mli >+ >+# Hack added in 1.0.7 to make sure that file exists as it is required to >+# bootstrap itself due to sloppy -lpyml_stubs argument where the lib is >+# not used. the x86 lib used to be part of the tar. >+cc -x c -o bundles/pyml/pyml-current/libpyml_stubs.a -c - < /dev/null >+ > > > %build >@@ -215,11 +221,12 @@ > mv dllpyml_stubs.so ocaml/stublibs > popd > >+# Manually install missing pycocci program. >+install -c -m 755 tools/pycocci $RPM_BUILD_ROOT%{_bindir}/pycocci >+ > # Delete spgen - it is not meant to be packaged. > rm $RPM_BUILD_ROOT%{_bindir}/spgen >-rm $RPM_BUILD_ROOT%{_libdir}/spgen/spgen >-rm $RPM_BUILD_ROOT%{_libdir}/spgen/spgen.opt >- >+rm $RPM_BUILD_ROOT%{_mandir}/man1/spgen.1 > > %check > export COCCINELLE_HOME=$RPM_BUILD_ROOT%{_libdir}/coccinelle >@@ -245,6 +252,8 @@ > %{_mandir}/man3/*.3* > %{python3_sitelib}/coccilib/ > %{_libdir}/ocaml/stublibs/*.so >+%{_libdir}/ocaml/*.cmx >+%{_sysconfdir}/bash_completion.d/spatch > %if !%opt > %config(noreplace) /etc/prelink.conf.d/%{name}.conf > %endif >@@ -259,6 +268,14 @@ > > > %changelog >+* Thu Jul 12 2018 Dominique Martinet <asmadeus@codewreck.org> - 1.0.7-1 >+- Upgrade to new upstream version 1.0.7 >+- Add -f to the 'remove generated menhir files' because their presence depend >+ on the source >+- Add another hack to generate a first dummy pyml_stubs lib to make the build >+ system happy >+- some install files changes a bit >+ > * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-20 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1544204
:
1433998
| 1458584