Hello community,

here is the log from the commit of package glyr for openSUSE:Factory checked in 
at 2012-10-11 10:41:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glyr (Old)
 and      /work/SRC/openSUSE:Factory/.glyr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glyr", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/glyr/glyr.changes        2012-07-09 
07:56:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.glyr.new/glyr.changes   2012-10-11 
10:42:26.000000000 +0200
@@ -1,0 +2,20 @@
+Wed Oct  3 07:39:35 UTC 2012 - [email protected]
+
+- Update to 1.0.0.
+  * Correct filename encoding for musictree.
+  * Accept front.jpg.
+  * Updated lyricsvip provider.
+  * Removed allmusic.
+  * Fixed lyrics:magistrix.
+  * Added ainfo:bbcmusic and photos:bbcmusic.
+  * Added coverartarchive provider.
+  * Disabled albumart and guitaretab.com.
+  * Added state_of_providers.txt.
+  * --normalize option for glyrc.
+  * Fixed little memory leak.
+  * Removed TODO.
+- Split off glyrc subpackage (CLI tool).
+- Refresh date-n-time.patch.
+- Add baselibs.conf.
+
+-------------------------------------------------------------------

Old:
----
  glyr-0.9.9-date-n-time.patch
  glyr-0.9.9.tar.bz2

New:
----
  glyr-1.0.0-date-n-time.patch
  glyr-1.0.0.tar.bz2

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

Other differences:
------------------
++++++ glyr.spec ++++++
--- /var/tmp/diff_new_pack.umQJUG/_old  2012-10-11 10:42:27.000000000 +0200
+++ /var/tmp/diff_new_pack.umQJUG/_new  2012-10-11 10:42:27.000000000 +0200
@@ -19,15 +19,15 @@
 %define major   1
 
 Name:           glyr
-Version:        0.9.9
+Version:        1.0.0
 Release:        0
 Summary:        Searcheninge for Musicrelated Metadata
 License:        GPL-3.0+
 Group:          Productivity/Networking/Web/Utilities
 Url:            https://github.com/sahib/glyr
 Source0:        
https://github.com/downloads/sahib/%{name}/%{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE glyr-0.9.9-date-n-time.patch [email protected] -- 
remove __DATE and __TIME__ that causes the package to rebuild when not needed
-Patch0:         glyr-0.9.9-date-n-time.patch
+# PATCH-FIX-OPENSUSE glyr-1.0.0-date-n-time.patch [email protected] -- 
remove __DATE and __TIME__ that causes the package to rebuild when not needed
+Patch0:         glyr-1.0.0-date-n-time.patch
 # PATCH-FIX-OPENSUSE glyr-0.9.9-optflags.patch [email protected] -- use 
default openSUSE optimization flags.
 Patch1:         glyr-0.9.9-optflags.patch
 BuildRequires:  cmake
@@ -37,6 +37,30 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
+The sort of metadata glyr is searching (and downloading) is usually the
+data you see in your musicplayer. And indeed, originally it was written
+to serve as internally library for a musicplayer, but has been extended
+to work as a standalone program which is able to download:
+
+* cover art;
+* lyrics;
+* bandphotos;
+* artist biography;
+* album reviews;
+* tracklists of an album;
+* a list of albums from a specific artist;
+* tags, either related to artist, album or title relations, for example
+  links to wikipedia;
+* similar artists;
+* similar songs.
+
+%package -n glyrc
+Summary:        Searcheninge for Musicrelated Metadata
+Group:          Productivity/Networking/Web/Utilities
+Provides:       glyr = %{version}
+Obsoletes:      glyr < 1.0.0
+
+%description -n glyrc
 Glyr CLI tool.
 
 The sort of metadata glyr is searching (and downloading) is usually the
@@ -130,9 +154,9 @@
 
 %postun -n libglyr%{major} -p /sbin/ldconfig
 
-%files
+%files -n glyrc
 %defattr(-,root,root,-)
-%doc AUTHORS CHANGELOG COPYING README.textile TODO
+%doc AUTHORS CHANGELOG COPYING README.textile state_of_providers.txt
 %{_bindir}/glyrc
 
 %files -n libglyr%{major}

++++++ glyr-0.9.9-date-n-time.patch -> glyr-1.0.0-date-n-time.patch ++++++
--- /work/SRC/openSUSE:Factory/glyr/glyr-0.9.9-date-n-time.patch        
2012-05-11 09:46:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.glyr.new/glyr-1.0.0-date-n-time.patch   
2012-10-11 10:42:26.000000000 +0200
@@ -4,12 +4,12 @@
 ===================================================================
 --- lib/glyr.c.orig
 +++ lib/glyr.c
-@@ -244,7 +244,7 @@ GlyrMemCache * glyr_cache_copy(GlyrMemCa
- __attribute__((visibility("default")))
- const char * glyr_version(void)
+@@ -246,7 +246,7 @@ GlyrMemCache * glyr_cache_copy (GlyrMemC
+ __attribute__ ( (visibility ("default") ) )
+ const char * glyr_version (void)
  {
 -    return "Version 
"GLYR_VERSION_MAJOR"."GLYR_VERSION_MINOR"."GLYR_VERSION_MICRO" 
("GLYR_VERSION_NAME") of ["__DATE__"] compiled at ["__TIME__"]";
 +    return "Version 
"GLYR_VERSION_MAJOR"."GLYR_VERSION_MINOR"."GLYR_VERSION_MICRO" 
("GLYR_VERSION_NAME")";
  }
  
- /*-----------------------------------------------*/
+ /////////////////////////////////

++++++ glyr-0.9.9.tar.bz2 -> glyr-1.0.0.tar.bz2 ++++++
++++ 30649 lines of diff (skipped)

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

Reply via email to