diff --git a/qhexedit2-0.8.0.tar.gz b/qhexedit2-0.8.0.tar.gz deleted file mode 100644 index 7b75354..0000000 --- a/qhexedit2-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:766b26df8644c9c4bf190e88e28ec68743f17f9c6fff584cb5ab40d399c172e8 -size 297988 diff --git a/qhexedit2-0.8.1.tar.gz b/qhexedit2-0.8.1.tar.gz new file mode 100644 index 0000000..4620363 --- /dev/null +++ b/qhexedit2-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f3181e93ee5fc92624935593a0e937184bf56a5f6fd5340ee279082ed03f2c +size 298011 diff --git a/qhexedit2.changes b/qhexedit2.changes index a39db2c..eb960c7 100644 --- a/qhexedit2.changes +++ b/qhexedit2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 8 20:21:15 UTC 2016 - aloisio@gmx.com + +- Update to version 0.8.1 + * Bump lib version to 3.0.0 + ------------------------------------------------------------------- Mon Nov 7 20:15:35 UTC 2016 - aloisio@gmx.com diff --git a/qhexedit2.spec b/qhexedit2.spec index cc881ab..bc43d2b 100644 --- a/qhexedit2.spec +++ b/qhexedit2.spec @@ -16,8 +16,9 @@ # +%define _libver 3 Name: qhexedit2 -Version: 0.8.0 +Version: 0.8.1 Release: 0 Summary: Qt-based hex editor License: LGPL-2.0 @@ -62,7 +63,7 @@ BuildArch: noarch %description doc The %{name}-doc package contains the documentation and examples for %{name}. -%package -n lib%{name} +%package -n libqhexedit%{_libver} %if 0%{?suse_version} > 1110 Summary: Qt5 %{name} library Group: System/Libraries @@ -71,7 +72,7 @@ Summary: Qt %{name} library Group: System/Libraries %endif -%description -n lib%{name} +%description -n libqhexedit%{_libver} %if 0%{?suse_version} > 1110 Qt5 library for %{name}. %else @@ -145,9 +146,9 @@ convert doc/html/qhexedit.png -resize 128x128! %{buildroot}%{_datadir}/pixmaps/q %desktop_database_postun %endif -%post -n lib%{name} -p /sbin/ldconfig +%post -n libqhexedit%{_libver} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig +%postun -n libqhexedit%{_libver} -p /sbin/ldconfig %files %defattr(-,root,root) @@ -160,10 +161,10 @@ convert doc/html/qhexedit.png -resize 128x128! %{buildroot}%{_datadir}/pixmaps/q %defattr(-,root,root) %doc doc/html readme.md src/license.txt -%files -n lib%{name} +%files -n libqhexedit%{_libver} %defattr(-,root,root) %doc doc/release.txt src/license.txt -%{_libdir}/libqhexedit.so.2* +%{_libdir}/libqhexedit.so.%{_libver}* %files devel %defattr(-,root,root)