gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash plugin/Makefile.am ChangeLog packaging/re... [relea


From: Rob Savoye
Subject: [Gnash-commit] gnash plugin/Makefile.am ChangeLog packaging/re... [release_0_7_2]
Date: Mon, 06 Nov 2006 19:27:41 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_7_2
Changes by:     Rob Savoye <rsavoye>    06/11/06 19:27:41

Modified files:
        plugin         : Makefile.am 
        .              : ChangeLog 
        packaging/redhat: gnash.spec 

Log message:
                * plugin/Makefile.am: Put back in the KLASH conditional so klash
                actually gets built.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/Makefile.am?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.50.2.4&r2=1.50.2.5
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.1412.2.99&r2=1.1412.2.100
http://cvs.savannah.gnu.org/viewcvs/gnash/packaging/redhat/gnash.spec?cvsroot=gnash&only_with_tag=release_0_7_2&r1=1.11.2.4&r2=1.11.2.5

Patches:
Index: plugin/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/plugin/Makefile.am,v
retrieving revision 1.50.2.4
retrieving revision 1.50.2.5
diff -u -b -r1.50.2.4 -r1.50.2.5
--- plugin/Makefile.am  6 Nov 2006 16:44:51 -0000       1.50.2.4
+++ plugin/Makefile.am  6 Nov 2006 19:27:41 -0000       1.50.2.5
@@ -15,10 +15,13 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-# $Id: Makefile.am,v 1.50.2.4 2006/11/06 16:44:51 strk Exp $
+# $Id: Makefile.am,v 1.50.2.5 2006/11/06 19:27:41 rsavoye Exp $
 
 AUTOMAKE_OPTIONS = 
 
+if KLASH
+KLASH = klash
+endif
 DIST_SUBDIRS = klash
 SUBDIRS = $(KLASH) # test mozilla-sdk
 

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1412.2.99
retrieving revision 1.1412.2.100
diff -u -b -r1.1412.2.99 -r1.1412.2.100
--- ChangeLog   6 Nov 2006 19:23:06 -0000       1.1412.2.99
+++ ChangeLog   6 Nov 2006 19:27:41 -0000       1.1412.2.100
@@ -1,3 +1,8 @@
+2006-11-06  Rob Savoye  <address@hidden>
+
+       * plugin/Makefile.am: Put back in the KLASH conditional so klash
+       actually gets built.
+
 2006-11-06 Sandro Santilli <address@hidden>
 
        * server/sprite_instance.cpp (sprite_create_text_field):
@@ -37,6 +42,7 @@
 
 2006-11-05  Rob Savoye  <address@hidden>
 
+       * gui/Makefile.am: Pass build options as constants.
        * gnash/configure.ac: Add substitution variables for the build
        options. Task #6059.
        * gui/gnash.cpp: Add support to print out the build options.

Index: packaging/redhat/gnash.spec
===================================================================
RCS file: /sources/gnash/gnash/packaging/redhat/gnash.spec,v
retrieving revision 1.11.2.4
retrieving revision 1.11.2.5
diff -u -b -r1.11.2.4 -r1.11.2.5
--- packaging/redhat/gnash.spec 6 Nov 2006 16:44:51 -0000       1.11.2.4
+++ packaging/redhat/gnash.spec 6 Nov 2006 19:27:41 -0000       1.11.2.5
@@ -116,7 +116,7 @@
 %{_datadir}/services/klash_part.desktop
 
 %changelog
-* Sat Oct  28 2006 Rob Savoye <address@hidden> - 0.7.2-1
+* Sat Nov  6 2006 Rob Savoye <address@hidden> - 0.7-2-1
 - update for 0.7.2 release.
 
 * Sat Apr  22 2006 Rob Savoye <address@hidden> - 0.7-1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]