Hello community, here is the log from the commit of package capnet-assist for openSUSE:Factory checked in at 2018-12-24 11:46:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/capnet-assist (Old) and /work/SRC/openSUSE:Factory/.capnet-assist.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "capnet-assist" Mon Dec 24 11:46:46 2018 rev:2 rq:660351 version:2.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/capnet-assist/capnet-assist.changes 2017-08-08 11:58:23.843140935 +0200 +++ /work/SRC/openSUSE:Factory/.capnet-assist.new.28833/capnet-assist.changes 2018-12-24 11:46:47.773165213 +0100 @@ -1,0 +2,34 @@ +Wed Oct 17 18:37:36 UTC 2018 - Alexei Podvalsky <[email protected]> + +- Update to 2.2.2: + * Meson: Use GLib preset for l10n + * Add a fake example captive portal and a screenshot (#37) + * Merge branch 'origin/master' into Weblate + * Add an appdata file (#36) + * CertButton.vala: Wrap primary label (#35) + +------------------------------------------------------------------- +Mon Oct 8 12:40:49 UTC 2018 - Alexei Podvalsky <[email protected]> + +- Update to 2.2.1: + * This release includes updated translations. + +------------------------------------------------------------------- +Sat Jun 9 22:44:18 UTC 2018 - [email protected] + +- Update to 0.2.2: + * use new symbolic security icons (#30) + * Use native portal checking (#23) + * Merge remote-tracking branch 'origin/master' + +------------------------------------------------------------------- +Fri Jun 8 22:23:40 UTC 2018 - [email protected] + +- Switch to git from bzr +- Switch to meson +- Buils with dependences: gconfig(glib-2.0) pkgconfig(gobject-2.0) +- Add NetworkManager as required dependency +- Remove obsolete macros +- Spec file cleanup + +------------------------------------------------------------------- Old: ---- capnet-assist-0.2.1.tar.xz New: ---- capnet-assist-2.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ capnet-assist.spec ++++++ --- /var/tmp/diff_new_pack.jsMJcX/_old 2018-12-24 11:46:48.217164823 +0100 +++ /var/tmp/diff_new_pack.jsMJcX/_new 2018-12-24 11:46:48.217164823 +0100 @@ -1,7 +1,7 @@ # # spec file for package capnet-assist # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -17,28 +17,31 @@ Name: capnet-assist -Version: 0.2.1 +Version: 2.2.2 Release: 0 Summary: Captive Portal Assistant -License: GPL-3.0 +License: GPL-3.0-only Group: Productivity/Networking/Other -Url: https://launchpad.net/capnet-assist -Source: https://launchpad.net/capnet-assist/loki/%{version}/+download/%{name}-%{version}.tar.xz -BuildRequires: cmake +URL: https://elementary.io/ +Source: https://github.com/elementary/capnet-assist/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: vala >= 0.28.0 BuildRequires: pkgconfig(gcr-3) BuildRequires: pkgconfig(gcr-ui-3) BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(granite) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(webkit2gtk-4.0) +Requires: NetworkManager Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%glib2_gsettings_schema_requires +Provides: elementary-capnet-assist = %{version} +Obsoletes: elementary-capnet-assist < %{version} %description Assists users in connective to Captive Portals such as those found on @@ -53,34 +56,26 @@ %setup -q %build -%cmake -make %{?_smp_mflags} +%meson +%meson_build %install -%cmake_install -%suse_update_desktop_file org.pantheon.%{name} +%meson_install +%suse_update_desktop_file io.elementary.capnet-assist +%find_lang io.elementary.capnet-assist %{name}.lang %fdupes %{buildroot}%{_datadir}/locale -%find_lang captive-login %{name}.lang - -%post -%desktop_database_post -%glib2_gsettings_schema_post - -%postun -%desktop_database_postun -%glib2_gsettings_schema_postun %files -%defattr(-,root,root) -%doc AUTHORS COPYING README* -%{_bindir}/captive-login -%{_datadir}/applications/org.pantheon.%{name}.desktop -%{_datadir}/glib-2.0/schemas/org.pantheon.capnet-assist.gschema.xml +%license COPYING +%doc AUTHORS README* +%{_bindir}/io.elementary.capnet-assist +%{_datadir}/applications/io.elementary.capnet-assist.desktop +%{_datadir}/glib-2.0/schemas/io.elementary.capnet-assist.gschema.xml +%{_datadir}/metainfo/io.elementary.capnet-assist.appdata.xml %dir %{_sysconfdir}/NetworkManager %dir %{_sysconfdir}/NetworkManager/dispatcher.d %{_sysconfdir}/NetworkManager/dispatcher.d/90captive_portal_test %files lang -f %{name}.lang -%defattr(-,root,root) %changelog
