commit shared-desktop-ontologies for openSUSE:Factory
Hello community, here is the log from the commit of package shared-desktop-ontologies for openSUSE:Factory checked in at 2013-06-25 07:44:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shared-desktop-ontologies (Old) and /work/SRC/openSUSE:Factory/.shared-desktop-ontologies.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "shared-desktop-ontologies" Changes: -------- --- /work/SRC/openSUSE:Factory/shared-desktop-ontologies/shared-desktop-ontologies.changes 2012-09-11 11:37:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.shared-desktop-ontologies.new/shared-desktop-ontologies.changes 2013-06-25 14:46:20.000000000 +0200 @@ -1,0 +2,14 @@ +Sun Jun 23 20:27:32 UTC 2013 - asterios.dramis@gmail.com + +- Update to 0.11: + * Added new properties to NMM: + nmm:albumArtist + nmm:albumProducer + nmm:albumConductor + * Make nco:emailAddress a subPropertyOf nao:identifier + * Change the range of nfo:fileSize from int to long + From 0.10.1: + * Fixed range of nmm:musicBrainzTrackID: xsd:string instead of xsd:integer +- Removed gcc-c++ build requirement (not needed). + +------------------------------------------------------------------- Old: ---- shared-desktop-ontologies-0.10.0.tar.bz2 New: ---- shared-desktop-ontologies-0.11.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shared-desktop-ontologies.spec ++++++ --- /var/tmp/diff_new_pack.cpmKE2/_old 2013-06-25 14:46:21.000000000 +0200 +++ /var/tmp/diff_new_pack.cpmKE2/_new 2013-06-25 14:46:21.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package shared-desktop-ontologies # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -17,15 +17,14 @@ Name: shared-desktop-ontologies -Version: 0.10.0 +Version: 0.11.0 Release: 0 Summary: Shared Desktop Ontologies License: (CC-BY-SA-3.0 or BSD-3-Clause) and CC-BY-3.0 and W3C Group: System/X11/Utilities -Url: http://sourceforge.net/projects/oscaf +Url: http://oscaf.sourceforge.net/ Source0: http://downloads.sourceforge.net/project/oscaf/%{name}/%{version}/%{name}-%{version}.tar.bz2 BuildRequires: cmake -BuildRequires: gcc-c++ BuildRequires: kde4-filesystem BuildRequires: pkg-config BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -55,18 +54,16 @@ %cmake_kde4 -d build %install -cd build -%makeinstall +%kde4_makeinstall -C build %files -%defattr(-,root,root) +%defattr(-,root,root,-) +%doc AUTHORS ChangeLog LICENSE.* README %{_datadir}/ontology/ %files devel -%defattr(-,root,root) -%dir %{_datadir}/cmake/SharedDesktopOntologies -%{_datadir}/cmake/SharedDesktopOntologies/SharedDesktopOntologiesConfig.cmake -%{_datadir}/cmake/SharedDesktopOntologies/SharedDesktopOntologiesConfigVersion.cmake +%defattr(-,root,root,-) +%{_datadir}/cmake/SharedDesktopOntologies/ %{_datadir}/pkgconfig/shared-desktop-ontologies.pc %changelog ++++++ shared-desktop-ontologies-0.10.0.tar.bz2 -> shared-desktop-ontologies-0.11.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shared-desktop-ontologies-0.10.0/CMakeLists.txt new/shared-desktop-ontologies-0.11.0/CMakeLists.txt --- old/shared-desktop-ontologies-0.10.0/CMakeLists.txt 2012-06-13 10:02:47.000000000 +0200 +++ new/shared-desktop-ontologies-0.11.0/CMakeLists.txt 2013-06-11 09:36:20.000000000 +0200 @@ -7,7 +7,7 @@ # set the version to be used by SharedDesktopOntologiesConfig.cmake # =============================================================================================== set(SHAREDDESKTOPONTOLOGIES_VERSION_MAJOR 0) -set(SHAREDDESKTOPONTOLOGIES_VERSION_MINOR 10) +set(SHAREDDESKTOPONTOLOGIES_VERSION_MINOR 11) set(SHAREDDESKTOPONTOLOGIES_VERSION_RELEASE 0) set(SHAREDDESKTOPONTOLOGIES_VERSION "${SHAREDDESKTOPONTOLOGIES_VERSION_MAJOR}.${SHAREDDESKTOPONTOLOGIES_VERSION_MINOR}.${SHAREDDESKTOPONTOLOGIES_VERSION_RELEASE}") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shared-desktop-ontologies-0.10.0/ChangeLog new/shared-desktop-ontologies-0.11.0/ChangeLog --- old/shared-desktop-ontologies-0.10.0/ChangeLog 2012-06-13 10:02:47.000000000 +0200 +++ new/shared-desktop-ontologies-0.11.0/ChangeLog 2013-06-11 09:36:20.000000000 +0200 @@ -1,3 +1,17 @@ +0.11.0 + 06/27/2012 - trueg + Added new properties to NMM: + nmm:albumArtist + nmm:albumProducer + nmm:albumConductor + 06/11/2013 - vhanda + Make nco:emailAddress a subPropertyOf nao:identifier + Change the range of nfo:fileSize from int to long + +0.10.1 + 08/23/2012 - trueg + Fixed range of nmm:musicBrainzTrackID: xsd:string instead of xsd:integer + 0.10.0 02/11/2012 - trueg Added nmm:TVSeason and friends to make TV seasons fully qualified resources. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shared-desktop-ontologies-0.10.0/nco/nco.trig.in new/shared-desktop-ontologies-0.11.0/nco/nco.trig.in --- old/shared-desktop-ontologies-0.10.0/nco/nco.trig.in 2012-06-13 10:02:47.000000000 +0200 +++ new/shared-desktop-ontologies-0.11.0/nco/nco.trig.in 2013-06-11 09:36:20.000000000 +0200 @@ -591,7 +591,8 @@ rdfs:domain nco:EmailAddress ; rdfs:label "emailAddress" ; rdfs:range xsd:string ; - nrl:maxCardinality 1 . + nrl:maxCardinality 1 ; + rdfs:subPropertyOf nao:identifier . nco:InternationalDeliveryAddress a rdfs:Class ; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shared-desktop-ontologies-0.10.0/nfo/nfo.trig.in new/shared-desktop-ontologies-0.11.0/nfo/nfo.trig.in --- old/shared-desktop-ontologies-0.10.0/nfo/nfo.trig.in 2012-06-13 10:02:47.000000000 +0200 +++ new/shared-desktop-ontologies-0.11.0/nfo/nfo.trig.in 2013-06-11 09:36:20.000000000 +0200 @@ -905,7 +905,7 @@ rdfs:comment "The size of the file in bytes. For compressed files it means the size of the packed file, not of the contents. For folders it means the aggregated size of all contained files and folders " ; rdfs:domain nfo:FileDataObject ; rdfs:label "fileSize" ; - rdfs:range xsd:integer ; + rdfs:range xsd:long ; rdfs:subPropertyOf nie:byteSize ; nrl:maxCardinality 1 . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shared-desktop-ontologies-0.10.0/nmm/nmm.trig.in new/shared-desktop-ontologies-0.11.0/nmm/nmm.trig.in --- old/shared-desktop-ontologies-0.10.0/nmm/nmm.trig.in 2012-06-13 10:02:47.000000000 +0200 +++ new/shared-desktop-ontologies-0.11.0/nmm/nmm.trig.in 2013-06-11 09:36:20.000000000 +0200 @@ -107,7 +107,7 @@ rdfs:label "musicbrainz track ID" ; rdfs:comment "MusicBrainz track ID" ; rdfs:domain nmm:MusicPiece ; - rdfs:range xsd:integer ; + rdfs:range xsd:string ; nrl:maxCardinality 1 . nmm:trackGain @@ -388,6 +388,30 @@ rdfs:domain nmm:TVSeason ; rdfs:range nmm:TVShow ; nrl:inverseProperty nmm:isPartOfSeason . + + nmm:albumArtist + a rdf:Property, nrl:DefiningProperty ; + rdfs:subPropertyOf nco:contributor ; + rdfs:label "album artist" ; + rdfs:comment "The artist of a music album, not to be confused with the performers of the individual music pieces." ; + rdfs:domain nmm:MusicAlbum ; + rdfs:range nco:Contact . + + nmm:albumProducer + a rdf:Property, nrl:DefiningProperty ; + rdfs:subPropertyOf nco:contributor ; + rdfs:label "album producer" ; + rdfs:comment "The producer of a music album." ; + rdfs:domain nmm:MusicAlbum ; + rdfs:range nco:Contact . + + nmm:albumConductor + a rdf:Property, nrl:DefiningProperty ; + rdfs:subPropertyOf nco:contributor ; + rdfs:label "album conductor" ; + rdfs:comment "The conductor of the orchestra of a classical music album." ; + rdfs:domain nmm:MusicAlbum ; + rdfs:range nco:Contact . } <http://www.semanticdesktop.org/ontologies/2009/02/19/nmm/metadata> @@ -396,7 +420,7 @@ a nrl:DocumentGraph , nrl:Ontology ; nao:hasDefaultNamespace "http://www.semanticdesktop.org/ontologies/2009/02/19/nmm#" ; nao:hasDefaultNamespaceAbbreviation "nmm" ; - nao:lastModified "2012-02-13T13:28:29" ; + nao:lastModified "2012-08-23T97:51:29" ; nao:serializationLanguage "TriG" ; nao:status "Testing" ; nrl:updatable "0" ; -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de