[orc] Fix misleading typo

Fabian Deutsch fabiand at fedoraproject.org
Wed Feb 20 16:46:23 UTC 2013


commit 9a8246187b8abe3afa331fb3213d6929841f29e6
Author: Fabian Deutsch <fabiand at fedoraproject.org>
Date:   Wed Feb 20 17:46:02 2013 +0100

    Fix misleading typo
    
    rhbz#817944
    
    Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>

 orc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/orc.spec b/orc.spec
index f3eea82..30975b9 100644
--- a/orc.spec
+++ b/orc.spec
@@ -1,6 +1,6 @@
 Name:		orc
 Version:	0.4.17
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	The Oil Run-time Compiler
 
 Group:		System Environment/Libraries
@@ -32,7 +32,7 @@ BuildArch:	noarch
 Documentation for Orc.
 
 %package devel
-Summary:	Development files and static libraries for Orc
+Summary:	Development files and libraries for Orc
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name}-compiler
@@ -120,6 +120,9 @@ make check
 
 
 %changelog
+* Wed Feb 20 2013 Fabian Deutsch <fabiand at fedoraproject.org> - 0.4.17-2
+- Fix typo rhbz#817944
+
 * Wed Feb 20 2013 Fabian Deutsch <fabiand at fedoraproject.org> - 0.4.17-1
 - Update to latest upstream release
 - Removed obsolete patches


More information about the scm-commits mailing list