Commit 10263cd1ef0c5b216b5ccb57d5e1c9a2355fe7bd
1 parent
f471814f
Bump Debian package to 2.0.1
Showing
4 changed files
with
16 additions
and
7 deletions
debian/changelog
debian/copyright
| 1 | -This package was debianized by Stéphane Raimbault <stephane.raimbault@gmail.com> on | |
| 2 | -Wed, 14 May 2008 22:30:53 +0200 | |
| 1 | +This package was debianized by Stéphane Raimbault | |
| 2 | +<stephane.raimbault@gmail.com> on Wed, 14 May 2008 22:30:53 +0200 | |
| 3 | 3 | |
| 4 | 4 | It was downloaded from <http://launchpad.net/libmodbus> |
| 5 | 5 | ... | ... |
libmodbus.spec
| 1 | 1 | Summary: A Modbus library in C, which supports RTU communication over a serial line or a TCP link. |
| 2 | 2 | Name: libmodbus |
| 3 | -Version: 2.0.0 | |
| 3 | +Version: 2.0.1 | |
| 4 | 4 | Release: 1 |
| 5 | 5 | License: LGPL V3+ |
| 6 | 6 | Packager: Some random Internet user |
| 7 | 7 | URL: https://launchpad.net/libmodbus/ |
| 8 | 8 | Group: Applications/System |
| 9 | -Provides: libmodbus=2.0.0 | |
| 9 | +Provides: libmodbus=2.0.1 | |
| 10 | 10 | Requires: ,/bin/sh |
| 11 | 11 | |
| 12 | -Source0: libmodbus-2.0.0.tar.bz2 | |
| 12 | +Source0: libmodbus-2.0.1.tar.bz2 | |
| 13 | 13 | |
| 14 | 14 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
| 15 | 15 | BuildRequires: autoconf, automake |
| ... | ... | @@ -50,7 +50,7 @@ rm -rf $RPM_BUILD_ROOT |
| 50 | 50 | %attr(0755,root,root) %dir %{_includedir}/modbus/ |
| 51 | 51 | %dir %{_libdir}/libmodbus.so.2 |
| 52 | 52 | %dir %{_libdir}/libmodbus.so |
| 53 | -%attr(0755,root,root) %{_libdir}/libmodbus.so.2.0.0 | |
| 53 | +%attr(0755,root,root) %{_libdir}/libmodbus.so.2.0.1 | |
| 54 | 54 | %attr(0755,root,root) %{_libdir}/libmodbus.la |
| 55 | 55 | %attr(0644,root,root) %{_libdir}/pkgconfig/modbus.pc |
| 56 | 56 | %attr(0644,root,root) %{_includedir}/modbus/modbus.h |
| ... | ... | @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT |
| 58 | 58 | |
| 59 | 59 | |
| 60 | 60 | %changelog |
| 61 | +* Fri Jul 2 2008 Stéphane Raimbault <stephane.raimbault@gmail.com> - 2.0.1-1 | |
| 62 | +- new upstream release | |
| 63 | + | |
| 61 | 64 | * Fri May 2 2008 Stéphane Raimbault <stephane.raimbault@gmail.com> - 2.0.0-1 |
| 62 | 65 | - integrate extern_for_cpp in upstream. |
| 63 | 66 | - update the license to version LGPL v3. | ... | ... |