Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package UltimateDailyWallpaper for
openSUSE:Factory checked in at 2023-05-07 18:54:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/UltimateDailyWallpaper (Old)
and /work/SRC/openSUSE:Factory/.UltimateDailyWallpaper.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "UltimateDailyWallpaper"
Sun May 7 18:54:31 2023 rev:3 rq:1085251 version:3.2.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/UltimateDailyWallpaper/UltimateDailyWallpaper.changes
2023-03-12 16:26:52.601459889 +0100
+++
/work/SRC/openSUSE:Factory/.UltimateDailyWallpaper.new.1533/UltimateDailyWallpaper.changes
2023-05-07 18:54:37.808141149 +0200
@@ -1,0 +2,6 @@
+Sat May 6 17:38:11 UTC 2023 - Patrice Coni <[email protected]>
+
+- Update to version 3.2.2:
+ * Fixed bug: Old thumbnail-pictures are not automatically deleted
+
+-------------------------------------------------------------------
Old:
----
ultimatedailywallpaper-3.2.1.tar.gz
New:
----
ultimatedailywallpaper-3.2.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ UltimateDailyWallpaper.spec ++++++
--- /var/tmp/diff_new_pack.YcqigQ/_old 2023-05-07 18:54:39.380149920 +0200
+++ /var/tmp/diff_new_pack.YcqigQ/_new 2023-05-07 18:54:39.384149943 +0200
@@ -16,7 +16,7 @@
#
Name: UltimateDailyWallpaper
-Version: 3.2.1
+Version: 3.2.2
Release: 0
Summary: A wallpaper changer and downloader
License: GPL-3.0+
@@ -50,9 +50,10 @@
allows downloading a daily wallpaper from any one provider.
%prep
-rm -rf debian
+rm -rf SlackBuild
rm -rf screenshots
rm -rf src/macOS
+rm -rf rpmbuild
%setup -q -n ultimatedailywallpaper-%{version} -a 0
%build
++++++ ultimatedailywallpaper-3.2.1.tar.gz ->
ultimatedailywallpaper-3.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ultimatedailywallpaper-3.2.1/README.md
new/ultimatedailywallpaper-3.2.2/README.md
--- old/ultimatedailywallpaper-3.2.1/README.md 2023-03-11 23:49:08.000000000
+0100
+++ new/ultimatedailywallpaper-3.2.2/README.md 2023-05-06 21:15:59.000000000
+0200
@@ -31,7 +31,7 @@
sudo zypper install UltimateDailyWallpaper
```
-#### Installation on Slackware Linux
+#### Installation on Slackware
Sbopkg is required to install UltimateDailyWallpaper on Slackware Linux.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ultimatedailywallpaper-3.2.1/SlackBuild/UltimateDailyWallpaper/README
new/ultimatedailywallpaper-3.2.2/SlackBuild/UltimateDailyWallpaper/README
--- old/ultimatedailywallpaper-3.2.1/SlackBuild/UltimateDailyWallpaper/README
1970-01-01 01:00:00.000000000 +0100
+++ new/ultimatedailywallpaper-3.2.2/SlackBuild/UltimateDailyWallpaper/README
2023-05-06 21:15:59.000000000 +0200
@@ -0,0 +1,8 @@
+UltimateDailyWallpaper is a utility to set the daily picture as
+wallpaper of a selected provider. It saves images in a high
+quality. Further information about each picture can be obtained
+from the Internet with a single click. It integrates with
+most desktop environments to provide automatically changing
+wallpaper. It allows a simple integration of external plugins,
+which allows downloading a daily wallpaper from any one
+provider.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ultimatedailywallpaper-3.2.1/SlackBuild/UltimateDailyWallpaper/UltimateDailyWallpaper.SlackBuild
new/ultimatedailywallpaper-3.2.2/SlackBuild/UltimateDailyWallpaper/UltimateDailyWallpaper.SlackBuild
---
old/ultimatedailywallpaper-3.2.1/SlackBuild/UltimateDailyWallpaper/UltimateDailyWallpaper.SlackBuild
1970-01-01 01:00:00.000000000 +0100
+++
new/ultimatedailywallpaper-3.2.2/SlackBuild/UltimateDailyWallpaper/UltimateDailyWallpaper.SlackBuild
2023-05-06 21:15:59.000000000 +0200
@@ -0,0 +1,117 @@
+#!/bin/bash
+
+# Slackware build script for UltimateDailyWallpaper
+
+# Copyright 2023 Patrice Coni
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+cd $(dirname $0) ; CWD=$(pwd)
+
+PRGNAM=UltimateDailyWallpaper
+VERSION=${VERSION:-3.2.2}
+BUILD=${BUILD:-1}
+TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
+
+if [ -z "$ARCH" ]; then
+ case "$( uname -m )" in
+ i?86) ARCH=i586 ;;
+ arm*) ARCH=arm ;;
+ *) ARCH=$( uname -m ) ;;
+ esac
+fi
+
+if [ $ARCH = 'x86_64' ]; then
+ LIBDIR=lib64
+else
+ LIBDIR=lib
+fi
+
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
+TMP=${TMP:-/tmp/SBo}
+PKG=$TMP/package-$PRGNAM
+OUTPUT=${OUTPUT:-/tmp}
+
+set -e
+
+rm -rf $PKG
+mkdir -p $TMP $PKG $OUTPUT
+cd $TMP
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/ultimatedailywallpaper-$VERSION.tar.gz
+cd ultimatedailywallpaper-$VERSION
+chown -R root:root .
+find -L . \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+
+lrelease-qt5 src/src.pro
+qmake-qt5
+make
+
+mkdir -p ${PKG}/usr/bin
+mkdir -p ${PKG}/usr/share/pixmaps
+mkdir -p ${PKG}/usr/share/applications
+mkdir -p ${PKG}/usr/${LIBDIR}/${PRGNAM}-plugins
+mkdir -p ${PKG}/usr/share/locale/ca/LC_MESSAGES
+mkdir -p ${PKG}/usr/share/locale/de/LC_MESSAGES
+mkdir -p ${PKG}/usr/share/locale/es/LC_MESSAGES
+mkdir -p ${PKG}/usr/share/locale/fi/LC_MESSAGES
+mkdir -p ${PKG}/usr/share/locale/fr/LC_MESSAGES
+mkdir -p ${PKG}/usr/share/locale/it/LC_MESSAGES
+mkdir -p ${PKG}/usr/share/locale/ru/LC_MESSAGES
+mkdir -p ${PKG}/usr/share/locale/uk/LC_MESSAGES
+mkdir -p ${PKG}/usr/share/locale/ko/LC_MESSAGES
+mkdir -p ${PKG}/usr/share/locale/pt/LC_MESSAGES
+cp language/${PRGNAM}_ca.qm ${PKG}/usr/share/locale/ca/LC_MESSAGES
+cp language/${PRGNAM}_de.qm ${PKG}/usr/share/locale/de/LC_MESSAGES
+cp language/${PRGNAM}_es.qm ${PKG}/usr/share/locale/es/LC_MESSAGES
+cp language/${PRGNAM}_fi.qm ${PKG}/usr/share/locale/fi/LC_MESSAGES
+cp language/${PRGNAM}_fr.qm ${PKG}/usr/share/locale/fr/LC_MESSAGES
+cp language/${PRGNAM}_it.qm ${PKG}/usr/share/locale/it/LC_MESSAGES
+cp language/${PRGNAM}_ru.qm ${PKG}/usr/share/locale/ru/LC_MESSAGES
+cp language/${PRGNAM}_uk.qm ${PKG}/usr/share/locale/uk/LC_MESSAGES
+cp language/${PRGNAM}_ko.qm ${PKG}/usr/share/locale/ko/LC_MESSAGES
+cp language/${PRGNAM}_pt.qm ${PKG}/usr/share/locale/pt/LC_MESSAGES
+cp src/icons/ultimatedesktopwallpaper_icon.png ${PKG}/usr/share/pixmaps
+cp ${PRGNAM}.desktop ${PKG}/usr/share/applications
+install -m 0755 bin/${PRGNAM} ${PKG}/usr/bin
+install -m 0755 plugins/libbing-wallpaper-downloader-*.so
${PKG}/usr/${LIBDIR}/${PRGNAM}-plugins
+install -m 0755 plugins/libwikimedia-commons-potd-*.so
${PKG}/usr/${LIBDIR}/${PRGNAM}-plugins
+
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" |
grep ELF \
+ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+
+mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+cp AUTHORS README.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
+cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+
+mkdir -p $PKG/install
+cat $CWD/slack-desc > $PKG/install/slack-desc
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
+
+cd $PKG
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ultimatedailywallpaper-3.2.1/SlackBuild/UltimateDailyWallpaper/UltimateDailyWallpaper.info
new/ultimatedailywallpaper-3.2.2/SlackBuild/UltimateDailyWallpaper/UltimateDailyWallpaper.info
---
old/ultimatedailywallpaper-3.2.1/SlackBuild/UltimateDailyWallpaper/UltimateDailyWallpaper.info
1970-01-01 01:00:00.000000000 +0100
+++
new/ultimatedailywallpaper-3.2.2/SlackBuild/UltimateDailyWallpaper/UltimateDailyWallpaper.info
2023-05-06 21:15:59.000000000 +0200
@@ -0,0 +1,10 @@
+PRGNAM="UltimateDailyWallpaper"
+VERSION="3.2.2"
+HOMEPAGE="https://github.com/pagaco-swita/ultimatedailywallpaper"
+DOWNLOAD="https://github.com/pagaco-swita/ultimatedailywallpaper/archive/refs/tags/v3.2.2/ultimatedailywallpaper-3.2.2.tar.gz"
+MD5SUM="9ff35aa0e57d5814b80ac83c478b884a"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
+REQUIRES=""
+MAINTAINER="Patrice Coni"
+EMAIL="[email protected]"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ultimatedailywallpaper-3.2.1/SlackBuild/UltimateDailyWallpaper/doinst.sh
new/ultimatedailywallpaper-3.2.2/SlackBuild/UltimateDailyWallpaper/doinst.sh
---
old/ultimatedailywallpaper-3.2.1/SlackBuild/UltimateDailyWallpaper/doinst.sh
1970-01-01 01:00:00.000000000 +0100
+++
new/ultimatedailywallpaper-3.2.2/SlackBuild/UltimateDailyWallpaper/doinst.sh
2023-05-06 21:15:59.000000000 +0200
@@ -0,0 +1,9 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
+
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ultimatedailywallpaper-3.2.1/SlackBuild/UltimateDailyWallpaper/slack-desc
new/ultimatedailywallpaper-3.2.2/SlackBuild/UltimateDailyWallpaper/slack-desc
---
old/ultimatedailywallpaper-3.2.1/SlackBuild/UltimateDailyWallpaper/slack-desc
1970-01-01 01:00:00.000000000 +0100
+++
new/ultimatedailywallpaper-3.2.2/SlackBuild/UltimateDailyWallpaper/slack-desc
2023-05-06 21:15:59.000000000 +0200
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+
|-----handy-ruler------------------------------------------------------|
+UltimateDailyWallpaper: UltimateDailyWallpaper (Wallpaper Changer)
+UltimateDailyWallpaper:
+UltimateDailyWallpaper: UltimateDailyWallpaper changes the wallpaper on a
regular interval
+UltimateDailyWallpaper: using automatically downloaded pictures.
+UltimateDailyWallpaper:
+UltimateDailyWallpaper:
+UltimateDailyWallpaper:
+UltimateDailyWallpaper: Github:
https://github.com/pagaco-swita/ultimatedailywallpaper
+UltimateDailyWallpaper:
+UltimateDailyWallpaper:
+UltimateDailyWallpaper:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ultimatedailywallpaper-3.2.1/rpmbuild/OBS_OpenSUSE/UltimateDailyWallpaper.changes
new/ultimatedailywallpaper-3.2.2/rpmbuild/OBS_OpenSUSE/UltimateDailyWallpaper.changes
---
old/ultimatedailywallpaper-3.2.1/rpmbuild/OBS_OpenSUSE/UltimateDailyWallpaper.changes
1970-01-01 01:00:00.000000000 +0100
+++
new/ultimatedailywallpaper-3.2.2/rpmbuild/OBS_OpenSUSE/UltimateDailyWallpaper.changes
2023-05-06 21:15:59.000000000 +0200
@@ -0,0 +1,31 @@
+-------------------------------------------------------------------
+Sat May 6 17:38:11 UTC 2023 - Patrice Coni <[email protected]>
+
+- Update to version 3.2.2:
+ * Fixed bug: Old thumbnail-pictures are not automatically deleted
+
+-------------------------------------------------------------------
+Sun Mar 12 09:36:48 UTC 2023 - Patrice Coni <[email protected]>
+
+- Update to version 3.2.1:
+ * Fixed bug: Delete old picturefiles automatically
+ * Language files updated
+- UltimateDailyWallpaper.desktop:
+ * Keywords entry added (line 9)
+
+-------------------------------------------------------------------
+Mon Feb 27 19:11:36 UTC 2023 - Patrice Coni <[email protected]>
+
+- Filename in Source0 of UltimateDailyWallpaper.spec corrected
+
+-------------------------------------------------------------------
+Fri Feb 24 22:58:32 UTC 2023 - Patrice Coni <[email protected]>
+
+- Update to version 3.2.0:
+ * Fixes for automatic plugins-directory detection
+ * Language files updated
+
+-------------------------------------------------------------------
+Mon Feb 20 18:12:05 UTC 2023 - Patrice Coni <[email protected]>
+
+- Initial release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/ultimatedailywallpaper-3.2.1/rpmbuild/OBS_OpenSUSE/UltimateDailyWallpaper.spec
new/ultimatedailywallpaper-3.2.2/rpmbuild/OBS_OpenSUSE/UltimateDailyWallpaper.spec
---
old/ultimatedailywallpaper-3.2.1/rpmbuild/OBS_OpenSUSE/UltimateDailyWallpaper.spec
1970-01-01 01:00:00.000000000 +0100
+++
new/ultimatedailywallpaper-3.2.2/rpmbuild/OBS_OpenSUSE/UltimateDailyWallpaper.spec
2023-05-06 21:15:59.000000000 +0200
@@ -0,0 +1,110 @@
+#
+# spec file for package UltimateDailyWallpaper
+#
+# Copyright (c) 2023 Patrice Coni <[email protected]>
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
+
+Name: UltimateDailyWallpaper
+Version: 3.2.2
+Release: 0
+Summary: A wallpaper changer and downloader
+License: GPL-3.0+
+Group: Productivity/Multimedia/Other
+URL: https://github.com/pagaco-swita/ultimatedailywallpaper
+Source0:
%{url}/archive/v%{version}.tar.gz#/ultimatedailywallpaper-%{version}.tar.gz
+
+BuildRequires: libstdc++-devel
+BuildRequires: Mesa-libGL-devel
+BuildRequires: libqt5-qtbase-devel
+BuildRequires: libqt5-qtbase-common-devel
+BuildRequires: libqt5-qttools-devel
+BuildRequires: libqt5-qttranslations
+BuildRequires: libqt5-qtdeclarative-devel
+BuildRequires: libQt5Core-devel
+BuildRequires: libQt5Gui-devel
+BuildRequires: libQt5Core-devel
+BuildRequires: update-desktop-files
+BuildRequires: glibc-devel
+
+Requires: curl
+
+%description
+UltimateDailyWallpaper is a utility to set the daily
+picture as wallpaper of a selected provider. It saves
+images in a high quality. Further information about
+each picture can be obtained from the Internet with a
+single click. It integrates with most desktop
+environments to provide automatically changing wallpaper.
+It allows a simple integration of external plugins, which
+allows downloading a daily wallpaper from any one provider.
+
+%prep
+rm -rf SlackBuild
+rm -rf screenshots
+rm -rf src/macOS
+rm -rf rpmbuild
+%setup -q -n ultimatedailywallpaper-%{version} -a 0
+
+%build
+export QTDIR="%{_qt5_prefix}"
+export PATH="%{_qt5_bindir}:$PATH"
+lrelease-qt5 src/src.pro
+qmake-qt5
+%make_build
+
+%install
+mkdir -p %{buildroot}/%{_bindir}
+mkdir -p %{buildroot}/%{_datadir}/pixmaps
+mkdir -p %{buildroot}/%{_libdir}/%{name}-plugins
+mkdir -p %{buildroot}/%{_datadir}/locale/ca/LC_MESSAGES
+mkdir -p %{buildroot}/%{_datadir}/locale/de/LC_MESSAGES
+mkdir -p %{buildroot}/%{_datadir}/locale/es/LC_MESSAGES
+mkdir -p %{buildroot}/%{_datadir}/locale/fi/LC_MESSAGES
+mkdir -p %{buildroot}/%{_datadir}/locale/fr/LC_MESSAGES
+mkdir -p %{buildroot}/%{_datadir}/locale/it/LC_MESSAGES
+mkdir -p %{buildroot}/%{_datadir}/locale/ru/LC_MESSAGES
+mkdir -p %{buildroot}/%{_datadir}/locale/uk/LC_MESSAGES
+mkdir -p %{buildroot}/%{_datadir}/locale/ko/LC_MESSAGES
+mkdir -p %{buildroot}/%{_datadir}/locale/pt/LC_MESSAGES
+cp language/%{name}_ca.qm %{buildroot}/%{_datadir}/locale/ca/LC_MESSAGES
+cp language/%{name}_de.qm %{buildroot}/%{_datadir}/locale/de/LC_MESSAGES
+cp language/%{name}_es.qm %{buildroot}/%{_datadir}/locale/es/LC_MESSAGES
+cp language/%{name}_fi.qm %{buildroot}/%{_datadir}/locale/fi/LC_MESSAGES
+cp language/%{name}_fr.qm %{buildroot}/%{_datadir}/locale/fr/LC_MESSAGES
+cp language/%{name}_it.qm %{buildroot}/%{_datadir}/locale/it/LC_MESSAGES
+cp language/%{name}_ru.qm %{buildroot}/%{_datadir}/locale/ru/LC_MESSAGES
+cp language/%{name}_uk.qm %{buildroot}/%{_datadir}/locale/uk/LC_MESSAGES
+cp language/%{name}_ko.qm %{buildroot}/%{_datadir}/locale/ko/LC_MESSAGES
+cp language/%{name}_pt.qm %{buildroot}/%{_datadir}/locale/pt/LC_MESSAGES
+cp src/icons/ultimatedesktopwallpaper_icon.png %{buildroot}/%{_datadir}/pixmaps
+install -m 0755 bin/%{name} %{buildroot}/%{_bindir}/%{name}
+install -m 0755 plugins/libbing-wallpaper-downloader-*.so
%{buildroot}/%{_libdir}/%{name}-plugins
+install -m 0755 plugins/libwikimedia-commons-potd-*.so
%{buildroot}/%{_libdir}/%{name}-plugins
+%suse_update_desktop_file -i %{name}
+%find_lang %{name} --with-qt
+
+%files -f %{name}.lang
+
+%files
+%defattr(-,root,root)
+%dir %{_libdir}/%{name}-plugins
+%{_bindir}/%{name}
+%{_datadir}/pixmaps/ultimatedesktopwallpaper_icon.png
+%{_libdir}/%{name}-plugins/libbing-wallpaper-downloader-*.so
+%{_libdir}/%{name}-plugins/libwikimedia-commons-potd-*.so
+%{_datadir}/applications/%{name}.desktop
+%license LICENSE
+%doc README.md AUTHORS
+
+%changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ultimatedailywallpaper-3.2.1/src/mainwindow.cpp
new/ultimatedailywallpaper-3.2.2/src/mainwindow.cpp
--- old/ultimatedailywallpaper-3.2.1/src/mainwindow.cpp 2023-03-12
09:59:40.000000000 +0100
+++ new/ultimatedailywallpaper-3.2.2/src/mainwindow.cpp 2023-05-06
21:15:59.000000000 +0200
@@ -1070,6 +1070,7 @@
filenamelist.append(udw_query.value(0).toString().toUtf8());
}
}
+
udw_query.prepare("SELECT thumb_filename FROM udw_history WHERE
date=\""+selected_datelist.at(i).toUtf8()+"\"");
if(udw_query.exec() && udw_query.next())
{
@@ -1154,7 +1155,7 @@
qDebug() << "Picture " << oldwallfile << " deleted.";
oldwallfile.clear();
- QString oldthumbfile = _thumbfiledir+"/"+filenamelist.at(j);
+ QString oldthumbfile = _thumbfiledir+"/"+_oldthumbfiles.at(j);
if(oldthumbfile.contains("\x2F\x2F"))
{
@@ -1162,7 +1163,7 @@
}
QFile old_thumbf(oldthumbfile);
- old_wallp.remove();
+ old_thumbf.remove();
qDebug() << "Thumbnail-Picture " << oldthumbfile << " deleted.";
oldthumbfile.clear();
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ultimatedailywallpaper-3.2.1/src/src.pro
new/ultimatedailywallpaper-3.2.2/src/src.pro
--- old/ultimatedailywallpaper-3.2.1/src/src.pro 2023-03-12
09:29:15.000000000 +0100
+++ new/ultimatedailywallpaper-3.2.2/src/src.pro 2023-05-06
21:15:59.000000000 +0200
@@ -15,7 +15,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#---------------------------------------------------
-VERSION = 3.2.1
+VERSION = 3.2.2
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
QT += core gui network xml concurrent sql