Hello community,

here is the log from the commit of package editorconfig-core-c for 
openSUSE:Factory checked in at 2016-03-29 10:00:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/editorconfig-core-c (Old)
 and      /work/SRC/openSUSE:Factory/.editorconfig-core-c.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "editorconfig-core-c"

Changes:
--------
--- /work/SRC/openSUSE:Factory/editorconfig-core-c/editorconfig-core-c.changes  
2016-02-01 19:55:30.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.editorconfig-core-c.new/editorconfig-core-c.changes 
    2016-03-29 10:39:53.000000000 +0200
@@ -1,0 +2,13 @@
+Sat Mar 26 21:00:28 UTC 2016 - [email protected]
+
+- update to 0.12.1:
+  * Fix an issue that libeditorconfig calls exit()
+  * Bump required minimum cmake version to 2.8.7
+  * Use GNU installation dirs for OS portability
+  * Adjust for upstream changes:
+    + editorconfig-core-c-0.12.0-install_paths.patch
+      to editorconfig-core-c-0.12.1-install_paths.patch
+    + editorconfig-core-c-0.12.0-no_timestamp.patch
+      to editorconfig-core-c-0.12.1-no_timestamp.patch
+
+-------------------------------------------------------------------

Old:
----
  editorconfig-core-c-0.12.0-install_paths.patch
  editorconfig-core-c-0.12.0-no_timestamp.patch
  editorconfig-core-c-0.12.0.tar.gz

New:
----
  editorconfig-core-c-0.12.1-install_paths.patch
  editorconfig-core-c-0.12.1-no_timestamp.patch
  editorconfig-core-c-0.12.1.tar.gz

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

Other differences:
------------------
++++++ editorconfig-core-c.spec ++++++
--- /var/tmp/diff_new_pack.ARIvss/_old  2016-03-29 10:39:54.000000000 +0200
+++ /var/tmp/diff_new_pack.ARIvss/_new  2016-03-29 10:39:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package editorconfig-core-c
 #
-# 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,16 +17,16 @@
 
 
 Name:           editorconfig-core-c
-Version:        0.12.0
+Version:        0.12.1
 Release:        0
 Summary:        EditorConfig core library written in C
 License:        BSD-2-Clause and BSD-3-Clause
 Group:          Development/Libraries/C and C++
 Url:            http://editorconfig.org/
 Source:         
https://github.com/editorconfig/editorconfig-core-c/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Patch0:         editorconfig-core-c-0.12.0-install_paths.patch
-Patch1:         editorconfig-core-c-0.12.0-no_timestamp.patch
-BuildRequires:  cmake >= 2.6.0
+Patch0:         editorconfig-core-c-0.12.1-install_paths.patch
+Patch1:         editorconfig-core-c-0.12.1-no_timestamp.patch
+BuildRequires:  cmake >= 2.8.7
 BuildRequires:  doxygen
 BuildRequires:  pcre-devel >= 0.12.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -96,7 +96,6 @@
 find %{buildroot}/%{_libdir} -type f -name "*.a" -print -delete
 
 %post -n libeditorconfig0 -p /sbin/ldconfig
-
 %postun -n libeditorconfig0 -p /sbin/ldconfig
 
 %files -n editorconfig
@@ -104,6 +103,7 @@
 %doc LICENSE
 %{_bindir}/editorconfig*
 %{_mandir}/man1/editorconfig*
+%{_mandir}/man5/editorconfig*
 
 %files -n libeditorconfig0
 %defattr(-,root,root)
@@ -116,6 +116,5 @@
 %{_includedir}/editorconfig
 %{_libdir}/libeditorconfig.so
 %{_mandir}/man3/editorconfig*
-%{_mandir}/man3/EDITORCONFIG*
 
 %changelog

