commit taglib-extras for openSUSE:Factory

2019-04-04 Thread root
Hello community,

here is the log from the commit of package taglib-extras for openSUSE:Factory 
checked in at 2019-04-04 12:02:38

Comparing /work/SRC/openSUSE:Factory/taglib-extras (Old)
 and  /work/SRC/openSUSE:Factory/.taglib-extras.new.3908 (New)


Package is "taglib-extras"

Thu Apr  4 12:02:38 2019 rev:22 rq:690417 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/taglib-extras/taglib-extras.changes  
2016-01-09 23:10:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.taglib-extras.new.3908/taglib-extras.changes
2019-04-04 12:02:48.549381418 +0200
@@ -1,0 +2,11 @@
+Mon Apr  1 13:14:08 UTC 2019 - wba...@tmo.at
+
+- Drop unused libkde4-devel BuildRequires, the KDE4 integration has
+  been removed upstream in 1.0
+- BuildRequire cmake and gcc-c++ instead that are needed for
+  building and were implicitly pulled in by libkde4-devel
+- Remove unrecognized cmake options
+- Use %cmake macro instead of calling cmake directly
+- Run spec-cleaner
+
+---



Other differences:
--
++ taglib-extras.spec ++
--- /var/tmp/diff_new_pack.DgVaTI/_old  2019-04-04 12:02:49.525381923 +0200
+++ /var/tmp/diff_new_pack.DgVaTI/_new  2019-04-04 12:02:49.529381924 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package taglib-extras
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,42 +12,38 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-Url:http://amarok.kde.org
-
 Name:   taglib-extras
-BuildRequires:  libkde4-devel
-BuildRequires:  taglib-devel >= 1.6
-Summary:Extra plugins for TagLib
-License:LGPL-2.1+
-Group:  Development/Libraries/C and C++
 Version:1.0.1
 Release:0
-Source0:taglib-extras-%version.tar.bz2
+Summary:Extra plugins for TagLib
+License:LGPL-2.1-or-later
+Group:  Development/Libraries/C and C++
+URL:https://amarok.kde.org
+Source0:taglib-extras-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM taglib-extras-fix-findtaglib-1_10.patch m...@suse.com -- 
fix wrong string comparison of version number
 Patch0: taglib-extras-fix-findtaglib-1_10.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
+BuildRequires:  taglib-devel >= 1.6
 Obsoletes:  taglib-extras < %{version}
 Provides:   taglib-extras = %{version}
 
 %description
 Unofficial TagLib file type plugins maintained by the Amarok project
 
-
-
 %package devel
 Summary:Extra plugins for TagLib
 Group:  Development/Libraries/C and C++
-Requires:   libtag-extras1 = %{version} libstdc++-devel
+Requires:   libstdc++-devel
+Requires:   libtag-extras1 = %{version}
 
 %description devel
 Unofficial TagLib file type plugins maintained by the Amarok project
 
-
-
 %package -n libtag-extras1
 Summary:Extra plugins for TagLib
 Group:  System/GUI/KDE
@@ -55,37 +51,28 @@
 %description -n libtag-extras1
 Unofficial TagLib file type plugins maintained by the Amarok project
 
-
-
 %prep
-%setup -q -n %name-%version
+%setup -q
 %patch0 -p1
 
 %build  
-export CXXFLAGS="%{optflags}"  
-export CFLAGS="%{optflags}"  
-_libsuffix=$(echo %_lib | cut -b4-)  
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DBUILD_TESTS:BOOL=ON 
-DLIB_SUFFIX=$_libsuffix -DWITH_KDE=ON .  
-%{__make} %{?jobs:-j %jobs} VERBOSE=1  
+%cmake ..
+make %{?_smp_mflags} VERBOSE=1
 
 %install  
-%{__make} DESTDIR="%{buildroot}" install  
-
-%clean  
-%{__rm} -rf %{buildroot}  
+%cmake_install
 
 %post -n libtag-extras1 -p /sbin/ldconfig  
