[gweled] bzr version to fix sound issue.

Jon Ciesla limb at fedoraproject.org
Thu Jul 25 21:56:12 UTC 2013


commit dd992b3958b3d52876e9353f46979859c8b938fb
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Jul 25 16:50:53 2013 -0500

    bzr version to fix sound issue.

 .gitignore  |    1 +
 gweled.spec |   19 +++++++++++++------
 sources     |    2 +-
 3 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4209be9..8d3a57a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 gweled-0.7.tar.gz
 /gweled-0.9.tar.gz
 /gweled-0.9.1.tar.gz
+/gweled-91.tar.gz
diff --git a/gweled.spec b/gweled.spec
index 41b2413..176c24e 100644
--- a/gweled.spec
+++ b/gweled.spec
@@ -1,13 +1,14 @@
 Name:           gweled
 Version:        0.9.1
-Release:        6%{?dist}
+Release:        7.20130725bzr91%{?dist}
 
 Summary:        Swapping gem game
 
 Group:          Amusements/Games
 License:        GPLv2+
 URL:            http://launchpad.net/gweled
-Source0:        http://launchpad.net/gweled/trunk/0.9/+download/gweled-%{version}.tar.gz
+#Source0:        http://launchpad.net/gweled/trunk/0.9/+download/gweled-%{version}.tar.gz
+Source0:	gweled-91.tar.gz
 #Patch0:         %{name}-Makefile.patch
 #Patch1:         %{name}-Sample_Free.patch
 #Patch2:         %{name}-ppc.diff
@@ -20,9 +21,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libgnomeui-devel >= 2.0.0
 BuildRequires:  librsvg2-devel >= 2.0.0
 BuildRequires:  libcroco-devel >= 0.3.0
-BuildRequires:  mikmod-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:	intltool
+BuildRequires:	libcanberra-devel
 
 %description
 Gweled is a Gnome version of a popular PalmOS/Windows/Java game called
@@ -32,7 +33,7 @@ ends when there are no possible moves left.
 
 
 %prep
-%setup -q
+%setup -qn gweled-91
 #%patch0  -p0 -b .patch0
 #%patch1  -p0 -b .patch1
 # the next two were extracted from the debian package; I asked upstream to 
@@ -44,7 +45,9 @@ ends when there are no possible moves left.
 #%patch5  -p1 -b .patch5
 
 %build
+
 export LDFLAGS="${LDFLAGS} -lm -Wl,--export-dynamic "
+./autogen.sh
 %configure --localstatedir=/var/lib
 #echo "Encoding=UTF-8" >> data/gweled.desktop
 #mv gweled.desktop gweled.desktop.old
@@ -85,6 +88,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/sounds/%{name}/
 
 %changelog
+* Thu Jul 25 2013 Jon Ciesla <limburgher at gmail.com> - 0.9.1-7.20130725bzr91
+- Fix dates.
+- Update to bzr checkout to correct sound issue.
+
 * Mon Feb 11 2013 Jon Ciesla <limburgher at gmail.com> - 0.9.1-6
 - Drop desktop vendor tag.
 
@@ -166,7 +173,7 @@ rm -rf $RPM_BUILD_ROOT
 * Sun Jan 29 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.7-3
 - Fix build in devel (mv behaviour changed)
 
-* Tue Oct 05 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.7-2
+* Wed Oct 05 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.7-2
 - Use dist
 
 * Tue Oct 04 2005 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0.7-1
@@ -182,7 +189,7 @@ rm -rf $RPM_BUILD_ROOT
 - fixed segfault caused by:
   call to __builtin___memset_chk will always overflow destination buffer
 
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 
 * Tue Aug 31 2004 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 0:0.6-1
diff --git a/sources b/sources
index 4c7cb26..c542c86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-746ac14523c968e78140c2f0501fd7cf  gweled-0.9.1.tar.gz
+9cc71140bce404093ba9ba742ca3bdc6  gweled-91.tar.gz


More information about the scm-commits mailing list