Hello community, here is the log from the commit of package yast2-slide-show for openSUSE:Factory checked in at 2013-11-19 10:57:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-10-08 11:08:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-slide-show.new/yast2-slide-show.changes 2013-11-19 10:57:12.000000000 +0100 @@ -2 +2 @@ -Mon Oct 7 13:31:44 UTC 2013 - [email protected] +Thu Sep 19 16:47:05 UTC 2013 - [email protected] @@ -4 +4,3 @@ -- Update openSUSE translations. +- do not use *.spec.in template, use *.spec file with RPM macros + instead +- 3.1.0 Old: ---- yast2-slide-show-3.0.1.tar.bz2 New: ---- yast2-slide-show-3.1.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-slide-show.spec ++++++ --- /var/tmp/diff_new_pack.Tjqjny/_old 2013-11-19 10:57:13.000000000 +0100 +++ /var/tmp/diff_new_pack.Tjqjny/_new 2013-11-19 10:57:13.000000000 +0100 @@ -17,11 +17,11 @@ Name: yast2-slide-show -Version: 3.0.1 +Version: 3.1.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-slide-show-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 # xml2po uses temporary files that do not like being called twice %define jobs 1 @@ -29,7 +29,7 @@ BuildRequires: gnome-doc-utils BuildRequires: pkgconfig BuildRequires: sgml-skel -BuildRequires: yast2-devtools +BuildRequires: yast2-devtools >= 3.0.6 %if 0%{?suse_version} > 1120 # was in gnome-doc-utils before BuildRequires: xml2po @@ -66,35 +66,21 @@ The slide show displayed during package installation with YaST2. %prep -%setup -n yast2-slide-show-%{version} +%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) -for f in Makefile.{am,in}; do - sed -i "s|^langs *=.*$|langs = en $langs|" $f -done +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) -for f in Makefile.{am,in}; do - sed -i "s|^langs *=.*$|langs = en $langs|" $f -done +sed -i "s|^langs *=.*$|langs = en $langs|" Makefile.am popd %build -%{_prefix}/bin/y2tool y2autoconf -%{_prefix}/bin/y2tool y2automake -autoreconf --force --install - -export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" -export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" - -./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} -# V=1: verbose build in case we used AM_SILENT_RULES(yes) -# so that RPM_OPT_FLAGS check works -make %{?jobs:-j%jobs} V=1 +%yast_build ./tools/check_utf-8 # on OS use the openSUSE logo everywhere; see # 216562 %if %suse_version >= 1020 @@ -104,12 +90,7 @@ %endif %install -make install DESTDIR="$RPM_BUILD_ROOT" -[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT" -for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name "*.desktop"` ; do - d=${f##*/} - %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop} -done +%yast_install # Get rid of README files etc. auto-created by yast2-devtools # (but useless for this special package) @@ -119,9 +100,6 @@ /bin/rm -rf %{buildroot}%{_datadir}/YaST2/clients/slide-show.ycp /bin/rm -rf %{buildroot}%{_datadir}/YaST2/modules/SlideTester.ycp -%clean -rm -rf "$RPM_BUILD_ROOT" - %files SuSELinux %defattr(-,root,root) %dir /SuSE ++++++ slideshow-po.tar.gz ++++++ ++++ 17553 lines of diff (skipped) ++++++ yast2-slide-show-3.0.1.tar.bz2 -> yast2-slide-show-3.1.0.tar.bz2 ++++++ ++++ 18871 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