-
 %postun -n libtag-extras1 -p /sbin/ldconfig  
 
 %files -n libtag-extras1
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING.LGPL
+%license COPYING.LGPL
+%doc AUTHORS ChangeLog
 %{_libdir}/libtag-extras*.so.*  
 
 %files -n taglib-extras-devel  
-%defattr(-,root,root)  
-%doc AUTHORS ChangeLog COPYING.LGPL
+%license COPYING.LGPL
+%doc AUTHORS ChangeLog
 %{_bindir}/taglib-extras-config  
 %{_includedir}/taglib-extras  
 %{_libdir}/libtag-extras*.so  




commit taglib-extras for openSUSE:Factory

2016-01-09 Thread h_root
Hello community,

here is the log from the commit of package taglib-extras for openSUSE:Factory 
checked in at 2016-01-09 23:10:22

Comparing /work/SRC/openSUSE:Factory/taglib-extras (Old)
 and  /work/SRC/openSUSE:Factory/.taglib-extras.new (New)


Package is "taglib-extras"

Changes:

--- /work/SRC/openSUSE:Factory/taglib-extras/taglib-extras.changes  
2011-09-23 12:47:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.taglib-extras.new/taglib-extras.changes 
2016-01-09 23:10:23.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan  5 13:17:04 UTC 2016 - m...@suse.com
+
+- Add taglib-extras-fix-findtaglib-1_10.patch
+  * The version check did string comparison, which caused 1.10 to be smaller
+than 1.x when x is a single digit. 
https://websvn.kde.org/?view=revision&revision=1444333
+
+---

New:

  taglib-extras-fix-findtaglib-1_10.patch



Other differences:
--
++ taglib-extras.spec ++
--- /var/tmp/diff_new_pack.GWjywS/_old  2016-01-09 23:10:24.0 +0100
+++ /var/tmp/diff_new_pack.GWjywS/_new  2016-01-09 23:10:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package taglib-extras
 #
-# Copyright (c) 2011 SUSE LINUX Products 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
@@ -15,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 Url:http://amarok.kde.org
 
 Name:   taglib-extras
 BuildRequires:  libkde4-devel
 BuildRequires:  taglib-devel >= 1.6
+Summary:Extra plugins for TagLib
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Summary:Extra plugins for TagLib
 Version:1.0.1
-Release:10
+Release:0
 Source0:taglib-extras-%version.tar.bz2
+# PATCH-FIX-UPSTREAM taglib-extras-fix-findtaglib-1_10.patch m...@suse.com -- 
fix wrong string comparison of version number
+Patch0: taglib-extras-fix-findtaglib-1_10.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Obsoletes:  taglib-extras < %{version}
 Provides:   taglib-extras = %{version}
@@ -38,9 +39,8 @@
 
 
 %package devel
-License:LGPL-2.1+
-Group:  Development/Libraries/C and C++
 Summary:Extra plugins for TagLib
+Group:  Development/Libraries/C and C++
 Requires:   libtag-extras1 = %{version} libstdc++-devel
 
 %description devel
@@ -49,9 +49,8 @@
 
 
 %package -n libtag-extras1
-License:LGPL-2.1+
-Group:  System/GUI/KDE
 Summary:Extra plugins for TagLib
+Group:  System/GUI/KDE
 
 %description -n libtag-extras1
 Unofficial TagLib file type plugins maintained by the Amarok project
@@ -60,6 +59,7 @@
 
 %prep
 %setup -q -n %name-%version
+%patch0 -p1
 
 %build  
 export CXXFLAGS="%{optflags}"  

++ taglib-extras-fix-findtaglib-1_10.patch ++
Index: b/cmake/modules/FindTaglib.cmake
===
--- a/cmake/modules/FindTaglib.cmake
+++ b/cmake/modules/FindTaglib.cmake
@@ -29,10 +29,10 @@ if(TAGLIBCONFIG_EXECUTABLE)
 
   exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION)
 
