[libburn] renamed patch - added package name to match naming guidelines

Frantisek Kluknavsky fkluknav at fedoraproject.org
Wed Dec 5 10:04:05 UTC 2012


commit 1fe7e9deed710cc511f2eb4efe18876ac0f6d159
Author: Frantisek Kluknavsky <fkluknav at redhat.com>
Date:   Wed Dec 5 11:03:42 2012 +0100

    renamed patch - added package name to match naming guidelines

 multilib-doc.patch => libburn-multilib_doc.patch |    0
 libburn.spec                                     |    9 ++++++---
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/multilib-doc.patch b/libburn-multilib_doc.patch
similarity index 100%
rename from multilib-doc.patch
rename to libburn-multilib_doc.patch
diff --git a/libburn.spec b/libburn.spec
index 44b9e92..2d6c26f 100644
--- a/libburn.spec
+++ b/libburn.spec
@@ -1,13 +1,13 @@
 Name:           libburn
 Version:        1.2.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Library for reading, mastering and writing optical discs
 
 Group:          System Environment/Libraries
 License:        GPLv2+
 URL:            http://libburnia-project.org/
 Source0:        http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
-Patch0:         multilib-doc.patch
+Patch0:         libburn-multilib_doc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libtool intltool gettext doxygen graphviz
@@ -46,7 +46,7 @@ features from the command line.
 
 %prep
 %setup -q
-%patch0 -p1 -b .backup
+%patch0 -p1 -b .multilibdoc
 echo "<!-- empty html footer do defeat multilib conflicts - do not insert current time -->" > doc/empty_footer.html
 
 
@@ -89,6 +89,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
 
 
 %changelog
+* Wed Dec 05 2012 Frantisek Kluknavsky <fkluknav at redhat.com> - 1.2.4-5
+- renamed patch - added package name to match naming guidelines
+
 * Tue Dec 04 2012 Frantisek Kluknavsky <fkluknav at redhat.com> - 1.2.4-4
 - current time in doxygen footer caused multilib difference - inserted empty footer instead
 


More information about the scm-commits mailing list