devel/fedora-release-notes .cvsignore, 1.20, 1.21 fedora-release-notes.spec, 1.42, 1.43 sources, 1.31, 1.32

John J. McDonough jjmcd at fedoraproject.org
Tue May 11 16:52:00 UTC 2010


Author: jjmcd

Update of /cvs/pkgs/devel/fedora-release-notes
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25011

Modified Files:
	.cvsignore fedora-release-notes.spec sources 
Log Message:
bugfixes, add Russian


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/devel/fedora-release-notes/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- .cvsignore	4 May 2010 00:14:53 -0000	1.20
+++ .cvsignore	11 May 2010 16:52:00 -0000	1.21
@@ -1 +1 @@
-fedora-release-notes-13.tar.gz
+fedora-release-notes-13.1.tar.gz


Index: fedora-release-notes.spec
===================================================================
RCS file: /cvs/pkgs/devel/fedora-release-notes/fedora-release-notes.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- fedora-release-notes.spec	4 May 2010 02:10:16 -0000	1.42
+++ fedora-release-notes.spec	11 May 2010 16:52:00 -0000	1.43
@@ -1,26 +1,26 @@
 # Documentation Specfile
 
-Name:		fedora-release-notes
-Version:	13
-Release:	3%{?dist}
-Summary:	Release Notes
-URL:		http://fedoraproject.org
-Group:		System Environment/Base
-License:	CC-BY-SA
-Source0:	fedora-release-notes-%{version}.tar.gz
-Source1:	fedora-release-notes16.png
-Source2:	fedora-release-notes22.png
-Source3:	fedora-release-notes24.png
-Source4:	fedora-release-notes32.png
-Source5:	fedora-release-notes48.png
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:	noarch
+Name: fedora-release-notes
+Version: 13.1
+Release: 1%{?dist}
+Summary: Release Notes
+URL: http://fedoraproject.org
+Group: System Environment/Base
+License: CC-BY-SA
+Source0: fedora-release-notes-%{version}.tar.gz
+Source1: fedora-release-notes16.png
+Source2: fedora-release-notes22.png
+Source3: fedora-release-notes24.png
+Source4: fedora-release-notes32.png
+Source5: fedora-release-notes48.png
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch: noarch
 %description
 These are the official Release Notes for Fedora 13,
 written and edited by the Fedora community. For more
 information on the Release Notes process or how you can
 contribute, refer to the Release Notes HOWTO located at
-http://fedoraproject.org/wiki/Docs/Beats/HowTo. 
+http://fedoraproject.org/wiki/Docs/Beats/HowTo.
 
 %prep
 %setup -q
@@ -36,29 +36,29 @@ mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir
 #
 cat /dev/null > html.lang
 for LANGDIR in document/* ; do
-  #
-  # First, the html in /usr/share/doc/HTML, then descend
-  # through any subdirectories, installing everything found.
-  #
-  # Language to process
-  LANG=${LANGDIR#document/}
-  # Target for the html
-  NOTETARG=$RPM_BUILD_ROOT%{_defaultdocdir}/HTML/%{name}/${LANG}
-  # Place where html files are
-  SRCBASE=${LANGDIR}
-  mkdir -p ${NOTETARG}/images
-  echo  "${NOTETARG}/" >> html.lang
-  install -m 644 ${SRCBASE}/images/*.svg ${NOTETARG}/images/
-  mkdir -p ${NOTETARG}/Common_Content
-  mkdir -p ${NOTETARG}/Common_Content/images
-  install -m 644 ${SRCBASE}/Common_Content/images/*.svg \
-	${NOTETARG}/Common_Content/images/
-  install -m 644 ${SRCBASE}/Common_Content/images/*.png \
-	${NOTETARG}/Common_Content/images/
-  mkdir -p ${NOTETARG}/Common_Content/css
-  install -m 644 ${SRCBASE}/Common_Content/css/*.css \
-	${NOTETARG}/Common_Content/css/
-  install -m 644 ${SRCBASE}/*.html ${NOTETARG}/
+#
+# First, the html in /usr/share/doc/HTML, then descend
+# through any subdirectories, installing everything found.
+#
+# Language to process
+LANG=${LANGDIR#document/}
+# Target for the html
+NOTETARG=$RPM_BUILD_ROOT%{_defaultdocdir}/HTML/%{name}/${LANG}
+# Place where html files are
+SRCBASE=${LANGDIR}
+mkdir -p ${NOTETARG}/images
+echo "${NOTETARG}/" >> html.lang
+install -m 644 ${SRCBASE}/images/*.svg ${NOTETARG}/images/
+mkdir -p ${NOTETARG}/Common_Content
+mkdir -p ${NOTETARG}/Common_Content/images
+install -m 644 ${SRCBASE}/Common_Content/images/*.svg \
+${NOTETARG}/Common_Content/images/
+install -m 644 ${SRCBASE}/Common_Content/images/*.png \
+${NOTETARG}/Common_Content/images/
+mkdir -p ${NOTETARG}/Common_Content/css
+install -m 644 ${SRCBASE}/Common_Content/css/*.css \
+${NOTETARG}/Common_Content/css/
+install -m 644 ${SRCBASE}/*.html ${NOTETARG}/
 done
 
 ICONDIR="$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/"
@@ -85,17 +85,17 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/appl
 SRCBASE=desktop
 # Fix the icon location
 for F in fedora-release-notes.desktop fedora-release-notes.KDE.desktop; do
-    sed -i 's/^Icon=.*/Icon=fedora-release-notes/' ${SRCBASE}/${F}
+sed -i 's/^Icon=.*/Icon=fedora-release-notes/' ${SRCBASE}/${F}
 done
 install -m 644 ${SRCBASE}/fedora-release-notes.desktop \
