[Swfdec-commits] 6 commits - configure.ac NEWS

Benjamin Otte company at kemper.freedesktop.org
Tue Sep 9 03:20:06 PDT 2008


 NEWS         |    7 +++++++
 configure.ac |   17 +++++------------
 2 files changed, 12 insertions(+), 12 deletions(-)

New commits:
commit de5cd7a705f01de1f909c83bf1f787c68f30d793
Merge: 86dcc82... 4e8b215...
Author: Benjamin Otte <otte at gnome.org>
Date:   Tue Sep 9 12:18:29 2008 +0200

    Merge branch '0.8'
    
    Conflicts:
    
    	configure.ac

commit 4e8b215cf7c9e769068910215401db8fe5283658
Author: Benjamin Otte <otte at gnome.org>
Date:   Tue Sep 9 12:17:47 2008 +0200

    back to development

diff --git a/configure.ac b/configure.ac
index 1b3ffd8..b580d10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.8.0)
+AC_INIT(swfdec-mozilla,0.8.1)
 
 [SWFDEC_DEVEL=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9][0-9]*\.[0-9]*[13579]/yes/')]
 
commit 86dcc8269869b9e30a40ecd7ff673cd37194255f
Author: Benjamin Otte <otte at gnome.org>
Date:   Mon Sep 8 12:57:56 2008 +0200

    back to development

diff --git a/configure.ac b/configure.ac
index 1b3ffd8..a97ade2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,12 @@
 AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.8.0)
+AC_INIT(swfdec-mozilla,0.9.1)
 
 [SWFDEC_DEVEL=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9][0-9]*\.[0-9]*[13579]/yes/')]
 
 AM_INIT_AUTOMAKE(1.6)
 dnl AC_CANONICAL_TARGET([])
 
-SWFDEC_MAJORMINOR=0.8
+SWFDEC_MAJORMINOR=0.9
 AC_SUBST(SWFDEC_MAJORMINOR)
 
 AM_CONFIG_HEADER(config.h)
@@ -49,8 +49,8 @@ AC_ARG_WITH(pkg-config-path,
 dnl Check for essential libraries first:
 dnl ====================================
 
-SWFDEC_REQUIRES=0.8
-PKG_CHECK_MODULES(SWFDEC, gmodule-2.0 swfdec-gtk-$SWFDEC_MAJORMINOR >= $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
+SWFDEC_REQUIRES=0.9
+PKG_CHECK_MODULES(SWFDEC, gmodule-2.0 swfdec-gtk-$SWFDEC_MAJORMINOR = $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
 if test "$HAVE_SWFDEC" = "no"; then
   AC_MSG_ERROR([cannot find swfdec-$SWFDEC_MAJORMINOR $SWFDEC_REQUIRES, which is required for build])
 fi
commit 1531e0718b58e40a047e9a1b71a6d20dc028e939
Author: Benjamin Otte <otte at gnome.org>
Date:   Mon Sep 8 12:56:37 2008 +0200

    release 0.8.0

diff --git a/configure.ac b/configure.ac
index 9d1e123..1b3ffd8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,12 @@
 AC_PREREQ([2.58])
-AC_INIT(swfdec-mozilla,0.7.5)
+AC_INIT(swfdec-mozilla,0.8.0)
 
 [SWFDEC_DEVEL=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9][0-9]*\.[0-9]*[13579]/yes/')]
 
 AM_INIT_AUTOMAKE(1.6)
 dnl AC_CANONICAL_TARGET([])
 
-SWFDEC_MAJORMINOR=0.7
+SWFDEC_MAJORMINOR=0.8
 AC_SUBST(SWFDEC_MAJORMINOR)
 
 AM_CONFIG_HEADER(config.h)
@@ -49,8 +49,8 @@ AC_ARG_WITH(pkg-config-path,
 dnl Check for essential libraries first:
 dnl ====================================
 
-SWFDEC_REQUIRES=0.7.5
-PKG_CHECK_MODULES(SWFDEC, gmodule-2.0 swfdec-gtk-$SWFDEC_MAJORMINOR = $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
+SWFDEC_REQUIRES=0.8
+PKG_CHECK_MODULES(SWFDEC, gmodule-2.0 swfdec-gtk-$SWFDEC_MAJORMINOR >= $SWFDEC_REQUIRES, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
 if test "$HAVE_SWFDEC" = "no"; then
   AC_MSG_ERROR([cannot find swfdec-$SWFDEC_MAJORMINOR $SWFDEC_REQUIRES, which is required for build])
 fi
commit ac955aec43ddbba310f00cda0b7a65c9b07cffe4
Author: Benjamin Otte <otte at gnome.org>
Date:   Mon Sep 8 12:53:09 2008 +0200

    update NEWS for release

diff --git a/NEWS b/NEWS
index 4d12030..9eb295d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
 
+ 0.8.0 ("Best Friends Forever")
+
+Second long-term of Swfdec, here we go:
+- Add UI for handling autoplay to the right-click menu
+- Bump reported version to 9.0r999
+- Fix some rare crashers
+
  0.7.4 ("Whites won again")
 
 Not much has happened here since the last release:
commit 3c0825b7daab88f0b9c44e3b9773a1464694dd5a
Author: Benjamin Otte <otte at gnome.org>
Date:   Mon Sep 8 12:43:23 2008 +0200

    apply same chirurgy here as to swfdec's configure.ac

diff --git a/configure.ac b/configure.ac
index 3227a6d..9d1e123 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,7 @@
 AC_PREREQ([2.58])
 AC_INIT(swfdec-mozilla,0.7.5)
 
-[is_dev=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9][0-9]*\.[0-9]*[13579]/1/')]
-if test x"$is_dev" = x1 ; then
-  SWFDEC_CVS="yes"
-else
-  SWFDEC_CVS="no"
-fi
+[SWFDEC_DEVEL=$(echo $PACKAGE_VERSION | sed 's/[0-9]\.[0-9][0-9]*\.[0-9]*[13579]/yes/')]
 
 AM_INIT_AUTOMAKE(1.6)
 dnl AC_CANONICAL_TARGET([])
@@ -24,12 +19,10 @@ dnl I want this but stupid headers don't let me
 dnl AS_COMPILER_FLAG(-Wshadow, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Wshadow")
 AS_COMPILER_FLAG(-Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wformat-nonliteral -Wformat-security -Wswitch-enum -Wswitch-default, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wformat-nonliteral -Wformat-security -Wswitch-enum -Wswitch-default")
 dnl if we're in nano >= 1, add -Werror if supported
-if test x$SWFDEC_CVS = xyes ; then
+if test x$SWFDEC_DEVEL = xyes ; then
   AS_COMPILER_FLAG(-Werror, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Werror")
 fi
 
-SWFDEC_LIBVERSION="0:0:0"
-AC_SUBST(SWFDEC_LIBVERSION)
 AM_PROG_LIBTOOL
 
 dnl Add parameters for aclocal


More information about the Swfdec-commits mailing list