[mj: 1/2] Upgrade to new upstreams version. Do a "make depend"; as distributed, the dependencies points to /us

Göran Uddeborg goeran at fedoraproject.org
Sat Dec 24 22:15:32 UTC 2011


commit e8be2f25d04ef85274666b31d92a220f9c761da8
Author: Göran Uddeborg <goeran at uddeborg.se>
Date:   Sat Dec 24 23:10:16 2011 +0100

    Upgrade to new upstreams version.
    Do a "make depend"; as distributed, the dependencies points to
    /usr/lib, but this should be /usr/lib64 where appropriate.

 .gitignore |    1 +
 mj.spec    |   10 ++++++++--
 sources    |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b03004a..bacca18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 mj-GPL-1.10-src.tar.bz2
+/mj-GPL-1.11-src.tar.bz2
diff --git a/mj.spec b/mj.spec
index c500e60..b57bd40 100644
--- a/mj.spec
+++ b/mj.spec
@@ -1,6 +1,6 @@
 Name:        mj
-Version:     1.10
-Release:     6%{?dist}
+Version:     1.11
+Release:     1%{?dist}
 Summary:     Mah-Jong program with network option
 Summary(sv): Mah-Jong-program med nätmöjlighet
 
@@ -81,6 +81,7 @@ cp -p ../tiles-v1/tong* .
 
 
 %build
+make %{?_smp_mflags} depend
 make %{?_smp_mflags} EXTRA_CFLAGS="%optflags" LDLIBS=-lm \
      FALLBACKTILES=./tiles-kdegames
 cat << EOF > %name.desktop
@@ -130,6 +131,11 @@ gtk-update-icon-cache %icontop &>/dev/null || :
 
 
 %changelog
+* Sat Dec 24 2011 Göran Uddeborg <goeran at uddeborg.se> 1.11-1
+- Upgrade to new upstreams version.
+- Do a "make depend"; as distributed, the dependencies points to
+  /usr/lib, but this should be /usr/lib64 where appropriate.
+
 * Mon Sep 13 2010 Göran Uddeborg <goeran at uddeborg.se> 1.10-6
 - The desktop file called the executable "mj", not "xmj". BZ 633115
 
diff --git a/sources b/sources
index 420e32e..13d5983 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b28943e1ae25ba5cad68fe450baed73d  mj-GPL-1.10-src.tar.bz2
+465c6817b7f5baad242fbc9348c9a247  mj-GPL-1.11-src.tar.bz2


More information about the scm-commits mailing list