Hello community,

here is the log from the commit of package libevdev for openSUSE:Factory 
checked in at 2014-02-28 07:21:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libevdev (Old)
 and      /work/SRC/openSUSE:Factory/.libevdev.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libevdev"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libevdev/libevdev.changes        2014-02-07 
10:26:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libevdev.new/libevdev.changes   2014-02-28 
07:21:11.000000000 +0100
@@ -1,0 +2,9 @@
+Wed Feb 26 22:59:18 UTC 2014 - [email protected]
+
+- Update to 1.0, for more details, please see:
+  http://lists.freedesktop.org/archives/input-tools/2014-January/000763.html
+  and 
http://lists.freedesktop.org/archives/input-tools/2014-February/000766.html
+- SO version bumped to 2
+- Explicitly remove la files, instead of excluding them
+
+-------------------------------------------------------------------

Old:
----
  libevdev-0.4.tar.xz

New:
----
  libevdev-1.0.tar.xz

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

Other differences:
------------------
++++++ libevdev.spec ++++++
--- /var/tmp/diff_new_pack.RcMVU2/_old  2014-02-28 07:21:12.000000000 +0100
+++ /var/tmp/diff_new_pack.RcMVU2/_new  2014-02-28 07:21:12.000000000 +0100
@@ -18,7 +18,8 @@
 
 
 Name:           libevdev
-Version:        0.4
+%define sonum  2
+Version:        1.0
 Release:        0
 Summary:        A wrapper library for evdev devices
 License:        MIT
@@ -40,7 +41,7 @@
 %package devel
 Summary:        Development files for libevdev library
 Group:          Development/Libraries/Other
-Requires:       libevdev1 = %{version}
+Requires:       libevdev%{sonum} = %{version}
 
 %description devel
 Library for handling evdev kernel devices. It abstracts the ioctls
@@ -49,11 +50,11 @@
 
 Development files for libevdev library
 
-%package -n libevdev1
+%package -n libevdev%{sonum}
 Summary:        Library for handling evdev kernel devices
 Group:          System/Libraries
 
-%description -n libevdev1
+%description -n libevdev%{sonum}
 Library for handling evdev kernel devices. It abstracts the ioctls
 through type-safe interfaces and provides functions to change
 the appearance of the device.
@@ -72,16 +73,16 @@
 
 %install
 %make_install
+rm -f "%buildroot/%{_libdir}"/*.la
 
-%post -n libevdev1 -p /sbin/ldconfig
+%post -n libevdev%{sonum} -p /sbin/ldconfig
 
-%postun -n libevdev1 -p /sbin/ldconfig
+%postun -n libevdev%{sonum} -p /sbin/ldconfig
 
-%files -n libevdev1
+%files -n libevdev%{sonum}
 %defattr(-,root,root)
 %doc COPYING
 %{_libdir}/%{name}.so.*
-%exclude %{_libdir}/*.la
 
 %files devel
 %defattr(-,root,root)
@@ -90,6 +91,6 @@
 %dir %{_includedir}/%{name}-1.0
 %{_includedir}/%{name}-1.0/%{name}/
 %{_libdir}/pkgconfig/%{name}.pc
-%exclude %{_libdir}/*.la
+%{_mandir}/man3/libevdev.*
 
 %changelog

++++++ libevdev-0.4.tar.xz -> libevdev-1.0.tar.xz ++++++
++++ 41736 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to