[grip] fixed "Spurious output when editing disc info" (#736391)

Adrian Reber adrian at fedoraproject.org
Mon Mar 26 08:35:52 UTC 2012


commit ed4af446db7ea70360d68955262cea46e4a1ac28
Author: Adrian Reber <adrian at lisas.de>
Date:   Mon Mar 26 10:35:45 2012 +0200

    fixed "Spurious output when editing disc info" (#736391)
    
    - removed buildroot and clean section

 grip.spec                                          |   14 ++++++++------
 ...ious-output-when-editing-disc-info-736391.patch |   12 ++++++++++++
 2 files changed, 20 insertions(+), 6 deletions(-)
---
diff --git a/grip.spec b/grip.spec
index f85cb58..33283fc 100644
--- a/grip.spec
+++ b/grip.spec
@@ -1,7 +1,7 @@
 Summary: Front-end for CD rippers and Ogg Vorbis encoders
 Name: grip
 Version: 3.2.0
-Release: 33%{?dist}
+Release: 34%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: Applications/Multimedia
@@ -15,8 +15,8 @@ Patch5: grip-3.2.0-lookup.patch
 Patch6: grip-3.2.0-executionpatch.patch
 Patch7: grip.834724.patch
 Patch8: grip.split-utf-8-strings.patch
+Patch9: grip.spurious-output-when-editing-disc-info-736391.patch
 URL: http://www.nostatic.org/grip/
-Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: vorbis-tools
 BuildRequires: vte-devel cdparanoia-devel
 BuildRequires: libgnomeui-devel curl-devel
@@ -39,6 +39,7 @@ accessing track information on disc database servers.
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %build
 
@@ -92,11 +93,8 @@ desktop-file-install \
 	--add-category X-AudioVideoImport \
 	--add-category AudioVideo \
 	$RPM_BUILD_ROOT%{_datadir}/applications/grip.desktop
-%find_lang %{name}-2.2
-
-%clean
-rm -rf $RPM_BUILD_ROOT
 
+%find_lang %{name}-2.2
 
 %files -f %{name}-2.2.lang
 %defattr(-,root,root)
@@ -108,6 +106,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Mon Mar 26 2012 Adrian Reber <adrian at lisas.de> - 1:3.2.0-34
+- fixed "Spurious output when editing disc info" (#736391)
+- removed buildroot and clean section
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:3.2.0-33
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/grip.spurious-output-when-editing-disc-info-736391.patch b/grip.spurious-output-when-editing-disc-info-736391.patch
new file mode 100644
index 0000000..1877c87
--- /dev/null
+++ b/grip.spurious-output-when-editing-disc-info-736391.patch
@@ -0,0 +1,12 @@
+--- a/src/discedit.c.old	2012-03-26 10:28:45.583956588 +0200
++++ b/src/discedit.c	2012-03-26 10:28:53.963968925 +0200
+@@ -395,9 +395,6 @@
+ 
+   ginfo=(GripInfo *)data;
+ 
+-  printf("title edit changed [%s]\n",
+-         gtk_entry_get_text(GTK_ENTRY(ginfo->gui_info.title_edit_entry)));
+-
+   strcpy(ginfo->ddata.data_title,
+          gtk_entry_get_text(GTK_ENTRY(ginfo->gui_info.title_edit_entry)));
+ 


More information about the scm-commits mailing list