After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 723748 - A few source files in the 0.5.8 tarball are marked executable
A few source files in the 0.5.8 tarball are marked executable
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 720305
 
 
Reported: 2014-02-06 11:17 UTC by Simon Farnsworth
Modified: 2014-05-09 12:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] Fix source file modes (1.00 KB, patch)
2014-02-06 11:19 UTC, Simon Farnsworth
none Details | Review

Description Simon Farnsworth 2014-02-06 11:17:54 UTC
./tests/test-filter.c
./gst-libs/gst/vaapi/gstvaapifilter.c
./gst-libs/gst/vaapi/gstvaapifilter.h

in the 0.5.8 tarball and in git master are marked executable in error; I found this while packaging up gstreamer-vaapi for GStreamer 1.x in Fedora 20.

Patch to follow.
Comment 1 Simon Farnsworth 2014-02-06 11:19:22 UTC
Created attachment 268277 [details] [review]
[PATCH] Fix source file modes


A few source files are marked executable in error - fix them

Signed-off-by: Simon Farnsworth <simon.farnsworth@onelan.co.uk>
---
 gst-libs/gst/vaapi/gstvaapifilter.c | 0
 gst-libs/gst/vaapi/gstvaapifilter.h | 0
 tests/test-filter.c                 | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
Comment 2 Gwenole Beauchesne 2014-05-09 12:43:33 UTC
commit c4cd8e2b36ddf28412a517d94c158c958869be2c
Author: Simon Farnsworth <simon.farnsworth@onelan.co.uk>
Date:   Thu Feb 6 11:14:09 2014 +0000

    build: fix source file modes.
    
    A few source files are marked executable in error - fix them
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723748
    
    Signed-off-by: Simon Farnsworth <simon.farnsworth@onelan.co.uk>