Hello community,

here is the log from the commit of package patterns-office for openSUSE:Factory 
checked in at 2017-05-20 10:07:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/patterns-office (Old)
 and      /work/SRC/openSUSE:Factory/.patterns-office.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "patterns-office"

Sat May 20 10:07:11 2017 rev:2 rq:494525 version:20170506

Changes:
--------
--- /work/SRC/openSUSE:Factory/patterns-office/patterns-office.changes  
2017-05-06 18:21:31.384044655 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-office.new/patterns-office.changes     
2017-05-20 10:07:15.314208856 +0200
@@ -1,0 +2,18 @@
+Thu May 11 07:50:39 UTC 2017 - [email protected]
+
+- Add math to default pattern
+
+-------------------------------------------------------------------
+Sat May  6 17:04:25 UTC 2017 - [email protected]
+
+- Kill office-opt pattern: mostly unwanted by default unless someone
+  needs special functions
+- This makes sure java is not pulled in by this pattern
+
+-------------------------------------------------------------------
+Mon Apr 10 13:27:52 UTC 2017 - [email protected]
+
+- Use macros over old $RPM shell vars.
+  Change to a sh loop for creating minimally different text files.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ patterns-office.spec ++++++
--- /var/tmp/diff_new_pack.ZAD6Qx/_old  2017-05-20 10:07:16.797999196 +0200
+++ /var/tmp/diff_new_pack.ZAD6Qx/_new  2017-05-20 10:07:16.797999196 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package patterns-openSUSE
+# spec file for package patterns-office
 #
 # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -16,10 +16,8 @@
 #
 
 
-%bcond_with betatest
-
 Name:           patterns-office
-Version:        20170319
+Version:        20170506
 Release:        0
 Summary:        Patterns for Installation (Office)
 License:        MIT
@@ -29,7 +27,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  patterns-rpm-macros
 
-
 %description
 This is an internal package that is used to create the patterns as part
 of the installation source setup.  Installation of this package does
@@ -37,8 +34,6 @@
 
 This particular package contains the office patterns.
 
-################################################################################
-
 %package office
 %pattern_desktopfunctions
 Summary:        Office Software
@@ -47,55 +42,29 @@
 Provides:       pattern-icon() = yast-keyboard
 Provides:       pattern-order() = 1640
 Provides:       pattern-visible()
-Recommends:     pattern() = office_opt
-# from data/OFFICE
 Recommends:     libreoffice
 Recommends:     libreoffice-calc
 Recommends:     libreoffice-draw
 Recommends:     libreoffice-impress
+Recommends:     libreoffice-math
 Recommends:     libreoffice-writer
 
 %description office
 Office software for your desktop environment including LibreOffice.
 
 %files office
-%dir /usr/share/doc/packages/patterns
-/usr/share/doc/packages/patterns/office.txt
-
-################################################################################
-
-%package office_opt
-%pattern_desktopfunctions
-Summary:        Office Software
-Group:          Metapackages
-Provides:       pattern() = office_opt
-Provides:       pattern-extends() = office
-Provides:       pattern-icon() = yast-keyboard
-Provides:       pattern-order() = 1620
-# from data/OFFICE-OPT
-# bug 592752
-Suggests:       libreoffice-languagetool
-Recommends:     libreoffice-math
-Recommends:     libreoffice-calc-extensions
-Recommends:     libreoffice-writer-extensions
-Recommends:     libreoffice-converter
-
-%description office_opt
-Office software for your desktop environment including LibreOffice.
-
-%files office_opt
-%dir /usr/share/doc/packages/patterns
-/usr/share/doc/packages/patterns/office_opt.txt
-
-################################################################################
+%dir %{_defaultdocdir}/patterns
+%{_defaultdocdir}/patterns/office.txt
 
 %prep
+:
 
 %build
+:
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/
-echo 'This file marks the pattern office to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns/office.txt
-echo 'This file marks the pattern office_opt to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns/office_opt.txt
+mkdir -p %{buildroot}/%{_defaultdocdir}/patterns
+echo "This file marks the pattern office to be installed." \
+       > %{buildroot}/%{_defaultdocdir}/patterns/office.txt
 
 %changelog


Reply via email to