-	$RPM_BUILD_ROOT%{_datadir}/applications
+$RPM_BUILD_ROOT%{_datadir}/applications
 install -m 644 ${SRCBASE}/fedora-release-notes.KDE.desktop \
-	$RPM_BUILD_ROOT%{_datadir}/applications/kde4/fedora-release-notes.desktop
+$RPM_BUILD_ROOT%{_datadir}/applications/kde4/fedora-release-notes.desktop
 
 #%find_lang %{name} --with-gnome --all-name
 #for F in $RPM_BUILD_ROOT%{_defaultdocdir}/HTML/index-*.html ; do
-#  L=`echo ${F} | %{__sed} 's/.*\/index-\(.*\)\.html$/\1/'`
-#  echo "%%lang(${L}) ${F#$RPM_BUILD_ROOT}" >> html.lang
+# L=`echo ${F} | %{__sed} 's/.*\/index-\(.*\)\.html$/\1/'`
+# echo "%%lang(${L}) ${F#$RPM_BUILD_ROOT}" >> html.lang
 #done
 cat html.lang >> %{name}.lang
 
@@ -106,7 +106,7 @@ rm -rf $RPM_BUILD_ROOT
 if [ -x /usr/bin/scrollkeeper-update ]; then scrollkeeper-update -q; fi
 touch --no-create /usr/share/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
-   gtk-update-icon-cache -q /usr/share/icons/hicolor &> /dev/null || :
+gtk-update-icon-cache -q /usr/share/icons/hicolor &> /dev/null || :
 fi
 if [ -x /usr/bin/update-desktop-database ]; then update-desktop-database &> /dev/null; fi
 
