[embryo] Update to 1.7.8

Dan Mashal vicodan at fedoraproject.org
Sun Aug 18 07:02:53 UTC 2013


commit 52a2d4a017bfb498b84b9e637f93f05f37c91cdc
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Sun Aug 18 00:02:35 2013 -0700

    Update to 1.7.8

 embryo.spec |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/embryo.spec b/embryo.spec
index 5fa3740..927c9fc 100644
--- a/embryo.spec
+++ b/embryo.spec
@@ -1,6 +1,6 @@
 Name:           embryo
-Version:        1.7.7
-Release:        2%{?dist}
+Version:        1.7.8
+Release:        1%{?dist}
 Summary:        Shared libraries for Enlightenment
 License:        BSD and GPLv2+
 URL:            http://www.enlightenment.org
@@ -17,11 +17,10 @@ Small Pawn based virtual machine and compiler.
 %prep
 %setup -q
 
-
 %build
-%configure
-make %{?_smp_mflags} V=1
+%configure --disable-doc --disable-static
 
+make %{?_smp_mflags} V=1
 
 %install
 make install DESTDIR=%{buildroot}
@@ -41,6 +40,11 @@ find %{buildroot} -name '*.a' -exec rm -rf {} ';'
 %{_libdir}/pkgconfig/e*.pc
 
 %changelog
+* Sat Aug 17 2013 Dan Mashal <dan.mashal at fedoraproject.org> 1.7.8-1
+- Update to 1.7.8
+- Disable docs
+- Disable static
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list