We truncated the diff of some files because they were too big.
If you want to see the full diff for every file, click here.
Overview
Request 5112 (accepted)
update to 4.1.1
- Created by Aloysius almost 5 years ago
- In state accepted
-
Package maintainers:
bitstreamout and
enzokiel
Submit package home:Aloysius:branches:Multimedia / grip to package Multimedia / grip
grip.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Thu Jun 4 06:18:20 UTC 2020 - aloisio@gmx.com
4
+
5
+- Update to version 4.1.1
6
+ * Patch from Till Bargheer: fix directory creation
7
+ * Translation updates:
8
+ Brazilian portuguese, danish, dutch, german
9
+ italian, korean, norwegian, ukranian
10
+- Drop 9c91b8.patch (merged upstream)
11
+- Drop old source tarball
12
+
13
+-------------------------------------------------------------------
14
Thu Feb 27 12:51:48 UTC 2020 - Werner Fink <werner@suse.de>
15
16
- Add 9c91b8.patch to fix wromng directory access which leads to EACCESS
17
grip.spec
Changed
35
1
2
#
3
# spec file for package grip
4
#
5
-# Copyright (c) 2019 Packman Team <packman@links2linux.de>
6
+# Copyright (c) 2020 Packman Team <packman@links2linux.de>
7
#
8
# All modifications and additions to the file contributed by third parties
9
# remain the property of their copyright owners, unless otherwise agreed
10
11
12
13
Name: grip
14
-Version: 4.1.0
15
+Version: 4.1.1
16
Release: 0
17
Summary: An Audio CD Ripping Application
18
License: GPL-2.0-or-later
19
20
URL: https://sourceforge.net/projects/grip
21
Source: https://sourceforge.net/projects/grip/files/%{version}/%{name}-%{version}.tar.gz
22
Patch0: grip-configure.patch
23
-Patch1: 9c91b8.patch
24
BuildRequires: autoconf
25
BuildRequires: automake
26
BuildRequires: cdparanoia-devel
27
28
%prep
29
%setup -q
30
%patch0 -p1
31
-%patch1 -p0
32
33
%build
34
autoreconf -fiv
35
9c91b8.patch
Deleted
27
1
2
-From 9c91b83a1035ca41f304d5fe66bb028b87240247 Mon Sep 17 00:00:00 2001
3
-From: "Johnny A. Solbu" <johnny@solbu.net>
4
-Date: Wed, 5 Feb 2020 14:31:49 +0100
5
-Subject: [PATCH] Patch from Till Bargheer: fix directory creation
6
-
7
----
8
- src/rip.c | 2 +-
9
- 1 file changed, 1 insertion(+), 1 deletion(-)
10
-
11
-diff --git src/rip.c src/rip.c
12
-index dd87ceb..3141759 100644
13
---- src/rip.c
14
-+++ src/rip.c
15
-@@ -503,7 +503,7 @@ gboolean CanWrite(char *path)
16
-
17
- static void MakeDirs(char *path)
18
- {
19
-- char *dir = g_path_get_basename(path);
20
-+ char *dir = g_path_get_dirname(path);
21
- g_mkdir_with_parents(dir, 0777);
22
- g_free(dir);
23
- }
24
---
25
-2.16.4
26
-
27
grip-4.1.0.tar.gz
Deleted
grip-3.10.1.tar.gz -> grip-4.1.1.tar.gz
Changed
Refresh
Refresh
Login required, please
login
or
signup
in order to comment
Request History
Aloysius created request almost 5 years ago
update to 4.1.1
hillwood accepted request almost 5 years ago