Hello community,

here is the log from the commit of package yast2-slide-show for 
openSUSE:Factory checked in at 2016-04-28 20:31:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-slide-show (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-slide-show.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-slide-show"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-slide-show/yast2-slide-show.changes        
2016-04-06 11:52:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-slide-show.new/yast2-slide-show.changes   
2016-04-28 20:31:17.000000000 +0200
@@ -1,0 +2,34 @@
+Wed Apr 27 13:43:32 UTC 2016 - [email protected]
+
+- Update to version 84.87.20160427.88aaafc:
+  * Call msgmerge with --previous
+  * Import of translations from LCN SVN
+  * Translated using Weblate (Slovak)
+  * Point to www.o.o instead of wiki
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Ukrainian)
+  * Update pot file
+  * Merge pot file to po files
+
+-------------------------------------------------------------------
+Mon Apr 18 16:41:36 UTC 2016 - [email protected]
+
+- Update to version 84.87.20160418.6f56730:
+  * ensure stylesheet is up-to-date (bsc#973609)
+  * SUSE Cloud => SUSE OpenStack Cloud
+  * 3.1.23
+  * Sync also the openSUSE stylesheet
+  * Get rid of YaST build system
+  * Install to /CD1 directly
+  * replace 01_welcome.png with 02_opensuse.png
+  * update README
+
+-------------------------------------------------------------------
+Mon Apr 18 15:09:03 UTC 2016 - [email protected]
+
+- new package layout based on refactored git sources
+- Version 84.87.20160418.6f56730:
+
+-------------------------------------------------------------------

Old:
----
  slideshow-po.tar.gz
  slideshow-sles-po.tar.gz
  yast2-slide-show-3.1.23.tar.bz2

New:
----
  _service
  _servicedata
  yast2-slide-show-84.87.20160427.88aaafc.tar.xz

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

Other differences:
------------------
++++++ yast2-slide-show.spec ++++++
--- /var/tmp/diff_new_pack.9Bchpt/_old  2016-04-28 20:31:18.000000000 +0200
+++ /var/tmp/diff_new_pack.9Bchpt/_new  2016-04-28 20:31:18.000000000 +0200
@@ -16,122 +16,39 @@
 #
 
 
-Name:           yast2-slide-show
-Version:        3.1.23
-Release:        0
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        %{name}-%{version}.tar.bz2
-
+%define version_unconverted 84.87.20160427.88aaafc
 # xml2po uses temporary files that do not like being called twice
 # xml2po probably is not thread-safe.
 %define jobs 1
+Name:           yast2-slide-show
+Version:        84.87.20160427.88aaafc
+Release:        0
+Summary:        Slide show displayed during package installation with YaST
+License:        GPL-2.0
+Group:          Metapackages
+Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  docbook_4
 BuildRequires:  gnome-doc-utils
 BuildRequires:  pkgconfig
 BuildRequires:  sgml-skel
-BuildRequires:  yast2-devtools >= 3.1.10
-%if 0%{?suse_version} > 1120
-# was in gnome-doc-utils before
 BuildRequires:  xml2po
-%endif
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-Summary:        YaST2 - Slide Show
-License:        GPL-2.0
-Group:          Metapackages
-Source10:       slideshow-po.tar.gz
-Source12:       slideshow-sles-po.tar.gz
 
 %description
 The slide show displayed during package installation with YaST.
 
-%package SuSELinux
-Summary:        YaST - Slide Show (openSUSE)
-Group:          Metapackages
-
-%description SuSELinux
-The slide show displayed during package installation with YaST.
-
-%package SLES
-Summary:        YaST - Slide Show (SUSE Linux Enterprise Server)
-Group:          Metapackages
-
-%description SLES
-The slide show displayed during package installation with YaST.
-
-%package SLED
-Summary:        YaST - Slide Show (SUSE Linux Enterprise Desktop)
-Group:          Metapackages
-
-%description SLED
-The slide show displayed during package installation with YaST.
-
 %prep
-%setup -n %{name}-%{version}
-pushd SuSELinux
-tar xf %{S:10}
-langs=$(tar tf %{S:10}|sed 's=.*po/==;s=\.po$==;/^$/d'|sort -u|fmt -w1000)
-sed -i "s|^langs *=.*$|langs = en $langs|" Makefile.am
-popd
-
-pushd SLED
-tar xf %{S:12}
-langs=$(tar tf %{S:12}|sed 's=.*po/==;s=\.po$==;/^$/d'|sort -u|fmt -w1000)
-sed -i "s|^langs *=.*$|langs = en $langs|" Makefile.am
-popd
-
-pushd SLES
-tar xf %{S:12}
-langs=$(tar tf %{S:12}|sed 's=.*po/==;s=\.po$==;/^$/d'|sort -u|fmt -w1000)
-sed -i "s|^langs *=.*$|langs = en $langs|" Makefile.am
-popd
+%setup -q
 
 %build
-%yast_build
-./tools/check_utf-8
-# on OS use the openSUSE logo everywhere; see # 216562
-%if %suse_version >= 1020
-for f in SuSELinux/txt/*/01*.rtf; do
-  sed -i 's/01_welcome.png/02_opensuse.png/' $f
-done
-%endif
+make %{?_smp_mflags}
 
 %install
-%yast_install
-
-# Get rid of README files etc. auto-created by yast2-devtools
-# (but useless for this special package)
-/bin/rm -rf %{buildroot}%{_datadir}/doc/packages/yast2-slide-show
-
-# Get rid of test environment during autobuild
-/bin/rm -rf %{buildroot}%{_datadir}/YaST2/clients/slide-show.ycp
-/bin/rm -rf %{buildroot}%{_datadir}/YaST2/modules/SlideTester.ycp
-
-%files SuSELinux
-%defattr(-,root,root)
-%dir /SuSE
-%dir /SuSE/SuSE
-%dir /SuSE/SuSE/CD1
-%dir /SuSE/SuSE/CD1/suse
-%dir /SuSE/SuSE/CD1/suse/setup
-/SuSE/SuSE/CD1/suse/setup/slide/
-
-%files SLES
-%defattr(-,root,root)
-%dir /SuSE
-%dir /SuSE/SuSE-SLES
-%dir /SuSE/SuSE-SLES/CD1
-%dir /SuSE/SuSE-SLES/CD1/suse
-%dir /SuSE/SuSE-SLES/CD1/suse/setup
-/SuSE/SuSE-SLES/CD1/suse/setup/slide/
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
-%files SLED
+%files
 %defattr(-,root,root)
-%dir /SuSE
-%dir /SuSE/SuSE-SLED
-%dir /SuSE/SuSE-SLED/CD1
-%dir /SuSE/SuSE-SLED/CD1/suse
-%dir /SuSE/SuSE-SLED/CD1/suse/setup
-/SuSE/SuSE-SLED/CD1/suse/setup/slide/
+/CD1
 
 %changelog

++++++ _service ++++++
<services>
        <service name="tar_scm" mode="localonly">
                <param name="filename">yast2-slide-show</param>
                <param name="versionformat">%cd.%h</param>
                <!-- it's tumbleweed -->
                <param name="versionprefix">84.87</param>
                <param 
name="url">git://github.com/openSUSE/yast-slide-show.git</param>
                <param name="scm">git</param>
                <param name="changesgenerate">enable</param>
                <param name="changesauthor">[email protected]</param>
        </service>
        <service name="recompress" mode="localonly">
                <param name="file">*.tar</param>
                <param name="compression">xz</param>
        </service>
        <service name="set_version" mode="localonly"/>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
            <param 
name="url">git://github.com/lnussel/yast-slide-show.git</param>
          <param 
name="changesrevision">6f56730fc1760741bd3b6e95b3f02dad104347f0</param></service><service
 name="tar_scm">
            <param 
name="url">git://github.com/openSUSE/yast-slide-show.git</param>
          <param 
name="changesrevision">88aaafc5ae0158bd722f7d0f51ce713ee904993e</param></service></servicedata>

Reply via email to