++++++ editorconfig-core-c-0.12.0-install_paths.patch -> 
editorconfig-core-c-0.12.1-install_paths.patch ++++++
--- 
/work/SRC/openSUSE:Factory/editorconfig-core-c/editorconfig-core-c-0.12.0-install_paths.patch
       2016-02-01 19:55:30.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.editorconfig-core-c.new/editorconfig-core-c-0.12.1-install_paths.patch
  2016-03-29 10:39:53.000000000 +0200
@@ -4,24 +4,11 @@
 Adjust the install paths
 Move HTML docs to devel package
 
-Index: editorconfig-core-c-0.12.0/src/lib/CMakeLists.txt
+Index: editorconfig-core-c-0.12.1/doc/CMakeLists.txt
 ===================================================================
---- editorconfig-core-c-0.12.0.orig/src/lib/CMakeLists.txt
-+++ editorconfig-core-c-0.12.0/src/lib/CMakeLists.txt
-@@ -59,6 +59,6 @@ target_link_libraries(editorconfig_stati
- 
- install(TARGETS editorconfig_shared editorconfig_static
-     RUNTIME DESTINATION bin
--    LIBRARY DESTINATION lib
--    ARCHIVE DESTINATION lib)
-+    LIBRARY DESTINATION "${LIB_SUFFIX}"
-+    ARCHIVE DESTINATION "${LIB_SUFFIX}")
- 
-Index: editorconfig-core-c-0.12.0/doc/CMakeLists.txt
-===================================================================
---- editorconfig-core-c-0.12.0.orig/doc/CMakeLists.txt
-+++ editorconfig-core-c-0.12.0/doc/CMakeLists.txt
-@@ -97,7 +97,7 @@ if(BUILD_DOCUMENTATION)
+--- editorconfig-core-c-0.12.1.orig/doc/CMakeLists.txt
++++ editorconfig-core-c-0.12.1/doc/CMakeLists.txt
+@@ -125,7 +125,7 @@ if(BUILD_DOCUMENTATION)
  
          if(INSTALL_HTML_DOC)
              install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/html"

++++++ editorconfig-core-c-0.12.0-no_timestamp.patch -> 
editorconfig-core-c-0.12.1-no_timestamp.patch ++++++
--- 
/work/SRC/openSUSE:Factory/editorconfig-core-c/editorconfig-core-c-0.12.0-no_timestamp.patch
        2016-02-01 19:55:30.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.editorconfig-core-c.new/editorconfig-core-c-0.12.1-no_timestamp.patch
   2016-03-29 10:39:53.000000000 +0200
@@ -3,16 +3,16 @@
 
 Do not generate timestamp in docs to prevent rebuilds
 
-Index: editorconfig-core-c-0.12.0/doc/Doxyfile.in
+Index: editorconfig-core-c-0.12.1/doc/Doxyfile.in
 ===================================================================
---- editorconfig-core-c-0.12.0.orig/doc/Doxyfile.in
-+++ editorconfig-core-c-0.12.0/doc/Doxyfile.in
-@@ -891,7 +891,7 @@ HTML_COLORSTYLE_GAMMA  = 80
- # page will contain the date and time when the page was generated. Setting
- # this to NO can help when comparing the output of multiple runs.
+--- editorconfig-core-c-0.12.1.orig/doc/Doxyfile.in
++++ editorconfig-core-c-0.12.1/doc/Doxyfile.in
+@@ -1129,7 +1129,7 @@ HTML_COLORSTYLE_GAMMA  = 80
+ # The default value is: YES.
+ # This tag requires that the tag GENERATE_HTML is set to YES.
  
 -HTML_TIMESTAMP         = YES
 +HTML_TIMESTAMP         = NO
  
- # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
- # files or namespaces will be aligned in HTML using tables. If set to
+ # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
+ # documentation will contain sections that can be hidden and shown after the

++++++ editorconfig-core-c-0.12.0.tar.gz -> editorconfig-core-c-0.12.1.tar.gz 
++++++
++++ 5687 lines of diff (skipped)


Reply via email to