Hello community, here is the log from the commit of package hexchat for openSUSE:Factory checked in at 2016-02-25 22:08:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hexchat (Old) and /work/SRC/openSUSE:Factory/.hexchat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hexchat" Changes: -------- --- /work/SRC/openSUSE:Factory/hexchat/hexchat.changes 2015-01-15 15:59:33.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.hexchat.new/hexchat.changes 2016-02-26 00:32:17.000000000 +0100 @@ -1,0 +2,10 @@ +Tue Feb 23 22:19:33 UTC 2016 - [email protected] + +- Change URL +- Remove BuildRequires for fdupes, not need for it +- Use check for openSUSE %if 0%{?suse_version} +- Add BuildRequires for hicolor-icon-theme +- Add BuildRoot for older openSUSE versions +- Use %{name} instead of hexchat + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hexchat.spec ++++++ --- /var/tmp/diff_new_pack.eF6ni8/_old 2016-02-26 00:32:18.000000000 +0100 +++ /var/tmp/diff_new_pack.eF6ni8/_new 2016-02-26 00:32:18.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package hexchat # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2013 Andrey Karepin <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -23,12 +23,11 @@ Summary: A popular and easy to use graphical IRC (chat) client License: GPL-2.0+ Group: Productivity/Networking/IRC -Url: http://www.hexchat.org -Source: http://dl.%{name}.net/%{name}/%{name}-%{version}.tar.xz +Url: https://hexchat.github.io/ +Source0: https://dl.%{name}.net/%{name}/%{name}-%{version}.tar.xz BuildRequires: bison >= 1.35 BuildRequires: dbus-1-devel BuildRequires: dbus-1-glib-devel -BuildRequires: fdupes BuildRequires: gettext-devel BuildRequires: glib2-devel >= 2.14.0 BuildRequires: gtk2-devel >= 2.10.0 @@ -44,13 +43,17 @@ BuildRequires: perl >= 5.8.0 BuildRequires: pkgconfig BuildRequires: python-devel -BuildRequires: update-desktop-files BuildRequires: xz BuildRequires: perl(ExtUtils::Embed) Recommends: %{name}-lang +%if 0%{?suse_version} +BuildRequires: hicolor-icon-theme +BuildRequires: update-desktop-files +%endif %if 0%{?suse_version} != 1315 BuildRequires: libntlm-devel %endif +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description HexChat is an easy to use graphical IRC chat client for the X Window System. @@ -109,7 +112,9 @@ # Get rid of libtool archives find %{buildroot} -type f -name "*.la" -delete -print -%suse_update_desktop_file -r hexchat IRCClient Network +%if 0%{?suse_version} + %suse_update_desktop_file %{name} +%endif %find_lang %{name} @@ -122,36 +127,37 @@ %icon_theme_cache_postun %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc COPYING readme.md -%{_bindir}/hexchat -%dir %{_libdir}/hexchat -%dir %{_libdir}/hexchat/plugins -%{_libdir}/hexchat/plugins/checksum.so -%{_libdir}/hexchat/plugins/doat.so -%{_libdir}/hexchat/plugins/fishlim.so -%{_libdir}/hexchat/plugins/sysinfo.so -%{_datadir}/applications/hexchat.desktop -%{_datadir}/icons/hicolor/* +%{_bindir}/%{name} +%dir %{_libdir}/%{name} +%dir %{_libdir}/%{name}/plugins +%{_libdir}/%{name}/plugins/checksum.so +%{_libdir}/%{name}/plugins/doat.so +%{_libdir}/%{name}/plugins/fishlim.so +%{_libdir}/%{name}/plugins/sysinfo.so +%{_datadir}/applications/%{name}.desktop +%{_datadir}/icons/hicolor/*/apps/%{name}.png +%{_datadir}/icons/hicolor/*/apps/%{name}.svg %dir %{_datadir}/appdata/ -%{_datadir}/appdata/*.xml -%{_datadir}/dbus-1/services/org.hexchat.service.service -%{_mandir}/man1/hexchat.1.gz +%{_datadir}/appdata/%{name}.appdata.xml +%{_datadir}/dbus-1/services/org.%{name}.service.service +%{_mandir}/man1/%{name}.1%{ext_man} %files devel -%defattr(-,root,root) -%{_includedir}/hexchat-plugin.h -%{_libdir}/pkgconfig/hexchat-plugin.pc +%defattr(-,root,root,-) +%{_includedir}/%{name}-plugin.h +%{_libdir}/pkgconfig/%{name}-plugin.pc %files lang -f %{name}.lang -%defattr(-,root,root) +%defattr(-,root,root,-) %files plugins-perl -%defattr(-,root,root) -%{_libdir}/hexchat/plugins/perl.so +%defattr(-,root,root,-) +%{_libdir}/%{name}/plugins/perl.so %files plugins-python -%defattr(-,root,root) -%{_libdir}/hexchat/plugins/python.so +%defattr(-,root,root,-) +%{_libdir}/%{name}/plugins/python.so %changelog
