Hello community,

here is the log from the commit of package notify-osd-config for 
openSUSE:Factory checked in at 2017-03-16 09:41:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/notify-osd-config (Old)
 and      /work/SRC/openSUSE:Factory/.notify-osd-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "notify-osd-config"

Thu Mar 16 09:41:38 2017 rev:2 rq:478897 version:0.3~bzr20140426

Changes:
--------
--- /work/SRC/openSUSE:Factory/notify-osd-config/notify-osd-config.changes      
2015-01-08 23:01:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.notify-osd-config.new/notify-osd-config.changes 
2017-03-16 09:50:50.307710709 +0100
@@ -1,0 +2,5 @@
+Sun Mar 12 20:12:58 UTC 2017 - sor.ale...@meowr.ru
+
+- Remove special characters from the build directory.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ notify-osd-config.spec ++++++
--- /var/tmp/diff_new_pack.0XUOxl/_old  2017-03-16 09:50:50.783643308 +0100
+++ /var/tmp/diff_new_pack.0XUOxl/_new  2017-03-16 09:50:50.783643308 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package notify-osd-config
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,42 +26,45 @@
 License:        GPL-3.0+
 Group:          System/GUI/Other
 Url:            
https://launchpad.net/~amandeepgrewal/+archive/ubuntu/notifyosdconfig
-Source:         
http://ppa.launchpad.net/amandeepgrewal/notifyosdconfig/ubuntu/pool/main/n/notifyosdconfig/notifyosdconfig_%{_full_ver}.tar.gz
+Source:         
https://launchpad.net/~amandeepgrewal/+archive/ubuntu/notifyosdconfig/+files/notifyosdconfig_%{_full_ver}.tar.gz
 Source1:        %{name}.desktop
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(QtCore)
 BuildRequires:  pkgconfig(QtGui)
 Requires:       libnotify-tools
 Requires:       notify-osd >= 0.9.29
 
 %description
-Customize the appearance and behaviour of Notify OSD, from an easy
+Customise the appearance and behaviour of Notify OSD, from an easy
 graphical user interface.
-This utility requires patch by Roman Sukochev (Leolik).
+This utility requires the patch by Roman Sukochev (Leolik).
 
 %prep
-%setup -q -n recipe-{debupstream}+{revno}+%{_version}
+%setup -q -c
+mv recipe-*/* .
 cp -f %{SOURCE1} %{name}.desktop
 
 %build
 %{_libdir}/qt4/bin/qmake \
   QMAKE_CFLAGS="%{optflags}"   \
   QMAKE_CXXFLAGS="%{optflags}"
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-install -Dm 0755 %{_name} %{buildroot}%{_bindir}/%{name}
+install -Dpm 0755 %{_name} %{buildroot}%{_bindir}/%{name}
 
-install -Dm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
-install -Dm 0644 not.png 
%{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
+install -Dpm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
+install -Dpm 0644 not.png 
%{buildroot}%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
 
-install -Dm 0644 not.png %{buildroot}%{_datadir}/%{_name}/not.png
-install -Dm 0644 default.def %{buildroot}%{_datadir}/%{_name}/default.def
+install -Dpm 0644 not.png %{buildroot}%{_datadir}/%{_name}/not.png
+install -Dpm 0644 default.def %{buildroot}%{_datadir}/%{_name}/default.def
 
 %suse_update_desktop_file %{name}
-%fdupes %{buildroot}%{_datadir}
+%fdupes %{buildroot}%{_datadir}/
 
 %post
 %desktop_database_post


Reply via email to