Hello community,
here is the log from the commit of package release-notes-openSUSE for
openSUSE:Factory checked in at 2018-03-02 21:10:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/release-notes-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.release-notes-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "release-notes-openSUSE"
Fri Mar 2 21:10:37 2018 rev:85 rq:581668 version:84.87.20180228.827b030
Changes:
--------
---
/work/SRC/openSUSE:Factory/release-notes-openSUSE/release-notes-openSUSE.changes
2017-07-25 11:41:27.163393048 +0200
+++
/work/SRC/openSUSE:Factory/.release-notes-openSUSE.new/release-notes-openSUSE.changes
2018-03-02 21:10:40.839157764 +0100
@@ -1,0 +2,33 @@
+Wed Feb 28 19:27:33 UTC 2018 - [email protected]
+
+- Update to version 84.87.20180228.827b030:
+ * Update some links, copyright date, kick out commented content
+ * Fix #65, add "to"
+ * Remove CUPS entry entirely, "old news" (fixes #65)
+ * Update to DocBook 5
+ * Add two relevant new entries (apparmor stop, compose key)
+ * Translated using Weblate (Danish)
+ * Translated using Weblate (Finnish)
+ * Translated using Weblate (German)
+ * Translated using Weblate (Chinese (Taiwan))
+ * Translated using Weblate (Galician)
+ * Translated using Weblate (Portuguese (Brazil))
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Catalan)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Czech)
+ * Translated using Weblate (French)
+ * Translated using Weblate (Slovak)
+ * Translated using Weblate (Dutch)
+ * Translated using Weblate (Ukrainian)
+ * Translated using Weblate (Italian)
+ * Translated using Weblate (Arabic)
+ * Translated using Weblate (Swedish)
+ * Translated using Weblate (Bulgarian)
+ * Translated using Weblate (Marathi)
+ * Translated using Weblate (Chinese (China))
+ * Translated using Weblate (Russian)
+ * Translated using Weblate (Danish)
+ * Translated using Weblate (Japanese)
+
+-------------------------------------------------------------------
Old:
----
release-notes-openSUSE-84.87.20170713.6d2142e.tar.xz
release-notes-openSUSE.desktop
New:
----
release-notes-openSUSE-84.87.20180228.827b030.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ release-notes-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.RmT1R0/_old 2018-03-02 21:10:41.511133599 +0100
+++ /var/tmp/diff_new_pack.RmT1R0/_new 2018-03-02 21:10:41.515133456 +0100
@@ -1,7 +1,7 @@
#
# spec file for package release-notes-openSUSE
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2014-2018, SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,69 +17,52 @@
Name: release-notes-openSUSE
-Version: 84.87.20170713.6d2142e
+Version: 84.87.20180228.827b030
Release: 0
Summary: Release Notes for openSUSE
License: GFDL-1.3
Group: Documentation/SUSE
Url: https://github.com/openSUSE/release-notes-openSUSE
-Source: %{name}-%{version}.tar.xz
-Source1: %{name}.desktop
BuildRequires: daps
-BuildRequires: gettext-tools
BuildRequires: suse-xsl-stylesheets
-BuildRequires: update-desktop-files
+BuildRequires: xmlformat
BuildRequires: w3m
-BuildRequires: xml2po
+BuildRequires: gettext-tools
+BuildRequires: itstool
BuildRequires: xmlcharent
BuildRequires: xsltproc
-Provides: release-notes = %{version}
BuildArch: noarch
-# SECTION fonts
-# for Chinese
-BuildRequires: arphic-uming-fonts
-# for Japanese
-BuildRequires: ipa-pgothic-fonts
-BuildRequires: ipa-pmincho-fonts
-# for Japanese/Chinese
-BuildRequires: wqy-microhei-fonts
-Requires: dejavu-fonts
-Requires: google-opensans-fonts
-# ENDSECTION fonts
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Provides: release-notes = %{version}
+Source: %{name}-%{version}.tar.xz
%description
This package contains the release notes with the most important changes
-for this openSUSE release. In HTML format, they are available in the
-help center.
+for openSUSE Tumbleweed.
%prep
%setup -q
%build
%define SUSE_PROD openSUSE
-sed -i 's/@VERSION@/%{version}/' xml/release-notes.ent
-make %{?_smp_mflags} linguas
-make -j1 all
+make linguas
+# values for LIFECYCLE: beta pre maintained unmaintained
+make all LIFECYCLE=maintained VERSION='%{version}'
%install
rnpath=%{buildroot}%{_datadir}/doc/release-notes/%{SUSE_PROD}
-install -m 0644 -D LICENSE ${rnpath}/LICENSE
-install -m 0644 -D "%{_sourcedir}/%{name}.desktop"
"%{buildroot}%{_datadir}/susehelp/meta/%{name}.desktop"
+%{__install} -m 0644 -D LICENSE ${rnpath}/LICENSE
for file in build/release-notes.*; do
lang=$(echo "$file" | awk -F '.' '{print $2}')
- echo
"DocPath[${lang}]={_datadir}/doc/release-notes/%{SUSE_PROD}/RELEASE-NOTES.${lang}.html"
> "%{buildroot}%{_datadir}/susehelp/meta/%{name}.desktop"
- install -m 0644 -D
"${file}/single-html/release-notes.${lang}/release-notes.${lang}.html"
"${rnpath}/RELEASE-NOTES.${lang}.html"
- cp -R "${file}/single-html/release-notes.${lang}/static/" "${rnpath}"
- install -m 0644 -D "${file}/yast-html/release-notes.${lang}.html"
"${rnpath}/RELEASE-NOTES.${lang}.rtf"
- install -m 0644 -D "${file}/release-notes.${lang}_color_$lang.pdf"
"${rnpath}/RELEASE-NOTES.${lang}.pdf"
- install -m 0644 -D "${file}/release-notes.${lang}.txt"
"${rnpath}/RELEASE-NOTES.${lang}.txt"
+ %{__install} -m 0644 -D
"${file}/single-html/release-notes.${lang}/release-notes.${lang}.html"
"${rnpath}/RELEASE-NOTES.${lang}.html"
+ %{__cp} -R "${file}/single-html/release-notes.${lang}/static/"
"${rnpath}"
+ %{__install} -m 0644 -D "${file}/yast-html/release-notes.${lang}.html"
"${rnpath}/RELEASE-NOTES.${lang}.rtf"
+ %{__install} -m 0644 -D "${file}/release-notes.${lang}_color_$lang.pdf"
"${rnpath}/RELEASE-NOTES.${lang}.pdf"
+ %{__install} -m 0644 -D "${file}/release-notes.${lang}.txt"
"${rnpath}/RELEASE-NOTES.${lang}.txt"
done
-%suse_update_desktop_file %{buildroot}%{_datadir}/susehelp/meta/%{name}.desktop
%files
+%defattr(-,root,root)
%doc %{_datadir}/doc/release-notes/
-%dir %{_datadir}/susehelp/
-%dir %{_datadir}/susehelp/meta/
-%{_datadir}/susehelp/meta/%{name}.desktop
%changelog
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.RmT1R0/_old 2018-03-02 21:10:41.559131874 +0100
+++ /var/tmp/diff_new_pack.RmT1R0/_new 2018-03-02 21:10:41.563131730 +0100
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param
name="url">git://github.com/openSUSE/release-notes-openSUSE.git</param>
- <param
name="changesrevision">6d2142e0b91403ad4288c2388cc4e99e143309c8</param></service></servicedata>
\ No newline at end of file
+ <param
name="changesrevision">827b030703f5f1b3d3add878d9cc01d7e17364db</param></service></servicedata>
\ No newline at end of file
++++++ release-notes-openSUSE-84.87.20170713.6d2142e.tar.xz ->
release-notes-openSUSE-84.87.20180228.827b030.tar.xz ++++++
++++ 88455 lines of diff (skipped)