Hello community,

here is the log from the commit of package nemiver for openSUSE:Factory checked 
in at 2013-12-30 10:23:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nemiver (Old)
 and      /work/SRC/openSUSE:Factory/.nemiver.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nemiver"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nemiver/nemiver.changes  2013-03-18 
07:08:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nemiver.new/nemiver.changes     2013-12-30 
10:24:00.000000000 +0100
@@ -1,0 +2,19 @@
+Sun Dec  8 12:55:03 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.9.5:
+  + Fixed syntax in .desktop file.
+  + Fix "restart loosing inferior argument" bug.
+  + Don't 'run' the inferior on startup when it has no 'main'.
+  + Continue execution upon (re)start with breakpoints set.
+  + Handle deleting all sub-breakpoints at once.
+  + Support modified-breakpoint async output from GDB.
+  + Allow disassembling from address 0.
+  + Fix continue action label.
+  + Misc fixes for autoconf 2.69 and automake 1.13.1.
+  + Bugs fixed: bgo#680376, bgo#697992, bgo#687609, bgo#561239,
+    bgo#700248, bgo#701480, bgo#698371.
+- Drop nemiver-fix-desktopfile-syntax.patch: fixed upstream.
+- Add %icon_theme_cache_post/postun script handling for
+  HighContrast icon theme additions.
+
+-------------------------------------------------------------------

Old:
----
  nemiver-0.9.4.tar.xz
  nemiver-fix-desktopfile-syntax.patch

New:
----
  nemiver-0.9.5.tar.xz

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

Other differences:
------------------
++++++ nemiver.spec ++++++
--- /var/tmp/diff_new_pack.lOG3DN/_old  2013-12-30 10:24:01.000000000 +0100
+++ /var/tmp/diff_new_pack.lOG3DN/_new  2013-12-30 10:24:01.000000000 +0100
@@ -17,15 +17,13 @@
 
 
 Name:           nemiver
-Version:        0.9.4
+Version:        0.9.5
 Release:        0
 Summary:        Nemiver graphical debugger
 License:        GPL-2.0+
 Group:          Development/Tools/Debuggers
 Url:            http://home.gna.org/nemiver/
 Source0:        
http://download.gnome.org/sources/nemiver/0.9/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM nemiver-fix-desktopfile-syntax.patch zai...@opensuse.org 
-- fix broken syntax in .desktop file, patch from upstream git.
-Patch0:         nemiver-fix-desktopfile-syntax.patch
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -68,33 +66,33 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 translation-update-upstream
 
 %build
 %configure --disable-static --with-pic\
         --enable-gsettings
-%__make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %suse_update_desktop_file nemiver
 %find_lang %{name} %{?no_lang_C}
 # remove la files
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 # create symlinks for man pages
-%fdupes -s $RPM_BUILD_ROOT/%_mandir
+%fdupes -s %{buildroot}/%{_mandir}
 # create hardlinks for the rest
-%fdupes $RPM_BUILD_ROOT
+%fdupes %{buildroot}
 
 %clean
-rm -rf "$RPM_BUILD_ROOT"
+rm -rf %{buildroot}
 
 %if 0%{?suse_version} > 1130
 
 %post
 %desktop_database_post
 %icon_theme_cache_post
+%icon_theme_cache_post HighContrast
 %glib2_gsettings_schema_post
 %endif
 
@@ -103,6 +101,7 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%icon_theme_cache_postun HighContrast
 %glib2_gsettings_schema_postun
 %endif
 
@@ -116,13 +115,13 @@
 %{_datadir}/applications/*
 %{_datadir}/glib-2.0/schemas/org.nemiver.gschema.xml
 %{_datadir}/icons/*/*/apps/nemiver.*
+%{_datadir}/icons/HighContrast/
 %{_mandir}/man1/nemiver.1.gz
 
 %files devel
 %defattr(-,root,root)
 %doc AUTHORS README NEWS TODO
 %{_includedir}/nemiver/
-#%{_libdir}/pkgconfig/libnemivercommon.pc
 
 %files lang -f %{name}.lang
 

++++++ nemiver-0.9.4.tar.xz -> nemiver-0.9.5.tar.xz ++++++
++++ 86730 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to