[gobby] 0.4.13 to fix FTBFS.

Jon Ciesla limb at fedoraproject.org
Tue Jul 23 14:49:29 UTC 2013


commit f60e8701e0e74052cd91be5de2bce8868a1f517f
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Jul 23 09:44:15 2013 -0500

    0.4.13 to fix FTBFS.

 .gitignore |    1 +
 gobby.spec |   13 ++++++++-----
 sources    |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5a67030..0715273 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 gobby-0.4.10.tar.gz
 /gobby-0.4.12.tar.gz
+/gobby-0.4.13.tar.gz
diff --git a/gobby.spec b/gobby.spec
index ed0df1a..86164d6 100644
--- a/gobby.spec
+++ b/gobby.spec
@@ -1,6 +1,6 @@
 Name:           gobby
-Version:        0.4.12
-Release:        11%{?dist}
+Version:        0.4.13
+Release:        1%{?dist}
 Summary:        Free collaborative editor
 
 Group:          Applications/Internet
@@ -10,7 +10,7 @@ Source0:        http://releases.0x539.de/gobby/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Applied in upstream commit 2ccc67c
-Patch0:          0001-Fix-a-build-failure-when-compiled-using-glibmm-2.31-.patch
+#Patch0:          0001-Fix-a-build-failure-when-compiled-using-glibmm-2.31-.patch
 
 BuildRequires:  libxml++-devel, gtksourceview2-devel, gtkmm24-devel, obby-devel
 BuildRequires:  desktop-file-utils, libXau-devel, libXdmcp-devel
@@ -30,7 +30,7 @@ the GNOME desktop environment if you want it to.
 
 %prep
 %setup -q
-%patch0 -p1 -b .glibmm
+#%patch0 -p1 -b .glibmm
 
 
 %build
@@ -95,7 +95,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Thu Apr 11 2013 Jon Ciesla <limburgher at gmail.com> - 0.4.2-11
+* Tue Jul 23 2013 Jon Ciesla <limburgher at gmail.com> - 0.4.13-1
+- Update to 0.4.13 to fix FTBFS.
+
+* Thu Apr 11 2013 Jon Ciesla <limburgher at gmail.com> - 0.4.12-11
 - Drop desktop vendor tag.
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.12-10
diff --git a/sources b/sources
index 3041032..0d9fc9a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-835cc48f5177196e4a18610c2cb013bf  gobby-0.4.12.tar.gz
+3848687159dbc649587857543b8d7b85  gobby-0.4.13.tar.gz


More information about the scm-commits mailing list