-  if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
+  if("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION)
  message(STATUS "TagLib version not found: version searched 
:${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}")
  set(TAGLIB_FOUND FALSE)
-  else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
+  else("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION)
 
  exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE 
_return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES)
 
@@ -42,7 +42,7 @@ if(TAGLIBCONFIG_EXECUTABLE)
 set(TAGLIB_FOUND TRUE)
  endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS)
  string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}")
-  endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}") 
+  endif("${TAGLIB_MIN_VERSION}" VERSION_GREATER TAGLIB_VERSION)
   mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES)
 
 else(TAGLIBCONFIG_EXECUTABLE)



commit taglib-extras for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package taglib-extras for openSUSE:Factory 
checked in at 2011-12-06 19:07:13

Comparing /work/SRC/openSUSE:Factory/taglib-extras (Old)
 and  /work/SRC/openSUSE:Factory/.taglib-extras.new (New)


Package is "taglib-extras", Maintainer is "wstephen...@suse.com"

Changes:




Other differences:
--
++ taglib-extras.spec ++
--- /var/tmp/diff_new_pack.kdYUrX/_old  2011-12-06 19:41:31.0 +0100
+++ /var/tmp/diff_new_pack.kdYUrX/_new  2011-12-06 19:41:31.0 +0100
@@ -22,7 +22,7 @@
 Name:   taglib-extras
 BuildRequires:  libkde4-devel
 BuildRequires:  taglib-devel >= 1.6
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Summary:Extra plugins for TagLib
 Version:1.0.1
@@ -38,7 +38,7 @@
 
 
 %package devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Summary:Extra plugins for TagLib
 Requires:   libtag-extras1 = %{version} libstdc++-devel
@@ -49,7 +49,7 @@
 
 
 %package -n libtag-extras1
-License:LGPLv2.1+
+License:LGPL-2.1+
 Group:  System/GUI/KDE
 Summary:Extra plugins for TagLib
 

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



commit taglib-extras for openSUSE:Factory

2011-05-30 Thread h_root

Hello community,

here is the log from the commit of package taglib-extras for openSUSE:Factory
checked in at Mon May 30 10:38:37 CEST 2011.




--- KDE/taglib-extras/taglib-extras.changes 2010-01-29 13:50:13.0 
+0100
+++ /mounts/work_src_done/STABLE/taglib-extras/taglib-extras.changes
2011-05-20 22:06:48.0 +0200
@@ -1,0 +2,8 @@
+Fri May 20 20:00:11 UTC 2011 - pascal.ble...@opensuse.org
+
+- get rid of taglib-extras subpackage, it was empty besides documentation files
+  anyway
+
+- fix BuildRequires to build properly on Evergreen_11.2
+
+---

calling whatdependson for head-i586




Other differences:
--
++ taglib-extras.spec ++
--- /var/tmp/diff_new_pack.zgO388/_old  2011-05-30 10:36:00.0 +0200
+++ /var/tmp/diff_new_pack.zgO388/_new  2011-05-30 10:36:00.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package taglib-extras (Version 1.0.1)
+# spec file for package taglib-extras
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -20,14 +20,17 @@
 Url:http://amarok.kde.org
 
 Name:   taglib-extras
-BuildRequires:  libkde4-devel taglib-devel
+BuildRequires:  libkde4-devel
+BuildRequires:  taglib-devel >= 1.6
 License:LGPLv2.1+
 Group:  Development/Libraries/C and C++
 Summary:Extra plugins for TagLib
 Version:1.0.1
-Release:2
+Release:10
 Source0:taglib-extras-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Obsoletes:  taglib-extras < %{version}
+Provides:   taglib-extras = %{version}
 
 %description
 Unofficial TagLib file type plugins maintained by the Amarok project
@@ -75,12 +78,9 @@
 
 %postun -n libtag-extras1 -p /sbin/ldconfig  
 
-%files  
-%defattr(-,root,root)  
-%doc AUTHORS ChangeLog COPYING.LGPL
-
 %files -n libtag-extras1
 %defattr(-,root,root)
+%doc AUTHORS ChangeLog COPYING.LGPL
 %{_libdir}/libtag-extras*.so.*  
 
 %files -n taglib-extras-devel  






Remember to have fun...

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