[fedora-release-notes/f20] bumping release; same content, fixed desktop file, fixed banner color

Pete Travis immanetize at fedoraproject.org
Mon Oct 21 06:37:28 UTC 2013


commit 96733315b12011d5d9e1a13691d168e52114266f
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Mon Oct 21 00:37:27 2013 -0600

    bumping release; same content, fixed desktop file, fixed banner color

 .gitignore                |    1 +
 fedora-release-notes.spec |    8 +++++++-
 sources                   |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d34397..58b975f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ fedora-release-notes-13.2.tar.gz
 /fedora-release-notes-17.95.0.tar.gz
 /release-notes-20-0.0.tar.bz2
 /release-notes-20-0.1.tar.bz2
+/release-notes-20-0.2.tar.bz2
diff --git a/fedora-release-notes.spec b/fedora-release-notes.spec
index 922eec2..91857c9 100644
--- a/fedora-release-notes.spec
+++ b/fedora-release-notes.spec
@@ -1,6 +1,6 @@
 Name:		fedora-release-notes
 Version:	20
-Release:	0.1
+Release:	0.2
 Summary:	Release Notes
 # since name of git repo may not be name of package, we define it here to aid reuse.
 %global gitname %(echo %{name}|sed -e 's/^fedora-//')
@@ -25,6 +25,7 @@ export LANG=en_US.utf8
 desktop-file-edit --set-comment="%{summary} for Fedora %{version}" build/%{name}.desktop
 desktop-file-edit --set-key=Exec --set-value="xdg-open file://%{_docdir}/%{name}/index.html" build/%{name}.desktop
 desktop-file-edit --set-icon="%{name}" build/%{name}.desktop
+desktop-file-edit --add-category
 LOCALES=\"en-US\"
 for LANGDIR in * ; do
     if locale -a|sed -e's/_/-/'|grep -qx ${LANGDIR}
@@ -59,6 +60,7 @@ mkdir -p %buildroot}%{_datadir}/icons/hicolor/${SZA}/apps
   fi
 done
 desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.desktop
+find tmp -name overrides.css -execdir sed -i -e "1 s/^/.producttitle span { color: white; }\n/" {} \;
 
 %post
 /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@@ -82,6 +84,10 @@ fi
 
 
 %changelog
+* Mon Oct 21 2013 Pete Travis <immanetize at fedoraproject.org> 20-0.2
+- Fix desktop file
+- Adjust CSS for title banner
+
 * Sun Oct 20 2013 Pete Travis <immanetize at fedoraproject.org> 20-0.1
 * Updated content for F20 Beta
 
diff --git a/sources b/sources
index 7e5de0b..017a1f3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9abe5e4d91dbb35d1472afd39cb06199  release-notes-20-0.1.tar.bz2
+627a330a4dbb7f8608391e0480d4dd53  release-notes-20-0.2.tar.bz2


More information about the scm-commits mailing list