Hello community, here is the log from the commit of package nuntius for openSUSE:Factory checked in at 2015-09-08 17:38:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nuntius (Old) and /work/SRC/openSUSE:Factory/.nuntius.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nuntius" Changes: -------- --- /work/SRC/openSUSE:Factory/nuntius/nuntius.changes 2015-03-11 09:58:53.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.nuntius.new/nuntius.changes 2015-09-08 17:41:47.000000000 +0200 @@ -1,0 +2,17 @@ +Sun Aug 30 20:39:09 UTC 2015 - [email protected] + +- Update to 0.2.0: + + Add user interface. + + Add translation support. + + Misc bugfixes. +- Add pkgconfig(gtk+-3.0) and pkgconfig(libqrencode) BuildRequires: + new dependencies. +- Replace vala-devel BuildRequires with vala: we only need the + compiler. +- Replace desktop-file-utils BuildRequires with + update-desktop-files. +- Create nuntius-lang package, recommended by main package. +- Change .desktop file categories to Utility;PDA; +- Add check section, calling make check. + +------------------------------------------------------------------- @@ -5 +21,0 @@ - Old: ---- nuntius-0.1.0.tar.xz New: ---- nuntius-0.2.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nuntius.spec ++++++ --- /var/tmp/diff_new_pack.9sDgSJ/_old 2015-09-08 17:41:48.000000000 +0200 +++ /var/tmp/diff_new_pack.9sDgSJ/_new 2015-09-08 17:41:48.000000000 +0200 @@ -17,26 +17,29 @@ Name: nuntius -Version: 0.1.0 +Version: 0.2.0 Release: 0 Summary: Get notifications from the phone or tablet License: GPL-2.0+ Group: Hardware/Mobile Url: https://github.com/holylobster/nuntius-linux Source: https://github.com/holylobster/nuntius-linux/releases/download/v%{version}/nuntius-%{version}.tar.xz -BuildRequires: desktop-file-utils BuildRequires: hicolor-icon-theme BuildRequires: intltool >= 0.50.1 -BuildRequires: vala-devel -BuildRequires: pkgconfig(gio-2.0) -BuildRequires: pkgconfig(gio-unix-2.0) -BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(json-glib-1.0) -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: update-desktop-files +BuildRequires: vala >= 0.23.3 +BuildRequires: pkgconfig(gio-2.0) >= 2.40 +BuildRequires: pkgconfig(glib-2.0) >= 2.38 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.14 +BuildRequires: pkgconfig(json-glib-1.0) >= 0.16.2 +BuildRequires: pkgconfig(libqrencode) >= 3.1 +Recommends: %{name}-lang %description -Nuntius is a daemon that connects to another Nuntius app running on a phone or -a tablet and proxies the notifications using Bluetooth. +Nuntius is a daemon that connects to another Nuntius app running on +a phone or a tablet and proxies the notifications using Bluetooth. + +%lang_package %prep %setup -q @@ -46,7 +49,12 @@ make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install +%suse_update_desktop_file -r %{buildroot}%{_datadir}/applications/*nuntius.desktop Utility PDA +%find_lang nuntius + +%check +make check %{?_smp_mflags} %post %desktop_database_post @@ -58,13 +66,19 @@ %files %defattr(-,root,root) -%doc COPYING +%doc AUTHORS COPYING NEWS %{_bindir}/nuntius -%{_datadir}/applications/org.holylobster.nuntius.desktop -# Own dirs so we do not need to BuildRequire them +%dir %{_datadir}/appdata/ +%{_datadir}/appdata/*nuntius.appdata.xml +%{_datadir}/applications/*nuntius.desktop +# Own dirs so we do not need to BuildRequire dbus-1 for this %dir %{_datadir}/dbus-1/ %dir %{_datadir}/dbus-1/services/ -%{_datadir}/dbus-1/services/org.holylobster.nuntius.service +%{_datadir}/dbus-1/services/*nuntius.service %{_datadir}/icons/hicolor/*/apps/nuntius.png -%{_sysconfdir}/xdg/autostart/org.holylobster.nuntius.desktop -%{_datadir}/appdata/org.holylobster.nuntius.appdata.xml +%{_sysconfdir}/xdg/autostart/*nuntius.desktop + +%files lang -f %{name}.lang +%defattr(-,root,root) + +%changelog ++++++ nuntius-0.1.0.tar.xz -> nuntius-0.2.0.tar.xz ++++++ ++++ 8724 lines of diff (skipped)