@@ -114,7 +114,7 @@ if [ -x /usr/bin/update-desktop-database
 if [ -x /usr/bin/scrollkeeper-update ]; then scrollkeeper-update -q; fi
 touch --no-create /usr/share/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
-   gtk-update-icon-cache -q /usr/share/icons/hicolor &> /dev/null || :
+gtk-update-icon-cache -q /usr/share/icons/hicolor &> /dev/null || :
 fi
 if [ -x /usr/bin/update-desktop-database ]; then update-desktop-database &> /dev/null; fi
 
@@ -126,26 +126,34 @@ if [ -x /usr/bin/update-desktop-database
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
-* Mon May  3 2010 Paul W. Frields <stickster at gmail.com> - 13-3
+* Tue May 11 2010 John J. McDonough <jjmcd at fedoraproject.org> - 13.1-1
+- Add Russian translation
+
+* Mon May 10 2010 John J. McDonough <jjmcd at fedoraproject.org> - 13-4
+- Zero day updates:
+- Configuration change in varnish, BZ#588953 
+- Incorrect link in kernel BZ#590492
+
+* Mon May 3 2010 Paul W. Frields <stickster at gmail.com> - 13-3
 - Include ToC in document
 
-* Mon May  3 2010 Paul W. Frields <stickster at gmail.com> - 13-2
+* Mon May 3 2010 Paul W. Frields <stickster at gmail.com> - 13-2
 - Remove unnecessary desktop file validation
 
-* Mon May  3 2010 Paul W. Frields <stickster at gmail.com> - 13-1
+* Mon May 3 2010 Paul W. Frields <stickster at gmail.com> - 13-1
 - Update for F13 GA release
 - Add icons for hicolor theme per XDG
 
-* Sun May  2 2010 John J. McDonough <jjmcd at fedoraproject.org> - 12.97.0-9
+* Sun May 2 2010 John J. McDonough <jjmcd at fedoraproject.org> - 12.97.0-9
 - Test build prior to GA rpm
 
-* Sat May  1 2010 John J. McDonough <jjmcd at fedoraproject.org> - 12.97.0-8
+* Sat May 1 2010 John J. McDonough <jjmcd at fedoraproject.org> - 12.97.0-8
 - Change KDE desktop file BZ#482947
 
 * Tue Apr 27 2010 John J. McDonough <jjmcd at fedoraproject.org> - 12.97.0-7
 - Write to html.lang
 
-* Mon Apr  5 2010 John J. McDonough <jjmcd at fedoraproject.org> - 12.0.95-4
+* Mon Apr 5 2010 John J. McDonough <jjmcd at fedoraproject.org> - 12.0.95-4
 - Remove dependency on htmlview for non-desktop installs
 
 * Wed Mar 24 2010 John J. McDonough <jjmcd at fedoraproject.org> - 12.0.95-3
@@ -157,22 +165,22 @@ if [ -x /usr/bin/update-desktop-database
 * Wed Mar 24 2010 John J. McDonough <jjmcd at fedoraproject.org> - 12.0.95-1
 - Test Build
 
-* Tue Nov  9 2009 John J. McDonough <jjmcd at fedoraproject.org> - 12.0.2-1
+* Tue Nov 9 2009 John J. McDonough <jjmcd at fedoraproject.org> - 12.0.2-1
 - Correct issue with about-fedora omf files
 
-* Tue Nov  9 2009 John J. McDonough <jjmcd at fedoraproject.org> - 12.0.1-1
+* Tue Nov 9 2009 John J. McDonough <jjmcd at fedoraproject.org> - 12.0.1-1
 - Zero day updates
 
-* Tue Nov  2 2009 John J. McDonough <jjmcd at fedoraproject.org> - 12.0.0-4
+* Tue Nov 2 2009 John J. McDonough <jjmcd at fedoraproject.org> - 12.0.0-4
 - Eliminate publican during the build due to 0.44 => 1.0 probs
 
-* Tue Nov  2 2009 John J. McDonough <jjmcd at fedoraproject.org> - 12.0.0-3
+* Tue Nov 2 2009 John J. McDonough <jjmcd at fedoraproject.org> - 12.0.0-3
 - requires publican publican-fedora
 
-* Tue Nov  2 2009 John J. McDonough <jjmcd at fedoraproject.org> - 12.0.0-2
+* Tue Nov 2 2009 John J. McDonough <jjmcd at fedoraproject.org> - 12.0.0-2
 - Touch up .omf files for about-fedora
 
-* Mon Nov  2 2009 John J. McDonough <jjmcd at fedoraproject.org> - 12.0.0-1
+* Mon Nov 2 2009 John J. McDonough <jjmcd at fedoraproject.org> - 12.0.0-1
 - Fedora 12 notes
 - Compared to Fedora 11, many documents and formats omitted
 - Only xml provided and then only for f-r-n and about-fedora.
@@ -186,7 +194,7 @@ if [ -x /usr/bin/update-desktop-database
 * Wed May 13 2009 Paul W. Frields <stickster at gmail.com> - 11.0.0-2
 - Fix homepage content
 
-* Thu May  7 2009 John J. McDonough <jjmcd at fedoraproject.org> - 11.0.0-1
+* Thu May 7 2009 John J. McDonough <jjmcd at fedoraproject.org> - 11.0.0-1
 - Update for Fedora 11 release candidate
 
 * Tue Apr 14 2009 John J. McDonough <jjmcd at fedoraproject.org> - 10.93.0-1
@@ -195,7 +203,7 @@ if [ -x /usr/bin/update-desktop-database
 * Sun Nov 16 2008 Paul W. Frields <stickster at gmail.com> - 10.0.0-1
 - Updates for F10 GA release
 
-* Fri Nov  7 2008 Paul W. Frields <stickster at gmail.com> - 10.0.0-0.2
+* Fri Nov 7 2008 Paul W. Frields <stickster at gmail.com> - 10.0.0-0.2
 - Snapshot package for updated fedora-release compatibility
 
 * Thu Oct 30 2008 Paul W. Frields <stickster at gmail.com> - 9.92-4
@@ -207,7 +215,7 @@ if [ -x /usr/bin/update-desktop-database
 * Fri Oct 17 2008 Paul W. Frields <stickster at gmail.com> - 9.92-2
 - Update version for Fedora 10 Preview Release
 
-* Thu Oct  2 2008 Paul W. Frields <stickster at gmail.com> - 9.92-1
+* Thu Oct 2 2008 Paul W. Frields <stickster at gmail.com> - 9.92-1
 - Bump version and release to match for F10 Preview Release
 - Fix description
 - Fix missing README content
@@ -228,10 +236,10 @@ if [ -x /usr/bin/update-desktop-database
 * Thu Mar 20 2008 Paul W. Frields <stickster at gmail.com> - 8.92-1
 - Bump version for Fedora 9 Preview Release
 
-* Wed Nov  7 2007 Paul W. Frields <stickster at gmail.com> - 8.90-1
+* Wed Nov 7 2007 Paul W. Frields <stickster at gmail.com> - 8.90-1
 - Update for F-9 development branch
 
-* Wed Nov  7 2007 Paul W. Frields <stickster at gmail.com> - 8.0.1-1
+* Wed Nov 7 2007 Paul W. Frields <stickster at gmail.com> - 8.0.1-1
 - Update with various bugfixes and translation updates
 
 * Tue Oct 30 2007 Paul W. Frields <stickster at gmail.com> - 8.0.0-3
@@ -298,7 +306,7 @@ if [ -x /usr/bin/update-desktop-database
 - Fix IG publication URL
 - Amend CSS to respect font selections and restore icons
 
-* Sun Oct  8 2006 Paul W. Frields <stickster at gmail.com> - 6-2
+* Sun Oct 8 2006 Paul W. Frields <stickster at gmail.com> - 6-2
 - Localize About Fedora menu item (somewhat)
 
 * Thu Oct 05 2006 Jesse Keating <jkeating at redhat.com> - 6-1
@@ -316,23 +324,23 @@ if [ -x /usr/bin/update-desktop-database
 * Mon Sep 11 2006 Paul W. Frields <stickster at gmail.com> - 5.92-4
 - Update about-fedora
 
-* Wed Sep  6 2006 Paul W. Frields <stickster at gmail.com> - 5.92-3
+* Wed Sep 6 2006 Paul W. Frields <stickster at gmail.com> - 5.92-3
 - Make sure we package README-BURNING-ISOS files
 
-* Tue Sep  5 2006 Jesse Keating <jkeating at redhat.com> - 5.92-1
+* Tue Sep 5 2006 Jesse Keating <jkeating at redhat.com> - 5.92-1
 - Bump for 5.92
 
-* Fri Sep  1 2006 Paul W. Frields <stickster at gmail.com> - 5.91-8
+* Fri Sep 1 2006 Paul W. Frields <stickster at gmail.com> - 5.91-8
 - Handle i18n OMF files
 
 * Sat Aug 26 2006 Paul W. Frields <stickster at gmail.com> - 5.91-7
 - Add README-BURNING-ISOS.txt for inclusion in mirrors
 - Put About document in proper directory
 
-* Wed Aug  2 2006 Jesse Keating <jkeating at redhat.com> - 5.91-6
+* Wed Aug 2 2006 Jesse Keating <jkeating at redhat.com> - 5.91-6
 - bump
 
-* Wed Aug  2 2006 Paul W. Frields <stickster at gmail.com> - 5.91-5
+* Wed Aug 2 2006 Paul W. Frields <stickster at gmail.com> - 5.91-5
 - Add README-Accessibility (moved from fedora-release)
 
 * Wed Jul 26 2006 Paul W. Frields <stickster at gmail.com> - 5.91-4


Index: sources
===================================================================
RCS file: /cvs/pkgs/devel/fedora-release-notes/sources,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- sources	4 May 2010 02:07:26 -0000	1.31
+++ sources	11 May 2010 16:52:00 -0000	1.32
@@ -1 +1 @@
-e4bf4d5fdbfdc9088b28d1049f5ff03a  fedora-release-notes-13.tar.gz
+2feaf2f5066facad8d5e527b2d720df8  fedora-release-notes-13.1.tar.gz



More information about the scm-commits mailing list