Hello community,

here is the log from the commit of package chck for openSUSE:Factory checked in 
at 2016-05-08 10:45:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chck (Old)
 and      /work/SRC/openSUSE:Factory/.chck.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chck"

Changes:
--------
--- /work/SRC/openSUSE:Factory/chck/chck.changes        2016-05-05 
08:12:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.chck.new/chck.changes   2016-05-08 
10:46:16.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May  5 12:20:23 UTC 2016 - [email protected]
+
+- get rid of hacks
+
+-------------------------------------------------------------------

Old:
----
  chck-0.0.20160416.tar.xz

New:
----
  chck-0.0.20160429.tar.xz

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

Other differences:
------------------
++++++ chck.spec ++++++
--- /var/tmp/diff_new_pack.RoMNAO/_old  2016-05-08 10:46:17.000000000 +0200
+++ /var/tmp/diff_new_pack.RoMNAO/_new  2016-05-08 10:46:17.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package chck
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           chck
-Version:        0.0.20160416
+Version:        0.0.20160429
 Release:        0
 Summary:        C utilities collection library
 License:        MIT
@@ -50,11 +50,7 @@
 %setup -q
 
 %build
-q="-Wl,--as-needed -pie -Wl,-z,relro,-z,now"
-%cmake \
-       -DCMAKE_EXE_LINKER_FLAGS="$q" \
-       -DCMAKE_MODULE_LINKER_FLAGS="$q" \
-       -DCMAKE_SHARED_LINKER_FLAGS="$q"
+%cmake
 
 make %{?_smp_mflags}
 

++++++ chck-0.0.20160416.tar.xz -> chck-0.0.20160429.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chck-0.0.20160416/chck/xdg/test.c 
new/chck-0.0.20160429/chck/xdg/test.c
--- old/chck-0.0.20160416/chck/xdg/test.c       2016-04-22 00:16:54.000000000 
+0200
+++ new/chck-0.0.20160429/chck/xdg/test.c       2016-05-05 14:21:04.000000000 
+0200
@@ -15,14 +15,6 @@
       printf("%s\n", (ret = xdg_get_path("XDG_CONFIG_HOME", ".config"))); 
free(ret);
       printf("%s\n", (ret = xdg_get_path("XDG_DATA_HOME", ".local/share"))); 
free(ret);
       printf("%s\n", (ret = xdg_get_path("XDG_CACHE_HOME", ".cache"))); 
free(ret);
-      printf("%s\n", (ret = xdg_get_path("XDG_DESKTOP_DIR", "Desktop"))); 
free(ret);
-      printf("%s\n", (ret = xdg_get_path("XDG_DOWNLOAD_DIR", "Downloads"))); 
free(ret);
-      printf("%s\n", (ret = xdg_get_path("XDG_TEMPLATES_DIR", "Templates"))); 
free(ret);
-      printf("%s\n", (ret = xdg_get_path("XDG_PUBLICSHARE_DIR", "Public"))); 
free(ret);
-      printf("%s\n", (ret = xdg_get_path("XDG_DOCUMENTS_DIR", "Documents"))); 
free(ret);
-      printf("%s\n", (ret = xdg_get_path("XDG_MUSIC_DIR", "Music"))); 
free(ret);
-      printf("%s\n", (ret = xdg_get_path("XDG_PICTURES_DIR", "Pictures"))); 
free(ret);
-      printf("%s\n", (ret = xdg_get_path("XDG_VIDEOS_DIR", "Videos"))); 
free(ret);
       printf("%s\n", (ret = xdg_get_path("XDG_THIS_DOES_NOT_EXIST", 
"but_mah_path_is_still_here"))); free(ret);
 
       const char *path;


Reply via email to