Projects
Multimedia
grip
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 8
View file
grip.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Feb 27 12:51:48 UTC 2020 - Werner Fink <werner@suse.de> + +- Add 9c91b8.patch to fix wromng directory access which leads to EACCESS + +------------------------------------------------------------------- Mon Feb 17 13:45:35 UTC 2020 - Werner Fink <werner@suse.de> - Update to version v4.1.0
View file
grip.spec
Changed
@@ -25,6 +25,7 @@ URL: https://sourceforge.net/projects/grip Source: https://sourceforge.net/projects/grip/files/%{version}/%{name}-%{version}.tar.gz Patch0: grip-configure.patch +Patch1: 9c91b8.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: cdparanoia-devel @@ -63,6 +64,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p0 %build autoreconf -fiv
View file
9c91b8.patch
Added
@@ -0,0 +1,25 @@ +From 9c91b83a1035ca41f304d5fe66bb028b87240247 Mon Sep 17 00:00:00 2001 +From: "Johnny A. Solbu" <johnny@solbu.net> +Date: Wed, 5 Feb 2020 14:31:49 +0100 +Subject: [PATCH] Patch from Till Bargheer: fix directory creation + +--- + src/rip.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git src/rip.c src/rip.c +index dd87ceb..3141759 100644 +--- src/rip.c ++++ src/rip.c +@@ -503,7 +503,7 @@ gboolean CanWrite(char *path) + + static void MakeDirs(char *path) + { +- char *dir = g_path_get_basename(path); ++ char *dir = g_path_get_dirname(path); + g_mkdir_with_parents(dir, 0777); + g_free(dir); + } +-- +2.16.4 +
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.