3 new revisions:

Revision: 1eac52a0131d
Author:   Muneyuki Noguchi <[email protected]>
Date:     Sat Mar 17 21:48:41 2012
Log:      Remove version number from Project-Id-Version in po files....
http://code.google.com/p/uim/source/detail?r=1eac52a0131d

Revision: 14c0b9c45026
Author:   Muneyuki Noguchi <[email protected]>
Date:     Sat Mar 17 21:49:37 2012
Log:      Remove RELEASE_SUFFIX features from make-{dist,wc}.sh...
http://code.google.com/p/uim/source/detail?r=14c0b9c45026

Revision: a051b04ff9ee
Author:   Muneyuki Noguchi <[email protected]>
Date:     Sat Mar 17 21:50:34 2012
Log:      Remove obsolete comment in Makefile.am....
http://code.google.com/p/uim/source/detail?r=a051b04ff9ee

==============================================================================
Revision: 1eac52a0131d
Author:   Muneyuki Noguchi <[email protected]>
Date:     Sat Mar 17 21:48:41 2012
Log:      Remove version number from Project-Id-Version in po files.

* po/fr.po
* po/ja.po
* po/ko.po
  - Remove version number from Project-Id-Version
    because the number isn't used.

http://code.google.com/p/uim/source/detail?r=1eac52a0131d

Modified:
 /po/fr.po
 /po/ja.po
 /po/ko.po

=======================================
--- /po/fr.po   Sat Mar 17 06:49:29 2012
+++ /po/fr.po   Sat Mar 17 21:48:41 2012
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: uim 1.4.0\n"
+"Project-Id-Version: uim\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
 "POT-Creation-Date: 2012-03-17 21:51+0900\n"
 "PO-Revision-Date: 2009-01-05 20:52+0900\n"
=======================================
--- /po/ja.po   Sat Mar 17 06:49:29 2012
+++ /po/ja.po   Sat Mar 17 21:48:41 2012
@@ -97,7 +97,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: uim 1.5.0\n"
+"Project-Id-Version: uim\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
 "POT-Creation-Date: 2012-03-17 21:51+0900\n"
 "PO-Revision-Date: 2009-02-14 21:58+0900\n"
=======================================
--- /po/ko.po   Sat Mar 17 06:49:29 2012
+++ /po/ko.po   Sat Mar 17 21:48:41 2012
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: uim 1.4.0\n"
+"Project-Id-Version: uim\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
 "POT-Creation-Date: 2012-03-17 21:51+0900\n"
 "PO-Revision-Date: 2009-01-05 20:54+0900\n"

==============================================================================
Revision: 14c0b9c45026
Author:   Muneyuki Noguchi <[email protected]>
Date:     Sat Mar 17 21:49:37 2012
Log:      Remove RELEASE_SUFFIX features from make-{dist,wc}.sh

* Makefile.am
  - Remove $(RELEASE_SUFFIX).
* make-dist.sh
* make-wc.sh
  - Remove RELEASE_SUFFIX features because they don't work currently
    and editing Makefile.in directly should be avoided.
    Use "make dist distdir=uim-x.y.z-${RELEASE_SUFFIX}" instead.

http://code.google.com/p/uim/source/detail?r=14c0b9c45026

Modified:
 /Makefile.am
 /make-dist.sh
 /make-wc.sh

=======================================
--- /Makefile.am        Sat Mar 17 04:00:59 2012
+++ /Makefile.am        Sat Mar 17 21:49:37 2012
@@ -20,7 +20,7 @@

 # $(distdir) does work as a part of $(RELEASE_URL) when configured as a
 # subpackage.
-DIST_NAME = $(PACKAGE)-$(VERSION)$(RELEASE_SUFFIX)
+DIST_NAME = $(PACKAGE)-$(VERSION)
 #RELEASE_TAG     = master
 RELEASE_TAG     = $(DIST_NAME)
 DIST_SUM_LIST = $(DIST_NAME).sum
=======================================
--- /make-dist.sh       Sat Mar 17 03:53:26 2012
+++ /make-dist.sh       Sat Mar 17 21:49:37 2012
@@ -4,7 +4,6 @@

 SSCM_TAG="sigscheme-0.8.6"
 LIBGCROOTS_TAG="libgcroots-0.2.3"
-RELEASE_SUFFIX=""

 CONF_MAINT="--enable-maintainer-mode"
 CONF_NOWERROR="--disable-warnings-into-error"
@@ -43,19 +42,6 @@
     && git checkout $SSCM_TAG && ./autogen.sh) \
  && ./autogen.sh \
 || { echo 'autogen failed.' && exit 1; }
-
-if test -n "$RELEASE_SUFFIX"; then
-    ed Makefile.in <<EOT
-/^distdir =
-d
-i
-RELEASE_SUFFIX = ${RELEASE_SUFFIX}
-#distdir = \$(PACKAGE)-\$(VERSION)
-distdir = \$(PACKAGE)-\$(VERSION)\$(RELEASE_SUFFIX)
-.
-wq
-EOT
-fi

 for conf_args in "$CONF_NONE" "$CONF_DEFAULT"; do
     echo "configure $conf_args"
=======================================
--- /make-wc.sh Sat Feb 25 17:49:46 2012
+++ /make-wc.sh Sat Mar 17 21:49:37 2012
@@ -36,30 +36,14 @@

 MAKE=make

-RELEASE_SUFFIX="-snapshot-"`date +%Y%m%d`
-
 # --enable-maintainer-mode is required to build git HEAD
 CONF_COMMON="--enable-maintainer-mode --disable-warnings-into-error"

-
 git submodule update --init --recursive
 (cd sigscheme/libgcroots && git checkout master && ./autogen.sh) \
  && (cd sigscheme && git checkout master && ./autogen.sh) \
  && ./autogen.sh \
 || { echo 'autogen failed.' && exit 1; }
-
-if test -n "$RELEASE_SUFFIX"; then
-    ed Makefile.in <<EOT
-/^distdir =
-d
-i
-RELEASE_SUFFIX = ${RELEASE_SUFFIX}
-#distdir = \$(PACKAGE)-\$(VERSION)
-distdir = \$(PACKAGE)-\$(VERSION)\$(RELEASE_SUFFIX)
-.
-wq
-EOT
-fi

 echo "configure $CONF_COMMON $@"
 ./configure $CONF_COMMON $@

==============================================================================
Revision: a051b04ff9ee
Author:   Muneyuki Noguchi <[email protected]>
Date:     Sat Mar 17 21:50:34 2012
Log:      Remove obsolete comment in Makefile.am.

* Makefile.am
  - Remove comment on $(RELEASE_URL)
    because $(RELEASE_URL) is no longer used.

http://code.google.com/p/uim/source/detail?r=a051b04ff9ee

Modified:
 /Makefile.am

=======================================
--- /Makefile.am        Sat Mar 17 21:49:37 2012
+++ /Makefile.am        Sat Mar 17 21:50:34 2012
@@ -18,8 +18,6 @@
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@

-# $(distdir) does work as a part of $(RELEASE_URL) when configured as a
-# subpackage.
 DIST_NAME = $(PACKAGE)-$(VERSION)
 #RELEASE_TAG     = master
 RELEASE_TAG     = $(DIST_NAME)

Reply via email to