Hello community,

here is the log from the commit of package libirman for openSUSE:Factory 
checked in at 2017-02-25 00:49:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libirman (Old)
 and      /work/SRC/openSUSE:Factory/.libirman.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libirman"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libirman/libirman.changes        2016-12-01 
10:24:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libirman.new/libirman.changes   2017-02-25 
00:49:10.344689121 +0100
@@ -1,0 +2,6 @@
+Tue Feb 21 18:56:28 UTC 2017 - mplus...@suse.com
+
+- Build lirc plugin
+- Rename common and utils subpackages
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libirman.spec ++++++
--- /var/tmp/diff_new_pack.D5TPGz/_old  2017-02-25 00:49:10.916601947 +0100
+++ /var/tmp/diff_new_pack.D5TPGz/_new  2017-02-25 00:49:10.920601338 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libirman
 #
-# Copyright (c) 2016 SUSE LINUX 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,7 +26,7 @@
 Url:            https://sourceforge.net/projects/libirman/
 Source0:        https://downloads.sf.net/libirman/libirman-%{version}.tar.gz
 BuildRequires:  pkgconfig
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(lirc)
 
 %description
 libirman is a general purpose library for programs to use in order to
@@ -42,24 +42,37 @@
 libirman is a general purpose library for programs to use in order to
 receive infrared signals via irman-compatible hardware.
 
-%package common
+%package -n irman-common
 Summary:        Common files for %{name}
 License:        LGPL-2.0+
 Group:          Development/Languages/C and C++
 Conflicts:      %{name}%{sover} < %{version}
+Provides:       libirman-common = %{version}
+Obsoletes:      libirman-common < %{version}
 
-%description common
+%description -n irman-common
 Common files for %{name}.
 
-%package utils
+%package -n irman-utils
 Summary:        Library for irman access
 License:        GPL-2.0+
 Group:          Hardware/Other
-Requires:       %{name}-common = %{version}
+Requires:       irman-common = %{version}
+Provides:       libirman-utils = %{version}
+Obsoletes:      libirman-utils < %{version}
 
-%description utils
+%description -n irman-utils
 Utilities from %{name} from the lirc project.
 
+%package -n lirc-irman
+Summary:        Lirc plugin for irman
+License:        GPL-2.0+
+Group:          Hardware/Other
+Requires:       irman-common = %{version}
+
+%description -n lirc-irman
+Lirc plugin for irman.
+
 %package devel
 Summary:        Development files for %{name}
 License:        GPL-2.0+
@@ -88,7 +101,7 @@
 %post -n %{name}%{sover} -p /sbin/ldconfig
 %postun -n %{name}%{sover} -p /sbin/ldconfig
 
-%files utils
+%files -n irman-utils
 %defattr(-,root,root)
 %doc COPYING
 %{_bindir}/test_func
@@ -102,10 +115,16 @@
 %defattr(-,root,root,-)
 %{_libdir}/%{name}.so.%{sover}*
 
-%files common
+%files -n irman-common
 %defattr(-,root,root)
 %config %{_sysconfdir}/irman.conf
 
+%files -n lirc-irman
+%defattr(-,root,root)
+%dir %{_libdir}/lirc
+%dir %{_libdir}/lirc/plugins
+%{_libdir}/lirc/plugins/irman.so
+
 %files devel
 %defattr(-,root,root)
 %doc COPYING COPYING.lib NEWS README


Reply via email to