Hello community, here is the log from the commit of package qhexedit2 for openSUSE:Factory checked in at 2016-11-15 18:01:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qhexedit2 (Old) and /work/SRC/openSUSE:Factory/.qhexedit2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qhexedit2" Changes: -------- --- /work/SRC/openSUSE:Factory/qhexedit2/qhexedit2.changes 2016-11-08 18:28:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.qhexedit2.new/qhexedit2.changes 2016-11-15 18:01:24.000000000 +0100 @@ -1,0 +2,11 @@ +Mon Nov 14 17:53:39 UTC 2016 - [email protected] + +- Fixed dependency in devel package + +------------------------------------------------------------------- +Tue Nov 8 20:21:15 UTC 2016 - [email protected] + +- Update to version 0.8.1 + * Bump lib version to 3.0.0 + +------------------------------------------------------------------- Old: ---- qhexedit2-0.8.0.tar.gz New: ---- qhexedit2-0.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qhexedit2.spec ++++++ --- /var/tmp/diff_new_pack.7BLDck/_old 2016-11-15 18:01:25.000000000 +0100 +++ /var/tmp/diff_new_pack.7BLDck/_new 2016-11-15 18:01:25.000000000 +0100 @@ -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 @@ -46,7 +47,7 @@ %package devel Summary: Development files for %{name} Group: Development/Libraries/C and C++ -Requires: lib%{name} = %{version}-%{release} +Requires: libqhexedit%{_libver} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for @@ -62,7 +63,7 @@ %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 @@ 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 @@ %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 @@ %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) ++++++ qhexedit2-0.8.0.tar.gz -> qhexedit2-0.8.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qhexedit2-0.8.0/doc/howtorelease.txt new/qhexedit2-0.8.1/doc/howtorelease.txt --- old/qhexedit2-0.8.0/doc/howtorelease.txt 2016-11-07 20:45:43.000000000 +0100 +++ new/qhexedit2-0.8.1/doc/howtorelease.txt 2016-11-08 21:01:58.000000000 +0100 @@ -1,14 +1,13 @@ How to make consistent changes ============================== - 1. Make changes, test them 2. Edit qhexedit.h, version number -3. Edit release.txt -4. Make doxygen documentation and check it -5. $ git add * -6. $ git commit -m "v0.x.y" -7. $ git push origin master - +3. Edit setup.py, version number +4. Edit release.txt +5. Make doxygen documentation and check it +6. $ git add * +7. $ git commit -m "v0.x.y" +8. $ git push origin master How to make a release ===================== @@ -17,4 +16,3 @@ 3. $ git commit -m "v0.x.y" 4. $ git push origin master 5. Create new release on github webpage - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qhexedit2-0.8.0/doc/release.txt new/qhexedit2-0.8.1/doc/release.txt --- old/qhexedit2-0.8.0/doc/release.txt 2016-11-07 20:45:43.000000000 +0100 +++ new/qhexedit2-0.8.1/doc/release.txt 2016-11-08 21:01:58.000000000 +0100 @@ -1,3 +1,7 @@ +Release 0.8.1, 2016-11-08 +------------------------- +- Bump lib version to 3.0.0 + Release 0.8.0, 2016-11-07 ------------------------- - Add copyright and license statement diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qhexedit2-0.8.0/setup.py new/qhexedit2-0.8.1/setup.py --- old/qhexedit2-0.8.0/setup.py 2016-11-07 20:45:43.000000000 +0100 +++ new/qhexedit2-0.8.1/setup.py 2016-11-08 21:01:58.000000000 +0100 @@ -114,7 +114,7 @@ setup( name='QHexEdit', - version='0.7.2', + version='0.8.1', ext_modules=[ Extension( "qhexedit", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qhexedit2-0.8.0/src/qhexedit.h new/qhexedit2-0.8.1/src/qhexedit.h --- old/qhexedit2-0.8.0/src/qhexedit.h 2016-11-07 20:45:43.000000000 +0100 +++ new/qhexedit2-0.8.1/src/qhexedit.h 2016-11-08 21:01:58.000000000 +0100 @@ -11,7 +11,7 @@ /** \mainpage QHexEdit is a binary editor widget for Qt. -\version Version 0.7.8 +\version Version 0.8.1 \image html qhexedit.png */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qhexedit2-0.8.0/src/qhexedit.pro new/qhexedit2-0.8.1/src/qhexedit.pro --- old/qhexedit2-0.8.0/src/qhexedit.pro 2016-11-07 20:45:43.000000000 +0100 +++ new/qhexedit2-0.8.1/src/qhexedit.pro 2016-11-08 21:01:58.000000000 +0100 @@ -3,7 +3,7 @@ TEMPLATE = lib -VERSION = 2.1.1 +VERSION = 3.0.0 CONFIG += qt warn_on release
