Hello community,

here is the log from the commit of package libyajl for openSUSE:Factory checked 
in at 2012-02-14 19:03:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyajl (Old)
 and      /work/SRC/openSUSE:Factory/.libyajl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyajl", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyajl/libyajl.changes  2011-09-23 
02:11:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libyajl.new/libyajl.changes     2012-02-14 
19:03:24.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Jan 29 21:47:14 UTC 2012 - [email protected]
+
+- Remove redundant tags/sections per specfile guideline suggestions
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libyajl.spec ++++++
--- /var/tmp/diff_new_pack.6gT0oW/_old  2012-02-14 19:03:25.000000000 +0100
+++ /var/tmp/diff_new_pack.6gT0oW/_new  2012-02-14 19:03:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libyajl
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,12 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:           libyajl
 Version:        2.0.1
-Release:        3
+Release:        0
 #
 # NB, upstream does not provide pre-built tar.gz downloads. Instead
 # they make you use the 'on the fly' generated tar.gz from GITHub's
@@ -44,6 +41,8 @@
 
 %define soname 2
 Summary:        Yet Another JSON Library 
+License:        ISC
+Group:          System/Libraries
 # http://download.github.com/lloyd-yajl-%{version}-0-g%{githash}.tar.gz
 Source:         lloyd-yajl-%{version}-0-g%{githash}.tar.gz
 Source1:        baselibs.conf
@@ -53,13 +52,14 @@
 Patch2:         libyajl-lib_suffix.patch
 Source99:       %{name}-rpmlintrc
 Url:            http://lloyd.github.com/yajl/
-Group:          System/Libraries
-License:        ISC
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  bison flex
+BuildRequires:  bison
 BuildRequires:  cmake
-BuildRequires:  gcc-c++ libstdc++-devel
-BuildRequires:  glibc-devel make
+BuildRequires:  flex
+BuildRequires:  gcc-c++
+BuildRequires:  glibc-devel
+BuildRequires:  libstdc++-devel
+BuildRequires:  make
 
 %description
 YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a
@@ -152,9 +152,6 @@
 
 %postun -n %{name}%{soname} -p /sbin/ldconfig
 
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
-
 %files -n %{name}%{soname}
 %defattr(-,root,root)
 %doc COPYING README TODO

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

Reply via email to