[meiga] Update to 0.4.2 fixing build failure on F19

Rajeesh K Nambiar rajeeshknambiar at fedoraproject.org
Sun Feb 24 15:57:29 UTC 2013


commit 9174f91d3be48f8b32b181dd6e59c2a96ac1910c
Author: Rajeesh K Nambiar <rajeeshknambiar at gmail.com>
Date:   Sun Feb 24 17:57:19 2013 +0100

    Update to 0.4.2 fixing build failure on F19

 .gitignore |    1 +
 meiga.spec |   14 +++++++++++---
 sources    |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed00d67..54b03f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 meiga-0.3.4.tar.gz
 /meiga-0.3.5.tar.gz
 /meiga-0.4.0.tar.gz
+/meiga-0.4.2.tar.gz
diff --git a/meiga.spec b/meiga.spec
index 88fa9f5..172cb2b 100644
--- a/meiga.spec
+++ b/meiga.spec
@@ -1,6 +1,6 @@
 Name:		meiga
-Version:	0.4.0
-Release:	7%{?dist}
+Version:	0.4.2
+Release:	1%{?dist}
 Summary:	Easy to use tool to share selected local directories via web
 
 Group:		Applications/Internet
@@ -15,11 +15,13 @@ BuildRequires:	libtool
 BuildRequires:	gtk2-devel
 BuildRequires:	libsoup-devel
 BuildRequires:	gupnp-devel
+BuildRequires:	gssdp-devel
 BuildRequires:	dbus-glib-devel
 BuildRequires:	desktop-file-utils
 Requires:	dbus
 Requires:	gtk2
 Requires:	gupnp
+Requires:	gssdp
 Requires:	openssl
 Requires:	hicolor-icon-theme
 
@@ -28,7 +30,7 @@ Meiga is a lightweight, easy to use, network friendly and also
 application friendly content server for desktop.
 Client side does not need to install any software, as the
 shared files can be accessed using web browser. The ultimate
-goal is to serve as a common publishing pont for desktop
+goal is to serve as a common publishing point for desktop
 applications, such as file manager, picture viewers or
 music players
 
@@ -81,6 +83,7 @@ fi
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %{_bindir}/fwlocalip
+%{_bindir}/fwlocaliface
 %{_bindir}/fwfon
 %{_bindir}/fwupnp
 %{_bindir}/fwssh
@@ -105,6 +108,11 @@ fi
 
 
 %changelog
+* Sun Feb 24 2013 Rajeesh K Nambiar <rajeeshknambiar at gmail.com> - 0.4.2-1
+- New release 0.4.2
+- Fixes build failure on Fedora 19 - RHBZ #914179
+- Fix typo in description
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 55c8ba1..c7d7c7d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4108c48af075f733c66adcc78dbafa7d  meiga-0.4.0.tar.gz
+8e5b779c576a479b5e6f57d440a57ccb  meiga-0.4.2.tar.gz


More information about the scm-commits mailing list