Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libIDL-0.8.14.tar.bz2
|
libIDL-0.8.14.tar.bz2
|
||||||
|
@ -1 +0,0 @@
|
|||||||
abedf091bef0c7e65162111baf068dcb739ffcd3 SOURCES/libIDL-0.8.14.tar.bz2
|
|
12
deprecation.patch
Normal file
12
deprecation.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up libIDL-0.8.9/include/libIDL/IDL.h.in.deprecation libIDL-0.8.9/include/libIDL/IDL.h.in
|
||||||
|
--- libIDL-0.8.9/include/libIDL/IDL.h.in.deprecation 2008-01-29 02:10:35.000000000 -0500
|
||||||
|
+++ libIDL-0.8.9/include/libIDL/IDL.h.in 2008-01-29 02:11:19.000000000 -0500
|
||||||
|
@@ -101,7 +101,7 @@ extern "C" {
|
||||||
|
#define IDL_CHECK_CAST(tree, thetype, name) \
|
||||||
|
(IDL_check_type_cast(tree, thetype, \
|
||||||
|
__FILE__, __LINE__, \
|
||||||
|
- G_GNUC_PRETTY_FUNCTION)->u.name)
|
||||||
|
+ G_STRFUNC)->u.name)
|
||||||
|
|
||||||
|
/* GLib 2.0 requires 64-bit types */
|
||||||
|
#define IDL_LL @IDL_LL@
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
# - !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: manual.sst_desktop.libIDL.sanity}
|
Loading…
Reference in New Issue
Block a user