Hello community,

here is the log from the commit of package wxhexeditor for openSUSE:Factory 
checked in at 2014-10-11 19:26:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wxhexeditor (Old)
 and      /work/SRC/openSUSE:Factory/.wxhexeditor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wxhexeditor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wxhexeditor/wxhexeditor.changes  2014-07-27 
18:47:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.wxhexeditor.new/wxhexeditor.changes     
2014-10-11 19:27:20.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Oct  2 15:20:47 UTC 2014 - [email protected]
+
+- Add %desktop_database_post{,un}.
+- Minor spec cleanup.
+
+-------------------------------------------------------------------

Old:
----
  wxhexeditor-0.22.tar.bz2

New:
----
  wxHexEditor-v0.22-src.tar.bz2

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

Other differences:
------------------
++++++ wxhexeditor.spec ++++++
--- /var/tmp/diff_new_pack.9SObLc/_old  2014-10-11 19:27:20.000000000 +0200
+++ /var/tmp/diff_new_pack.9SObLc/_new  2014-10-11 19:27:20.000000000 +0200
@@ -17,18 +17,17 @@
 
 
 %define _use_internal_dependency_generator 0
-%define __find_requires %wx_requires
-
-Name:           wxhexeditor
+%define __find_requires %{wx_requires}
 %define _name   wxHexEditor
+Name:           wxhexeditor
 Version:        0.22
 Release:        0
 Summary:        A free HEX editor / disk editor
 License:        GPL-2.0
 Group:          Development/Tools/Other
 Url:            http://wxhexeditor.org/
-Source:         %{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE wxhexeditor-0.22-mhash.patch [email protected] -- 
use system mhash library
+Source:         
http://downloads.sf.net/%{name}/%{_name}-v%{version}-src.tar.bz2
+# PATCH-FIX-OPENSUSE wxhexeditor-0.22-mhash.patch [email protected] -- 
Use system mhash library.
 Patch0:         wxhexeditor-0.22-mhash.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -55,17 +54,23 @@
 %lang_package
 
 %prep
-%setup -q
+%setup -q -n %{_name}
 %patch0 -p1
 chmod -x docs/*
 
 %build
-make %{?_smp_mflags} OPTFLAGS="-fopenmp"
+make %{?_smp_mflags} OPTFLAGS=-fopenmp
 
 %install
-make DESTDIR=%{buildroot} PREFIX=%{_prefix} install
+%make_install PREFIX=%{_prefix}
 %find_lang %{_name} %{?no_lang_C}
 
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+
 %files
 %defattr(-,root,root)
 %doc docs/{Change.log,GPL.txt}
@@ -74,5 +79,6 @@
 %{_datadir}/pixmaps/%{_name}.png
 
 %files lang -f %{_name}.lang
+%defattr(-,root,root)
 
 %changelog

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

Reply via email to