[glibc] Add missing period to commit log and changelog

Siddhesh Poyarekar siddhesh at fedoraproject.org
Wed Jan 29 10:44:53 UTC 2014


commit ef2183ca46881838bf2efde20b7b0ea04e802d02
Author: Siddhesh Poyarekar <siddhesh at redhat.com>
Date:   Wed Jan 29 14:46:39 2014 +0530

    Add missing period to commit log and changelog

 glibc.spec       |    2 +-
 sync-upstream.sh |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index 8e403f9..36bac4a 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -1626,7 +1626,7 @@ rm -f *.filelist*
 
 %changelog
 * Wed Jan 29 2014 Siddhesh Poyarekar <siddhesh at redhat.com> - 2.18.90-25
-- Sync with upstream master
+- Sync with upstream master.
 
 * Sat Jan 25 2014 Ville Skyttä <ville.skytta at iki.fi> - 2.18.90-24
 - Own the %%{_prefix}/lib/locale dir.
diff --git a/sync-upstream.sh b/sync-upstream.sh
index dc0146c..4e1a923 100755
--- a/sync-upstream.sh
+++ b/sync-upstream.sh
@@ -61,7 +61,7 @@ nv=$(perl -ne 's/^%define glibcversion (.+)/printf("%s-", $1)/e;' \
 	  glibc.spec)
 
 # Our changelog entry.
-changelog="* $cldate $clname <$clemail> - $nv\n- Sync with upstream $branch\n"
+changelog="* $cldate $clname <$clemail> - $nv\n- Sync with upstream $branch.\n"
 
 # Change the glibcsrcdir variable, bump up the release number and add an extra
 # entry to the changelog.
@@ -91,7 +91,7 @@ rm -f "$tmpfile"
 rm -rf "$srcdir"
 echo "+ Source prep is clean, so we're good to go."
 fedpkg new-sources "$srcdir.tar.gz"
-git commit -a -m "Sync with upstream $branch"
+git commit -a -m "Sync with upstream $branch."
 fedpkg push
 fedpkg build
 echo "+ Done!"


More information about the scm-commits mailing list